.news a {
    text-decoration: none;
}
.news-single .news-content-wrap a:not(.btn) {
    text-decoration: underline;
}
.news h2 {
    font-size: 1.5rem;
}
.news .article[data-news-display="1"]:not(.article-selectedlist) h2 {
    font-size: 2.0rem;
}
.news-search-result .count-msg,
.news-search-result .row>div,
.news>.news-list-view .row>div {
    margin-top: calc(var(--bs-gutter-x)/ 2);
    margin-bottom: calc(var(--bs-gutter-x)/ 2);
}
.news-search-result .count-msg {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 20px;
}
.news-search-result .article,
.news-single .news-related .article,
.news>.news-list-view .article {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 35%);
    height: 100%;
    position: relative;
    transform: scale(1);
    transition: all 180ms ease-in-out;
}
.gridelement.h100 .frame-news { 
    margin-bottom: 20px;
}
.gridelement.h100 .news { 
    margin-bottom: 20px;
}
.news-search-result .article:hover,
.news-single .news-related .article:hover,
.news>.news-list-view .article:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 35%);
    transform: scale(1.005);
}
.news-search-result .article,
.news-single .news-related .article,
.news>.news-list-view .article:not([data-news-display="1"]) {
    padding-bottom: 45px;
}
.news>.news-list-view .article-tigeregge {
    background-color: #E51C1F !important;
}
.news>.news-list-view .article-tigeregge a {
    color: #FFFFFF !important;
}
.news>.news-list-view .article-musikredaktion {
    padding-bottom: 0px !important;
}
.news>.news-list-view .article-musikredaktion>.content-wrap {
    margin: 0px;
}
.news>.news-list-view .article-musikredaktion>.content-wrap,
.news>.news-list-view .article-musikredaktion>.content-wrap>.container,
.news>.news-list-view .article-musikredaktion>.content-wrap>.container>a>.frame {
    height: 100%;
}
.news>.news-list-view .article-musikredaktion>.content-wrap>.container>a>.frame {
    background-color: #CEDC00;
}
.news-search-result .article .meta,
.news-search-result .article  .header,
.news-search-result .article  .teaser-text,
.news-single .news-related .article .meta,
.news-single .news-related .article  .header,
.news-single .news-related .article  .teaser-text,
.news>.news-list-view .meta,
.news>.news-list-view .header,
.news>.news-list-view .teaser-text,
.news>.news-list-view a.more {
    margin-left: 20px;
    margin-right: 20px;
}
.news-search-result .article .meta,
.news-single .news-related .article .meta,
.news>.news-list-view .meta {
    margin-top: 20px;
}
.news>.news-list-view .article-tigeregge .header {
    margin-top: 20px;
}
.news>.news-list-view .article-selectedlist {
    padding-bottom: 50px;
}
.news-search-result .article img,
.news-single .news-related .article img,
.news>.news-list-view .article img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.news>.news-list-view .article[data-news-display="1"] img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.news>.news-list-view .article-selectedlist .header,
.news>.news-list-view .article-fifty .header,
.news>.news-list-view .article-full .header {
    margin-top: 20px;
}
.news>.news-list-view .overlay {
    border-bottom-right-radius: 4px;
    padding-bottom: 50px;
}
.news-search-result .page-navigation .pagination,
.news>.news-list-view .page-navigation .pagination {
    justify-content: center;
}
.news-search-result .page-navigation .pagination a,
.news>.news-list-view .page-navigation .pagination a,
.news .pagination .page-link {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 35%);
    padding: 4px 10px;
    transform: scale(1);
    transition: all 180ms ease-in-out;
}

.news .pagination .page-link {
	border-color: #cedc00;
	color: inherit;
}

