/* Formatierungen für Seiten "Meistgelesen"
 * Thomas Mirke 04.02.2026 
 * Version 1.0.0
*/

/* Überschriften */
.mg_ueschrift {
	font-size:16pt;
	font-weight:bold;
	margin-top:1rem;
	margin-bottom:3rem;
	text-decoration:none;
	color:#000000 !important;
}

.mg_ueschrift:hover {
	color: #8E0D08 !important;
}

.mg_imgdiv {
	float:left;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:20px;
	width:33% !important;
	max-width:400px !important;
	padding-top:5px !important;
}

.mg_img {
	border-radius:4px !important;
	aspect-ratio:4/3 !important;
}
