
/* ############################################################
	ÜBERSICHT
############################################################ */

/* News-Liste */
.mdl020-news-box {
	position: relative;
	width: 100%;
}


/* Datum */
.mdl020-datum {
	display: inline-block;
	border-bottom: 1px solid var(--main-color-3);
	padding-bottom: 10px;
}
	.mdl020-datum + h2 {
		margin-top: 29px;
	}
@media (min-width: 1440px) {
	.mdl020-datum + h2 {
		margin-top: 34px;
	}
}


/* Titel */
/*.mdl020-news-box h2 {
	margin-bottom: 18px;
}
@media (min-width: 1440px) {
	.mdl020-news-box h2 {
		margin-bottom: 54px;
	}
}*/

