#text-11880 {
	color: blue;
	padding: 10px;
}
#text-11880 .aktiv {
	background: black;
	color: white;
}
#text-11628 {
	background: white;
	color: violet;
	--farbe1: red;
}
#text-11628 strong {
	color: green;
}
#text-11628 img {
	max-width: 20%;
	border: 5px solid var(--farbe1);
}
#text-11628 ul , #text-11628 ol {
	margin: 5px;
}
@media(max-width:800px) {
	#text-11628 strong {
		color: dark-green;
	}
	#text-11628 strong , #text-11628 b {
		font-weight: light;
	}
}
