
.news.news-single .mediaelement.mediaelement-image picture img {width: 100%; height: auto;}
.news-single .news-img-wrap {border: 1px solid var(--bs-gray-300); margin-bottom: 1rem;}
.news-single .news-img-wrap .news-img-caption {font-size: 0.9rem; padding: 0.5rem;}

.news-single .article-info li {margin-right: 1em;}
.news-single .article-info .news-tag:after {content:", ";}
.news-single .article-info .news-tag:last-child:after {content: none;}

.news-single .teaser-text {font-size: 1.2em; font-weight: 500;}

.news-single .embedded-content {border-top: 1px solid var(--bs-gray-300); border-bottom: 1px solid var(--bs-gray-300);margin: 1em 0; }


.news-single .news-related-wrap {margin: 2em 0;}
.news-single .news-related-wrap .news-related {border: 1px solid var(--bs-gray-300); margin-bottom: 1rem; padding: 1em;}

.news-search-form .input-group-append > .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.npbColumn {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    margin-bottom: 3rem;
}
.npbColumn:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.npbColumn h3,
.npbColumn .h3 {
    line-height: 1.25;
}
.npbColumn h3 a,
.npbColumn .h3 a {
    -webkit-transition: color 0.35s ease;
    transition: color 0.35s ease;
}

.npbcmWrap {
    font-size: 14px;
    line-height: 1;
}

.npbTimeTag {
    background-color: var(--bs-secondary);
    top: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    left: 25px;
}

.news-single .article .npbTimeTag {
    top: 12px;
    left: 0px;
}


/*##### Social #####*/
.shariff-button i.fab, .shariff-button .share_text {color: var(--bs-white);}