/** news */
.news {
}

.news .whiteButton {
    color: var(--color-dark-grey-1);
    border: 1px solid #CCDBDE;
    background-color: #fff;
}

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

.news-list-view {
    margin-bottom: 50px;
    position: relative;
}

/* page-navigation */
.news-list-view .page-navigation {

}

.news-list-view .page-navigation:first-child {

}

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

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

.news-list-view .news-img-wrap {
    position: relative;
    display: block;
}

.news-list-view a.news-img-wrap {
    text-decoration-color: var(--color-dark-grey-2);
}

/* General */
/* big image and medium image */

.news .buttons {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.news .month {
    margin-bottom: 60px;
}

.news .more {
    margin-top: 0;
    text-transform: inherit;
}

.news .more:before {
    display: none;
}

.news .more:after {
    transform: rotate(90deg);
    top: 35%;
}

.list-item-year .month h3 {
    margin-bottom: 50px;
}

.news-menu-view .list-item-year:first-child .month:first-child .month-item,
.news-menu-view .list-item-year .month.active .month-item {
    display: block;
}

.news-menu-view .list-item-year:first-child .month:first-child + .month .buttons {
    display: flex;
}

.news-menu-view .list-item-year:first-child .month:first-child .buttons,
.news-menu-view .list-item-year .month .month-item,
.news-menu-view .list-item-year .month .buttons {
    display: none;
}

.news-menu-view .list-item-year .month.active .buttons {
    display: none !important;
}

.news-menu-view .list-item-year .month.active + .month .buttons {
    display: flex;
}

.news-menu-view .list-item-year:has(.month.active:last-child) + .list-item-year .month:first-child .buttons {
    display: flex;
}

.news-menu-view .buttons .whiteButton {
    cursor: pointer;
}

.news-menu-view .buttons .whiteButton.more:hover::after {
    transform: rotate(90deg) translate(8px, 0);
}

.whiteButton.pressearchiv {
    display: flex;
    align-items: center;
}

.news-menu-view .pressearchiv::after {
    -webkit-mask: url(../../Img/archive.svg);
    mask: url(../../Img/archive.svg);
    transform: none;
    top: unset;
}

.news-list-view .news-img-wrap picture {
    display: block;
}

.news-list-view .article {
    min-height: 300px;
}

.news-list-view .article img {
    width: 100%;
    object-fit: cover;
    height: 150px;
}

.news-list-view.layout-8 .article img {
    height: 325px;
}

.news-list-view.layout-0 .article img,
.news-list-view.layout-1 .article img,
.news-list-view.layout-2 .article:nth-child(1) img,
.news-list-view.layout-3 .article:nth-child(1) img,
.news-list-view.layout-4 .article:nth-child(1) img {
    min-height: 630px;
    height: 100%;
}

.news-list-view.layout-2 .article:nth-child(2) img,
.news-list-view.layout-2 .article:nth-child(3) img,
.news-list-view.layout-3 .article:nth-child(2) img,
.news-list-view.layout-5 .article:nth-child(1) img,
.news-list-view.layout-5 .article:nth-child(2) img,
.news-list-view.layout-9 .article:nth-child(1) img,
.news-list-view.layout-6 .article:nth-child(1) img {
    height: 323px;
}

.news-list-view.layout-0 .article .header,
.news-list-view.layout-1 .article .header,
.news-list-view.layout-2 .article .header,
.news-list-view.layout-3 .article:nth-child(1) .header,
.news-list-view.layout-3 .article:nth-child(2) .header,
.news-list-view.layout-4 .article:nth-child(1) .header,
.news-list-view.layout-5 .article:nth-child(1) .header,
.news-list-view.layout-5 .article:nth-child(2) .header,
.news-list-view.layout-9 .article:nth-child(1) .header,
.news-list-view.layout-6 .article:nth-child(1) .header {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 32.5%;
    width: 100%;
    background: rgb(60, 60, 59);
    background: linear-gradient(0deg, rgba(60, 60, 59, 1) 0%, rgba(124, 124, 124, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    padding: 0 22px 19px 22px;
}

.news-list-view.layout-0 .article .header .category,
.news-list-view.layout-1 .article .header .category,
.news-list-view.layout-2 .article .header .category,
.news-list-view.layout-3 .article:nth-child(1) .header .category,
.news-list-view.layout-3 .article:nth-child(2) .header .category,
.news-list-view.layout-4 .article:nth-child(1) .header .category,
.news-list-view.layout-5 .article:nth-child(1) .header .category,
.news-list-view.layout-5 .article:nth-child(2) .header .category,
.news-list-view.layout-9 .article:nth-child(1) .header .category,
.news-list-view.layout-6 .article:nth-child(1) .header .category {
    color: #fff;
}

.news-list-view.layout-0 .article .header .news-list-date,
.news-list-view.layout-1 .article .header .news-list-date,
.news-list-view.layout-2 .article .header .news-list-date,
.news-list-view.layout-3 .article:nth-child(1) .header .news-list-date,
.news-list-view.layout-3 .article:nth-child(2) .header .news-list-date,
.news-list-view.layout-4 .article:nth-child(1) .header .news-list-date,
.news-list-view.layout-5 .article:nth-child(1) .header .news-list-date,
.news-list-view.layout-5 .article:nth-child(2) .header .news-list-date,
.news-list-view.layout-9 .article:nth-child(1) .header .news-list-date,
.news-list-view.layout-6 .article:nth-child(1) .header .news-list-date {
    color: #fff;
}

.news-list-view.layout-0 .article .header h4,
.news-list-view.layout-1 .article .header h4,
.news-list-view.layout-2 .article .header h4,
.news-list-view.layout-3 .article:nth-child(1) .header h4,
.news-list-view.layout-3 .article:nth-child(2) .header h4,
.news-list-view.layout-4 .article:nth-child(1) .header h4,
.news-list-view.layout-5 .article:nth-child(1) .header h4,
.news-list-view.layout-5 .article:nth-child(2) .header h4,
.news-list-view.layout-9 .article:nth-child(1) .header h4,
.news-list-view.layout-6 .article:nth-child(1) .header h4 {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    display: block;
    position: relative;
    padding-right: 20px;
}

.news-list-view.layout-0 .article .header::after,
.news-list-view.layout-1 .article .header::after,
.news-list-view.layout-2 .article .header::after,
.news-list-view.layout-3 .article .header::after,
.news-list-view.layout-4 .article .header::after,
.news-list-view.layout-5 .article .header::after,
.news-list-view.layout-6 .article .header::after,
.news-list-view.layout-9 .article .header::after,
.news-list-view.layout-7 .article .header::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 25px;
    height: 25px;
    background-color: var(--color-sherpa-blue-80);
    -webkit-mask: url('../../Img/Arrow-intern.svg');
    mask: url('../../Img/Arrow-intern.svg');
    -webkit-mask-position: center;
    mask-position: center;
    transition-property: transform, background-color;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
}

.news-list-view.layout-0 .article .header::after,
.news-list-view.layout-1 .article .header::after,
.news-list-view.layout-2 .article .header::after,
.news-list-view.layout-3 .article:nth-child(1) .header::after,
.news-list-view.layout-3 .article:nth-child(2) .header::after,
.news-list-view.layout-4 .article:nth-child(1) .header::after,
.news-list-view.layout-5 .article:nth-child(1) .header::after,
.news-list-view.layout-5 .article:nth-child(2) .header::after,
.news-list-view.layout-9 .article:nth-child(1) .header::after,
.news-list-view.layout-6 .article:nth-child(1) .header::after {
    background-color: white;
}

.news-list-view.layout-0 .article:hover .header::after,
.news-list-view.layout-1 .article:hover .header::after,
.news-list-view.layout-2 .article:hover .header::after,
.news-list-view.layout-3 .article:hover .header::after,
.news-list-view.layout-4 .article:hover .header::after,
.news-list-view.layout-5 .article:hover .header::after,
.news-list-view.layout-6 .article:hover .header::after,
.news-list-view.layout-9 .article:hover .header::after,
.news-list-view.layout-7 .article:hover .header::after {
    transform: translate(8px, 0);
    background-color: var(--color-orange);
}

/*transition to small image*/
@media screen and (max-width: 834px) {
    .news-list-view.layout-1 .article .header,
    .news-list-view.layout-2 .article .header,
    .news-list-view.layout-3 .article:nth-child(1) .header,
    .news-list-view.layout-3 .article:nth-child(2) .header,
    .news-list-view.layout-4 .article:nth-child(1) .header,
    .news-list-view.layout-5 .article:nth-child(1) .header,
    .news-list-view.layout-5 .article:nth-child(2) .header,
    .news-list-view.layout-9 .article:nth-child(1) .header,
    .news-list-view.layout-6 .article:nth-child(1) .header {
        padding: 25px 20px;
        position: static;
        background: var(--color-sherpa-blue-10);
    }

    .news-list-view.layout-1 .article .header .category,
    .news-list-view.layout-2 .article .header .category,
    .news-list-view.layout-3 .article:nth-child(1) .header .category,
    .news-list-view.layout-3 .article:nth-child(2) .header .category,
    .news-list-view.layout-4 .article:nth-child(1) .header .category,
    .news-list-view.layout-5 .article:nth-child(1) .header .category,
    .news-list-view.layout-5 .article:nth-child(2) .header .category,
    .news-list-view.layout-9 .article:nth-child(1) .header .category,
    .news-list-view.layout-6 .article:nth-child(1) .header .category {
        font-size: 16px;
        line-height: 13px;
        color: var(--color-sherpa-blue);
        font-family: var(--myriad-pro-semicn);
        font-weight: 700;
    }

    .news-list-view.layout-1 .article .header .news-list-date,
    .news-list-view.layout-2 .article .header .news-list-date,
    .news-list-view.layout-3 .article:nth-child(1) .header .news-list-date,
    .news-list-view.layout-3 .article:nth-child(2) .header .news-list-date,
    .news-list-view.layout-4 .article:nth-child(1) .header .news-list-date,
    .news-list-view.layout-5 .article:nth-child(1) .header .news-list-date,
    .news-list-view.layout-5 .article:nth-child(2) .header .news-list-date,
    .news-list-view.layout-9 .article:nth-child(1) .header .news-list-date,
    .news-list-view.layout-6 .article:nth-child(1) .header .news-list-date {
        color: var(--color-sherpa-blue);
    }

    .news-list-view.layout-1 .article .header h4,
    .news-list-view.layout-2 .article .header h4,
    .news-list-view.layout-3 .article:nth-child(1) .header h4,
    .news-list-view.layout-3 .article:nth-child(2) .header h4,
    .news-list-view.layout-4 .article:nth-child(1) .header h4,
    .news-list-view.layout-5 .article:nth-child(1) .header h4,
    .news-list-view.layout-5 .article:nth-child(2) .header h4,
    .news-list-view.layout-9 .article:nth-child(1) .header h4,
    .news-list-view.layout-6 .article:nth-child(1) .header h4 {
        font-size: 18px;
        line-height: 25px;
        color: var(--color-dark-grey-2);
        margin-bottom: 0;
        margin-top: 10px;
        position: relative;
        font-family: var(--myriad-pro-semicn);
    }

    .news-list-view.layout-1 .article .header::after,
    .news-list-view.layout-2 .article .header::after,
    .news-list-view.layout-3 .article:nth-child(1) .header::after,
    .news-list-view.layout-3 .article:nth-child(2) .header::after,
    .news-list-view.layout-4 .article:nth-child(1) .header::after,
    .news-list-view.layout-5 .article:nth-child(1) .header::after,
    .news-list-view.layout-5 .article:nth-child(2) .header::after,
    .news-list-view.layout-9 .article:nth-child(1) .header::after,
    .news-list-view.layout-6 .article:nth-child(1) .header::after {
        background-color: var(--color-sherpa-blue-80);
    }

    .news-list-view .article .header h4::after {
        color: var(--color-sherpa-blue-80);
    }

    .news-list-view .article .news-img-wrap {
        display: block;
    }

    .news-list-view.layout-0 .article img {
        height: 300px;
    }

    .news-list-view.layout-1 .article img,
    .news-list-view.layout-2 .article:nth-child(1) img,
    .news-list-view.layout-3 .article:nth-child(1) img,
    .news-list-view.layout-4 .article:nth-child(1) img {
        height: 150px;
    }

    .news-list-view.layout-2 .article:nth-child(2) img,
    .news-list-view.layout-2 .article:nth-child(3) img,
    .news-list-view.layout-3 .article:nth-child(2) img,
    .news-list-view.layout-5 .article:nth-child(1) img,
    .news-list-view.layout-5 .article:nth-child(2) img,
    .news-list-view.layout-9 .article:nth-child(1) img,
    .news-list-view.layout-6 .article:nth-child(1) img {
        height: 150px;
    }
}

/* small image */
.news-list-view.layout-3 .article:nth-child(n+3) .header,
.news-list-view.layout-4 .article:nth-child(n+2) .header,
.news-list-view.layout-5 .article:nth-child(n+3) .header,
.news-list-view.layout-6 .article:nth-child(n+2) .header,
.news-list-view.layout-9 .article:nth-child(n+2) .header,
.news-list-view.layout-7 .article .header {
    padding: 25px 20px;
    height: calc(100% - 150px);
}

.news-list-view.layout-3 .article:nth-child(n+3) .header h4::after,
.news-list-view.layout-4 .article:nth-child(n+2) .header h4::after,
.news-list-view.layout-5 .article:nth-child(n+3) .header h4::after,
.news-list-view.layout-6 .article:nth-child(n+2) .header h4::after,
.news-list-view.layout-9 .article:nth-child(n+2) .header h4::after,
.news-list-view.layout-7 .article .header h4::after {
    color: var(--color-sherpa-blue-80);
}

.news-list-view.layout-3 .article:nth-child(n+3) .header .category,
.news-list-view.layout-4 .article:nth-child(n+2) .header .category,
.news-list-view.layout-5 .article:nth-child(n+3) .header .category,
.news-list-view.layout-6 .article:nth-child(n+2) .header .category,
.news-list-view.layout-9 .article:nth-child(n+2) .header .category,
.news-list-view.layout-7 .article .header .category {
    font-size: 16px;
    line-height: 13px;
    color: var(--color-sherpa-blue);
    font-family: var(--myriad-pro-semicn);
    font-weight: 700;
}

.news-list-view.layout-3 .article:nth-child(n+3) .header .news-list-date,
.news-list-view.layout-4 .article:nth-child(n+2) .header .news-list-date,
.news-list-view.layout-5 .article:nth-child(n+3) .header .news-list-date,
.news-list-view.layout-6 .article:nth-child(n+2) .header .news-list-date,
.news-list-view.layout-9 .article:nth-child(n+2) .header .news-list-date,
.news-list-view.layout-7 .article .header .news-list-date {
    color: var(--color-sherpa-blue);
}

.news-list-view.layout-3 .article:nth-child(n+3) .header h4,
.news-list-view.layout-4 .article:nth-child(n+2) .header h4,
.news-list-view.layout-5 .article:nth-child(n+3) .header h4,
.news-list-view.layout-6 .article:nth-child(n+2) .header h4,
.news-list-view.layout-9 .article:nth-child(n+2) .header h4,
.news-list-view.layout-7 .article .header h4 {
    font-size: 18px;
    line-height: 25px;
    color: var(--color-dark-grey-2);
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
    padding-right: 20px;
    font-family: var(--myriad-pro-semicn);
}

.news-list-view.layout-3 .article:nth-child(n+3) .news-img-wrap,
.news-list-view.layout-4 .article:nth-child(n+2) .news-img-wrap,
.news-list-view.layout-5 .article:nth-child(n+3) .news-img-wrap,
.news-list-view.layout-6 .article:nth-child(n+2) .news-img-wrap,
.news-list-view.layout-9 .article:nth-child(n+2) .news-img-wrap,
.news-list-view.layout-7 .article:nth-child(n+2) .news-img-wrap {
    display: block;
    height: 100%;
}

/*Layout 1*/
.news-list-view.layout-1 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

/*Layout 2*/
.news-list-view.layout-2 {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
            "left rightTop"
            "left rightBottom";
}

.news-list-view.layout-2 .article:first-child {
    grid-area: left;
}

.news-list-view.layout-2 .article:nth-child(2) {
    grid-area: rightTop;
}

.news-list-view.layout-2 .article:nth-child(3) {
    grid-area: rightBottom;
}

/*Layout 3*/
.news-list-view.layout-3 {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
            "left left rightTop rightTop"
            "left left rightBottomOne rightBottomTwo";
}

.news-list-view.layout-3 .article:first-child {
    grid-area: left;
}

.news-list-view.layout-3 .article:nth-child(2) {
    grid-area: rightTop;
}

.news-list-view.layout-3 .article:nth-child(3) {
    grid-area: rightBottomOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-3 .article:nth-child(4) {
    grid-area: rightBottomTwo;
    background-color: var(--color-sherpa-blue-10);
}

@media screen and (min-width: 835px) {
    .news-list-view.layout-2 .article:first-child .news-img-wrap, .news-list-view.layout-2 .article:first-child picture,
    .news-list-view.layout-3 .article:first-child .news-img-wrap, .news-list-view.layout-3 .article:first-child picture,
    .news-list-view.layout-4 .article:first-child .news-img-wrap, .news-list-view.layout-4 .article:first-child picture {
        height: 100%;
    }

    .news-list-view.layout-4 .article:first-child .news-img-wrap img {
        max-height: 624px;
        height: 100%;
        object-fit: cover;
    }
}

/*Layout 4*/
.news-list-view.layout-4 {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
            "left left rightTopOne rightTopTwo"
            "left left rightBottomOne rightBottomTwo";
}

.news-list-view.layout-4 .article:first-child {
    grid-area: left;
}

.news-list-view.layout-4 .article:nth-child(2) {
    grid-area: rightTopOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-4 .article:nth-child(3) {
    grid-area: rightTopTwo;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-4 .article:nth-child(4) {
    grid-area: rightBottomOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-4 .article:nth-child(5) {
    grid-area: rightBottomTwo;
    background-color: var(--color-sherpa-blue-10);
}

/*Layout 5*/
.news-list-view.layout-5 {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
            "leftTop leftTop rightTopOne rightTopTwo"
            "leftBottom leftBottom rightBottomOne rightBottomTwo";
}

.news-list-view.layout-5 .article:first-child {
    grid-area: leftTop;
}

.news-list-view.layout-5 .article:nth-child(2) {
    grid-area: leftBottom;
}

.news-list-view.layout-5 .article:nth-child(3) {
    grid-area: rightTopOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-5 .article:nth-child(4) {
    grid-area: rightTopTwo;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-5 .article:nth-child(5) {
    grid-area: rightBottomOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-5 .article:nth-child(6) {
    grid-area: rightBottomTwo;
    background-color: var(--color-sherpa-blue-10);
}

/*Layout 6*/
.news-list-view.layout-6 {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
            "leftTopOne leftTopOne rightTopOne rightTopTwo"
            "leftBottomOne leftBottomTwo rightBottomOne rightBottomTwo";
}

.news-list-view.layout-9 {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
           "leftTopOne leftTopOne "
"leftBottomOne leftBottomTwo ";
}

.news-list-view.layout-6 .article:first-child {
    grid-area: leftTopOne;
}

.news-list-view.layout-9 .article:first-child {
    grid-area: leftTopOne;
}

.news-list-view.layout-6 .article:nth-child(2) {
    grid-area: leftBottomOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-9 .article:nth-child(2) {
    grid-area: leftBottomOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-6 .article:nth-child(3) {
    grid-area: leftBottomTwo;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-9 .article:nth-child(3) {
    grid-area: leftBottomTwo;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-6 .article:nth-child(4) {
    grid-area: rightTopOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-9 .article:nth-child(4) {
    grid-area: rightTopOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-6 .article:nth-child(5) {
    grid-area: rightTopTwo;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-9 .article:nth-child(5) {
    grid-area: rightTopTwo;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-6 .article:nth-child(6) {
    grid-area: rightBottomOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-9 .article:nth-child(6) {
    grid-area: rightBottomOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-6 .article:nth-child(7) {
    grid-area: rightBottomTwo;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-9 .article:nth-child(7) {
    grid-area: rightBottomTwo;
    background-color: var(--color-sherpa-blue-10);
}


/*Layout 7*/
.news-list-view.layout-7 {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
            "leftTopOne leftTopTwo rightTopOne rightTopTwo"
            "leftBottomOne leftBottomTwo rightBottomOne rightBottomTwo";
}

.news-list-view.layout-7 .article:first-child {
    grid-area: leftTopOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-7 .article:nth-child(2) {
    grid-area: leftTopTwo;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-7 .article:nth-child(3) {
    grid-area: leftBottomOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-7 .article:nth-child(4) {
    grid-area: leftBottomTwo;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-7 .article:nth-child(5) {
    grid-area: rightTopOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-7 .article:nth-child(6) {
    grid-area: rightTopTwo;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-7 .article:nth-child(7) {
    grid-area: rightBottomOne;
    background-color: var(--color-sherpa-blue-10);
}

.news-list-view.layout-7 .article:nth-child(8) {
    grid-area: rightBottomTwo;
    background-color: var(--color-sherpa-blue-10);
}

@media screen and (max-width: 850px) {
    .news-list-view.layout-2 {
        display: block;
    }

    .news-list-view.layout-3 {
        display: block;
    }

    .news-list-view.layout-4 {
        display: block;
    }

    .news-list-view.layout-5 {
        display: block;
    }

    .news-list-view.layout-6 {
        display: block;
    }

    .news-list-view.layout-9 {
        display: block;
    }

    .news-list-view.layout-7 {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .news-list-view.layout-1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Layout 8 */
.news-list-view.layout-8 {
    display: grid;
    grid-row-gap: 100px;
}

.news-list-view.layout-8 .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
}

.news-list-view.layout-8 a {
    text-transform: none;
    color: var(--color-sherpa-blue-80);
}

.news-list-view.layout-8 a:before {
    content: none;
}

.news-list-view.layout-8 .left {
    display: flex;
    gap: 28px;
}

.news-list-view.layout-8 .news-list-date time {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.news-list-view.layout-8 .news-list-date time .day {
    font-family: var(--myriad-pro);
    font-weight: 600;
    font-size: 55px;
    line-height: 46px;
    color: var(--color-sherpa-blue-80);
}

.news-list-view.layout-8 .news-list-date time .month {
    font-family: var(--myriad-pro-cn);
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    color: var(--color-sherpa-blue-80);
}

@media screen and (max-width: 834px) {
    .news-list-view.layout-8 .wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 450px) {
    .news-list-view.layout-8 .news-list-date {
        flex: 0 0 fit-content;
    }

    .news-list-view.layout-8 .news-list-date time {
        min-width: fit-content;
    }
}


.page-navigation .paginate {
    font-weight: bold;
    overflow: hidden;
}

.page-navigation .previous {
    float: left;
}

.page-navigation .next {
    float: right;
}

.page-navigation .paginate a {
    border: none;
    text-decoration: none;
}

.page-navigation .paginate a:hover {
    color: var(--news-pagination-hover-color);
}

.page-navigation .previous > span,
.page-navigation .next > span {
    cursor: default;
}

.page-navigation .previous span::before,
.page-navigation .next span::after {
    color: var(--news-pagination-prev-next-color);
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    position: relative;
    top: 2px;
}

.page-navigation .previous span::before {
    content: "\f104";
    margin-right: 15px;
}

.page-navigation .next span::after {
    content: "\f105";
    margin-left: 15px;
}

.page-navigation ul {
    margin: -20px auto 0;
    padding: 0 100px;
}

.page-navigation ul li {
}

.page-navigation ul li span {
    padding: 0 5px;
}

.page-navigation ul li a {
    text-decoration: none;
}

.page-navigation ul li a:hover {
    color: var(--news-pagination-hover-color);
}

.page-navigation .lessPages,
.page-navigation .morePages {
    cursor: default;
}

.page-navigation .current {
    color: var(--news-pagination-current-color);
    cursor: default;
}

@media screen and (max-width: 479px) {
    .page-navigation ul {
        margin-top: 10px;
        padding: 0;
    }
}

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

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {

}

/* article */
header + .news .news-list-view {
    margin-top: -40px;
}

.news-list-view .article {
    height: 100%;
}

.news-list-view .article header {
}

.news-list-view .article img {
    width: 100%;
    display: block;
}

.news-list-view .article .teaser-text {
}

.news-list-view .article .teaser-text [itemprop="description"] {
}

.news-list-view .article .teaser-text .more {
}

.news-list-view .article .footer {
    font-style: italic;
}


/** news: details */
.news-single {
    display: block;
}

.news-single .wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
    margin-bottom: 130px;
}

@media screen and (max-width: 850px) {
    .news-single .wrap {
        display: block;
    }
}

/* pager */
.news-single .pager {
    list-style: none;
    overflow: hidden;
    max-width: var(--max-page-width);
    padding: var(--content-padding);
    margin: 0 auto 0 auto;
}

.news-single .newsPagination {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
    padding-top: 35px;
    border-top: 1px solid #9D9D9D;
}

.news-single .newsPagination .whiteButton {
    color: var(--color-dark-grey-1);
    display: flex;
    align-items: center;
}

.news-single .newsPagination .whiteButton.previous {
    padding: 30px 20px 30px 65px;
    text-align: right;
}

.news-single .newsPagination .whiteButton.previous:after {
    left: 30px;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}

.news-single .newsPagination .whiteButton.previous:hover:after {
    transform: translate(-8px, -50%) rotate(180deg);
}

.news-single .newsPagination .whiteButton.next {
    padding: 30px 65px 30px 20px;
}

.news-single .newsPagination .whiteButton.overview {
    padding: 30px 20px 30px 20px;
    text-align: center;
    background-color: #E6ECEE;
    display: flex;
    align-items: center;
    justify-content: center;

}

.news-single .whiteButton.overview:after {
    content: none;
}

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

.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(--news-detail-pagination-arrow-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 {

}

.news-single .header h1 {
    margin-bottom: 30px;
    max-width: 66%;
}

.news-single .footer {
    margin: auto;
    position: relative;
}

.news-single .footer:after {
}

.news-single .footer p > span {
    border-left: 1px solid var(--news-detail-footer-separator-border-color);
    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 {
    display: block;
    color: var(--color-sherpa-blue-80);
    font-weight: 600;
    margin-bottom: 30px;
}

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

.news-single .teaser-text {
    font-weight: 700;
    max-width: var(--max-page-width);
    padding: var(--content-padding);
    margin: auto;
}

.news-single .article > .row {
    max-width: var(--max-page-width);
    padding: var(--content-padding);
    margin: auto;
}

.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 img {
    position: relative;
    height: 467px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

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

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

.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;
}

@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 ul {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*}*/

/*.news-single .news-text-wrap ul ul {*/
/*    margin-top: 10px;*/
/*}*/

/*.news-single .news-text-wrap ul li {*/
/*    margin: 0 0 10px 15px;*/
/*    position: relative;*/
/*}*/

/*.news-single .news-text-wrap ul li:before {*/
/*    content: "\f105";*/
/*    color: var(--color-sherpa-blue);*/
/*    display: inline-block;*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-size: 16px;*/
/*    font-weight: 900;*/
/*    line-height: 1;*/
/*    margin: 0 0 0 -15px;*/
/*    width: 15px;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .news-single .article .frame-layout-1 .ce-bodytext {*/
/*        column-gap: 40px;*/
/*    }*/

/*    .news-single .article > .row > .col:first-child:last-child .news-text-wrap,*/
/*    .news-single .article > .row > .col:empty + .col .news-text-wrap {*/
/*        column-count: 2;*/
/*        column-gap: 40px;*/
/*        margin-bottom: -20px;*/
/*    }*/

/*    .news-single .article > .row > .col:first-child:last-child .news-text-wrap p,*/
/*    .news-single .article > .row > .col:empty + .col .news-text-wrap p,*/
/*    .news-single .article > .row > .col:empty + .col .news-text-wrap li {*/
/*        -webkit-column-break-inside: avoid; !* Chrome, Safari, Opera *!*/
/*        -moz-column-break-inside: avoid; !* Mozilla *!*/
/*        -mx-column-break-inside: avoid;*/
/*        column-break-inside: avoid;*/
/*        page-break-inside: avoid; !* Firefox *!*/
/*        break-inside: avoid; !* IE 10+ *!*/
/*    }*/

/*    .news-single .article > .row > .col:first-child:last-child .news-text-wrap p:first-of-type:last-of-type,*/
/*    .news-single .article > .row > .col:empty + .col .news-text-wrap p:first-of-type:last-of-type {*/
/*        display: inline-block;*/
/*        margin-bottom: 20px;*/
/*    }*/

/*    _:-ms-lang(x), .news-single .article > .row > .col:first-child:last-child .news-text-wrap p,*/
/*    _:-ms-lang(x), .news-single .article > .row > .col:empty + .col .news-text-wrap p {*/
/*        margin-bottom: 20px;*/
/*    }*/

/*    _:-ms-lang(x), .news-single .article > .row > .col:first-child:last-child .news-text-wrap p:after,*/
/*    _:-ms-lang(x), .news-single .article > .row > .col:empty + .col .news-text-wrap p:after {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {*/
/*    .news-single .article > .row > .col:first-child:last-child .news-text-wrap p,*/
/*    .news-single .article > .row > .col:empty + .col .news-text-wrap p {*/
/*        margin-bottom: 0;*/
/*    }*/

/*    .news-single .article > .row > .col:first-child:last-child .news-text-wrap p:after,*/
/*    .news-single .article > .row > .col:empty + .col .news-text-wrap p:after {*/
/*        content: '';*/
/*        display: block;*/
/*        height: 20px;*/
/*    }*/

/*    .news-single .article > .row > .col:first-child:last-child .news-text-wrap p:last-child:after,*/
/*    .news-single .article > .row > .col:empty + .col .news-text-wrap p:last-child:after {*/
/*        height: 0;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1024px) {*/
/*    .news-single .article .frame-layout-1 .ce-bodytext,*/
/*    .news-single .article > .row > .col:first-child:last-child .news-text-wrap,*/
/*    .news-single .article > .row > .col:empty + .col .news-text-wrap {*/
/*        column-gap: 60px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1200px) {*/
/*    .news-single .article .frame-layout-1 .ce-bodytext,*/
/*    .news-single .article > .row > .col:first-child:last-child .news-text-wrap,*/
/*    .news-single .article > .row > .col:empty + .col .news-text-wrap {*/
/*        column-gap: 100px;*/
/*    }*/
/*}*/

@media print {
    .news-single .article .frame-layout-1 .ce-bodytext,
    .news-single .article > .row > .col:first-child:last-child .news-text-wrap,
    .news-single .article > .row > .col:empty + .col .news-text-wrap {
        column-count: auto;
    }
}

/* backlink */
.news-backlink-wrap {
    max-width: var(--max-page-width);
    padding: var(--content-padding);
    margin: 0 auto 0 auto;
}

/* content elements */
/*.news-single .frame {*/
/*    margin: 40px 0 0;*/
/*}*/

/*.news-single .frame > .frame:first-child {*/
/*    margin-top: 0;*/
/*}*/

/*.news-single .frame .header {*/
/*    margin: 0 0 10px;*/
/*}*/

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

/* related */
.news-single .news-related-wrap {
    max-width: var(--max-page-width);
    padding: var(--content-padding);
    margin: auto;
}

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

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

.news-single .news-related li {
    margin: 0 0 0 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%;
}

/** pager */
ul.f3-widget-paginator {
    clear: both;
    display: table;
    float: none;
    list-style: none;
   /*  margin: 30px auto 0; */
    padding: 0 100px;
    position: relative;
}

ul.f3-widget-paginator li {
    font-weight: bold;
    float: left;
    margin: 0 0 0 5px;
}

ul.f3-widget-paginator li::before {
    display: none;
}

ul.f3-widget-paginator li:first-child {
    margin-left: 0;
}

ul.f3-widget-paginator li a {
    padding: 0 5px;
}

ul.f3-widget-paginator li a:hover {
}

ul.f3-widget-paginator li.current {
    cursor: default;
    padding: 0 5px;
}

ul.f3-widget-paginator li.current:first-child {
    margin-left: 5px;
}

ul.f3-widget-paginator li.current:last-child {
}

ul.f3-widget-paginator li.previous {
    text-align: left;
    left: 0;
}

ul.f3-widget-paginator li.next {
    text-align: right;
    right: 0;
}

ul.f3-widget-paginator li.previous,
ul.f3-widget-paginator li.next {
    float: none;
    margin: 0;
    position: absolute;
    width: 80px;
}

ul.f3-widget-paginator li.previous a,
ul.f3-widget-paginator li.next a {
    padding: 0;
}

ul.f3-widget-paginator li.previous::before,
ul.f3-widget-paginator li.next:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    position: relative;
    top: 1px;
}

ul.f3-widget-paginator li.previous::before {
    content: "\f104";
    margin-right: 10px;
}

ul.f3-widget-paginator li.next::after {
    content: "\f105";
    margin-left: 10px;
}

/* author */
.news-single .contactInformation .name {
    color: var(--color-dark-grey-1);
    font-weight: 700;
    font-size: 20px;
}

.news-single .contactInformation a {
    display: block;
    color: var(--color-dark-grey-2);
}

.news-single .contactInformation {
    background-color: rgba(229, 236, 238, 0.9);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 40px 30px 50px 25px;
    color: var(--color-dark-grey-2);
    line-height: 25px;
    height: 467px;
}

.news-single .contactInformation .block1, .news-single .contactInformation .block2, .news-single .contactInformation .block3, .news-single .contactInformation h4 {
    margin-bottom: 25px;
}


/* slick dots */
.news-list-view .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: unset;
    width: auto;
    right: -5px;
    top: -48px;
    left: unset;
}

.news-list-view .slick-dots li {
    background: var(--color-sherpa-blue-80);
    border-radius: 2px;
    border: none;
    height: 10px;
    width: 10px;
}

.news-list-view .slick-dots li.slick-active {
    background: var(--color-orange);
    border: none;
}

@media screen and (max-width: 390px) {
    .news-list-view {
        margin-bottom: 60px;
    }

    .news-list-view .slick-dots {
        top: -22px;
    }

    .news-list-view.slick-slider.slick-dotted {
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .news-list-view .article {
        min-height: unset;
    }
}
