/**
 * @author alisch berlec hönow <info@abh.eu>
 * @version 4.6.6
 *
 * Mdj View: News
 */

#news {}



#news__mood {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.is-dark-mode #news__mood,
.style--eclat #news__mood {
	--mood-background: linear-gradient( 180deg, transparent 90%, var( --background-color ) );
}

	#news__mood > img {
		height: 10%;
	}



#news__intro,
#news__content {
	position: relative;
	z-index: 20;
}