.frame-news-info
{
    padding-bottom: 0;
}

.frame-news-author
{
    padding-bottom: 0;
}

.news-list-view .article
{
    padding: 0 !important;
    margin: 10px;
    box-shadow: 3px 5px 8px 1px #c8bdbd;
    border-radius: 1rem;
}

/*revoke news-basic.css*/
.news-list-view .article:last-child
{
    margin: 10px;
}

.news.news-layout-2
{
    overflow: hidden;
    /*allow box shadow on items*/
    padding: 0 10px 15px 10px;
    margin: 0 -10px;
}

.news.news-layout-2 .news-list-view
{
    display: flex;
    flex-wrap: nowrap;
    margin: -10px;
    justify-content: flex-start;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

.news.news-layout-2 .news-list-view .article
{
    box-shadow: none;
    flex: 0 0 calc(80% - 20px);
    max-width: calc(80% - 20px);
}

.news.news-layout-2 .news-list-view .article a
{
    transform: scale(0.8);
    opacity: 0.6;
    -webkit-transition: transform 0.5s ease-out, opacity 0.3s ease 0.5s;
    -moz-transition: transform 0.5s ease-out, opacity 0.3s ease 0.5s;
    -o-transition: transform 0.5s ease-out, opacity 0.3s ease 0.5s;
    transition: transform 0.5s ease-out, opacity 0.3s ease 0.5s;
    box-shadow: 3px 5px 8px 1px #c8bdbd;
}

.news.news-layout-2 .news-list-view .article.pn-scroll-article a
{
    transform: scale(0.9);
    opacity: 0.8;
}

.news.news-layout-2 .news-list-view .article.current-scroll-article a
{
    transform: scale(1);
    opacity: 1;
}

@media (min-width:768px)
{
    .news-list-view
    {
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
        justify-content: center;
    }

    .news-list-view .article,
    .news.news-layout-2 .news-list-view .article
    {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (min-width:992px)
{
    .news-list-view .article,
    .news.news-layout-2 .news-list-view .article
    {
        flex: 0 0 calc(100% / 3 - 20px);
        max-width: calc(100% / 3 - 20px);
    }
}

.news .article a.news-list-link
{
    border-radius: 1rem;
    text-decoration: none;
    display: block;
    height: 100%;
    color: #2b2b2b;
}

.news .article a.news-list-link:hover
{
    background-color: #f2f2f2;
}

.news .article .news-img-image
{
    position: relative;
}

.news .article .news-img-wrap
{
    position: relative;
    float: none;
    margin: 0;
    background: none;
    padding: 0;
}

.news .article .news-img-wrap img
{
    max-width: 100%;
    float: none;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.news .article .news-list-teaser
{
    position: absolute;
    top: 1rem;
    left: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
}

.news .article .news-list-teaser p
{
    position: relative;
    background: #326295;
    padding: 0.2rem 0.4rem;
    color: white;
    margin: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.news-list-view .article .news-list-date
{
    padding: 0.5rem;
    font-size: 0.8rem;
}

.news .article .news-text-title
{
    padding: 0.75rem 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.news .article .news-text-body
{
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.news .article .news-text-more
{
    padding: 0.75rem 1.5rem 1.5rem 1.5rem;
    text-align: right;
}

@media (max-width:480px)
{
    .news .article .news-text-title
    {
        padding: 0.75rem 1.25rem;
        font-size: 1.4rem;
    }

    .news .article .news-text-body
    {
        padding: 0.75rem 1.25rem;
    }

    .news .article .news-text-more
    {
        padding: 0.75rem 1.25rem 1.25rem 1.25rem;
    }
}

@media (max-width:450px)
{
    .news .article .news-text-title
    {
        padding: 0.75rem 1rem;
        font-size: 1.3rem;
    }

    .news .article .news-text-body
    {
        padding: 0.75rem 1rem;
    }

    .news .article .news-text-more
    {
        padding: 0.75rem 1rem 1rem 1rem;
    }
}

@media (max-width:420px)
{
    .news .article .news-text-title
    {
        padding: 0.75rem 0.75rem;
        font-size: 1.2rem;
    }

    .news .article .news-text-body
    {
        padding: 0.75rem 0.75rem;
    }

    .news .article .news-text-more
    {
        padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    }
}

@media (max-width:380px)
{
    .news .article .news-text-title
    {
        padding: 0.75rem 0.5rem;
        font-size: 1.1rem;
    }

    .news .article .news-text-body
    {
        padding: 0.75rem 0.5rem;
    }

    .news .article .news-text-more
    {
        padding: 0.75rem 0.5rem 0.5rem 0.5rem;
    }
}

@media (max-width:340px)
{
    .news .article .news-text-title
    {
        font-size: 1rem;
    }

    .news .article .news-text-body
    {
        font-size: 0.9rem;
    }
}

.news .carousel-media-pos-0 .carousel-backgroundimage
{
    background-position: center top;
}

.news .carousel-media-pos-1 .carousel-backgroundimage
{
    background-position: center center;
}

.news .carousel-media-pos-2 .carousel-backgroundimage
{
    background-position: center bottom;
}

.news .carousel-content,
.news .carousel-news-header
{
    position: relative;
}

.news .carousel-news-teaser
{
    position: absolute;
    top: 15%;
    left: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
}

.news .carousel-news-teaser p
{
    position: relative;
    background: #326295;
    padding: 0.4rem 0.8rem;
    color: white;
    margin: 0;
}

.news .news-author-info
{
    display: flex;
    align-items: center;
}

.news .news-author-image,
.news .news-author-about
{
    float: left;
    clear: none;
}

.news .news-author-image img
{
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.news .news-author-name
{
    font-size: 1.2rem;
    padding: 1rem 1rem 0 2rem;
    color: #666666;
}

.news .news-author-name-high
{
    color: #333333;
}

.news .news-author-position
{
    font-size: 0.9rem;
    padding: 0 1rem 0 2rem;
    color: #666666;
}

.news .news-author-bio
{
    font-size: 0.9rem;
    padding: 1rem 1rem 0 2rem;
    color: #666666;
}

.news .news-prev-next
{
    display: flex;
}

.news .news-next
{
    flex: 1;
    text-align: left;
}

.news .news-prev
{
    flex: 1;
    text-align: right;
}

.news-inline-img
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.news-inline-img img
{
    width: 100%;
}
