/* News ticker */
.news.-offers,
.news.-ticker {
    grid-column: span 5;
}

.news.-ticker {
    background: rgb(var(--c-primary));
    z-index: 2;
}

.ticker__news {
    padding: 0;
    height: 60px;
    line-height: 60px;
}

.ticker__header {
    display: none;
}

.ticker__title a {
    margin-right: 4rem;
    white-space: nowrap;
    color: rgb(var(--c-neutral-lightest));
    font-family: var(--f-family-m);
}

.no-touch .ticker__title a:hover {
    color: rgb(var(--c-neutral-lighter));
}

.ticker__title a.nolink {
    cursor: default;
}

.ticker__container {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ticker__container .mask {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.ticker__inner {
    position: relative;
    left: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}

.ticker__inner .ticker__item {
    float: left;
    margin: 0;
    padding: 0;
}

.grid__col.-w100 {
    overflow: visible;
}

.news.-ticker .ticker__item {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}


/*News Latest*/
.grid__col.-w100 {
    overflow: visible;
}

.news.-latest {
    grid-column: span 5;
}

.news.-latest .grid__main {
    display: grid;
}

.t3ddy .news.-latest>.grid__main {
    margin-left: -4vw;
    margin-right: -4vw;
}

.t3ddy-tabContainer-tabList {
    text-align: center;
}

.news.-latest .slider__iteminner img {
    height: 460px;
    object-fit: cover;
    max-width: 100%;
}

.news.-single .article__media {
    display: grid;
    grid-gap: 1rem;
}

.news.-topnews .article__text,
.news.-latest .article__text {
    color: rgb(var(--c-neutral-lightest));
    padding: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    text-align: left;
    align-items: flex-start;
    z-index: 1;
}

.news.-latest .article__text {
    text-align: center;
    justify-content: flex-end;
    padding: 2.5rem 1.5rem;
    align-items: center;
}

.news.-topnews .article__text .headline {
    margin-bottom: 0.75rem;
}

.news.-topnews .article::before,
.news.-latest .slider__iteminner::before {
    content: '';
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+77&0+0,0.65+74 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 74%, rgba(0, 0, 0, 0.65) 77%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 74%, rgba(0, 0, 0, 0.65) 77%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 74%, rgba(0, 0, 0, 0.65) 77%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.no-touch .news.-topnews .article:hover::before,
.no-touch .news.-latest .slider__iteminner:hover::before {
    height: 100%;
    background: rgba(var(--c-neutral-darkest), 0.6);
}

.news.-topnews .topnews__headline {
    position: absolute;
    background: rgb(var(--c-primary));
    color: rgb(var(--c-neutral-lightest));
    font-size: var(--f-size-l-1);
    font-family: var(--f-family-2);
    border-top-right-radius: var(--b-radius-m);
    border-bottom-right-radius: var(--b-radius-m);
    top: 1rem;
    padding: 0.5rem 3rem;
    z-index: 2;
}

.news.-latest .slider__iteminner,
.news.-topnews .article {
    border-radius: var(--b-radius-m);
    overflow: hidden;
    position: relative;
}

.no-touch .news.-latest .slider__iteminner:hover .article__text .headline a,
.no-touch .news.-topnews .article:hover .article__text .headline a {
    color: rgb(var(--c-neutral-lightest));
}

.news.-latest .article__text .headline a,
.news.-topnews .article__text .headline a {
    color: rgb(var(--c-neutral-lightest));
    font-family: var(--f-family-b);
    font-size: var(--f-size);
}

.no-touch .news.-latest .slider__iteminner:hover .article__text .headline,
.no-touch .news.-topnews .article:hover .article__text .headline {
    margin-bottom: 1rem;
}

.news.-latest .headline.-small {
    margin-bottom: 0;
}

.news.-latest .article__teaser,
.news.-topnews .article__teaser {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 0.5s;
}

.no-touch .news.-latest .slider__iteminner:hover .article__more {
    margin-top: 1rem;
    display: inline-block;
}

.no-touch .news.-topnews .article:hover .article__more {
    display: table;
    text-align: left;
}

.no-touch .news.-latest .article__image img,
.no-touch .news.-topnews .article__image img {
    transition: all ease 0.3s;
}

.no-touch .news.-latest .slider__iteminner:hover .article__image img,
.no-touch .news.-topnews .article:hover .article__image img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.page .news.-latest .slider>div.slider__prev {
    justify-content: flex-end;
    right: 0;
    left: auto;
    grid-column: 2 !important;
}

.page .news.-latest .slider>div.slider__next {
    justify-content: flex-end;
    right: 0;
    left: auto;
    grid-column: 4 !important;
}

.page .news.-latest .slider>div.slider__prev,
.page .news.-latest .slider>div.slider__next {
    display: grid;
    position: relative;
    align-content: center;
    font-size: var(--f-size-l-3);
    background: none;
    cursor: pointer;
    left: 0;
    color: rgb(var(--c-neutral-dark));
}

.page .news.-latest .slider>div.slider__prev.disabled {
    display: none;
}

.page .news.-latest .slider>div.slider__next.disabled {
    display: none;
}

.no-touch .news.-latest .slider__iteminner:hover .article__teaser {
    max-height: 500px;
    text-align: center;
}

.news.-topnews .article__image {
    min-height: 200px;
    height: 100%;
}

.news.-topnews .article__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news.-latest .font__button {
    margin-right: 30px;
}

.page .news.-single .media__image {
    position: relative;
}

.news.-single .media__image {
    overflow: hidden;
}

/* news list */
.news.-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: var(--g-gap);
}

.news.-list .article {
    background-color: rgb(var(--c-neutral-lighter));
    border-radius: var(--b-radius);
    overflow: hidden;
}

.news.-list .article__text .headline a {
    font-family: var(--f-family-b);
}

.frame-bg-grey .news.-list .article {
    background-color: rgb(var(--c-neutral-lightest));
}

.news.-list .article__text {
    padding: 1.5rem;
    text-align: center;
}

.news.-list .article__more {
    margin-top: 1rem;
}

.news.-list .article__image img {
    border-top-right-radius: var(--b-radius);
    border-top-left-radius: var(--b-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.news.-single .media__image a::before,
.news.-single .article__image img,
.news.-single .article__media img {
    border-radius: var(--b-radius);
}


/* =============================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 480px) {
    .news.-topnews .article__text {
        padding: 2.5rem;
    }
}

@media (min-width: 640px) {
    [data-ce-columns="6"] .gallery__item {
        grid-column: span 4;
    }

    .news.-single .article__media {
        grid-column: span 4;
    }

    .news.-single .article__extra,
    .news.-single .article__text {
        grid-column: span 8;
    }

    .news.-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .news.-list ul.f3-widget-paginator {
        grid-column: span 2;
    }

    /* News Ticker */
    .ticker__header {
        display: block;
        text-align: center;
        height: 50px;
        line-height: 50px;
        margin: 5px 0 5px 4%;
        color: rgb(var(--c-neutral-darkest));
        font-family: var(--f-family);
        font-size: var(--f-size-l-1);
        padding: 0;
        float: left;
        width: 120px;
        background: rgb(var(--c-neutral-lightest));
        -webkit-border-radius: var(--b-radius);
        -moz-border-radius: var(--b-radius);
        border-radius: var(--b-radius);
    }

    .ticker__news {
        margin-left: 170px;
    }
}

@media (min-width: 800px) {
    .ticker__header {
        width: 168px;
    }

    .ticker__news {
        margin-left: calc(168px + 4%);
    }

    .news.-topnews .topnews__headline {
        font-size: var(--f-size-l-3);
        top: 3rem;
    }
} 

@media (min-width: 1140px) {
    .no-touch .news.-topnews .article:hover .article__teaser {
        max-height: 500px;
        text-align: left;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1280px) {
    .page.-withoutmenu .news.-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1580px) {
 
    .news.-latest .article__text {
        padding: 2.5rem;
    }

    .news.-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .news.-list ul.f3-widget-paginator {
        grid-column: span 3;
    }
}