.news-search-result .page-navigation .pagination a:hover,
.news>.news-list-view .page-navigation .pagination a:hover {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 35%);
    transform: scale(1.005);
}
.news-search-result .page-navigation .loading-spinner,
.news>.news-list-view .page-navigation .loading-spinner {
    display: none;
    height: 60px;
    margin: 0px auto;
    width: 60px;
}
.news>.news-list-view .overlay {
    background-color: rgba(0,0,0,1);
    color: #ffffff;
    padding-top: 1px;
}
.news>.news-list-view .overlay a {
    color: #ffffff;
}

.news.news-single .news-content-wrap {
    background-color: #ffffff;
    margin-top: 1.5rem;
    padding: 1.5rem;
    position: relative;
}
.news.news-single .news-content-wrap .meta {
    color: #8f8f8f;
    font-size: 14px;
}
.news.news-single .news-content-wrap .teaser-text {
    font-weight: 700;
}
.news.news-single .news-content-wrap>.content-wrap {
    margin: 1rem 0px;
}
.news.news-single .news-content-wrap>.content-wrap>.container {
    padding: 0px;
}
.news-single .news-related-wrap {
    margin-top: 3rem;
}
.news-single .news-related-files li {
    margin-bottom: 1rem;
}
.news-single .news-related .row>div {
    margin-bottom: var(--bs-gutter-x);
}
.news-related-files ul {
    list-style: none;
    padding-left: 0px;
}
.news-single .news-backlink-wrap a.btn.btn-primary {
    margin-bottom: 2rem;
}


@media (min-width: 576px) { 
    .news .article[data-news-display="1"]:not(.article-selectedlist) {
        min-height: 472px;
    }
    .news-single .news-backlink-wrap a.btn.btn-primary {
        margin-bottom: .6rem;
    }
}

@media (min-width: 992px) { 
    .gridelement.h100 .news { 
        height: calc(100% - 52px);
    }
    .gridelement.h100 .news>.news-list-view,
    .gridelement.h100 .news>.news-list-view>.row { 
        height: 100%;
    }
}

@media (min-width: 1200px) {  
    .news-search-result .row:not(.sm-list),
    .news>.news-list-view .row:not(.sm-list) {
        margin-bottom: 0px;
    }
    .news>.news-list-view .article[data-news-display="1"]:not('.selected-list-img') img {
        border-radius: 4px;
    }
    .news>.news-list-view .overlay {
        background-color: rgba(0,0,0,0.65);
        bottom: 0px;
        min-width: 300px;
        max-width: 70%;
        position: absolute;
        right: 0px;
        text-align: right;
    }
}
@media (min-width: 1400px) { 
    .news .article[data-news-display="1"]:not(.article-selectedlist) {
        min-height: 550px;
    }
}


/* Facebook-Video */
.news-single .frame-type-html iframe {
	max-width: 560px;
    min-width: auto !important;
	width: 100%;
}

/* #### SM ICONS #### */
.sm-list {
    bottom: 0px;
    justify-content: flex-end;
    padding: 20px;
    position: absolute;
    left: 0px;
}
.news-single .sm-list,
.news>.news-list-view .overlay .sm-list {
    left: auto;
    right: 0px;
}
.news-single .news-related .sm-list {
    left: 0px;
    right: auto;
}
.sm-list .sm-link {
    flex: 0 0 20px;
}

/* ######ADBOX####### */
.news .adbox {
    background-color: #ffffff;
    border-radius: 4px;
    height: 100%;
    padding: 15px 15px 10px 15px;
    width: 100%;
}
.news .adbox>ins {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.news .adbox>p {
    color: #8f8f8f;
    font-size: 14px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

.news .adbox img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.news .adbox iframe {
	width: 100%;
}

@media(min-width: 992px) {
	.news .content-wrap.layout-50 {
		float: left;
		width: 50%;
	}
}

/* ######TICKER####### */
.article-type-Tx_Yhnewsticker_News .ceDivider {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-type-Tx_Yhnewsticker_News .ceDivider::before {
    background: #000;
    border-top: 1px solid #CEDC00;
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}