/* Footer mit dunklem Hintergrund: Text weiß */
footer.bg-dark,
footer.bg-dark p,
footer.bg-dark span,
footer.bg-dark small,
footer.bg-dark .small,
footer.bg-dark .Impressum_Head,
footer.bg-dark .Impressum_Text,
footer.bg-dark .Normal {
	color: #fff;
}
footer.bg-dark a {
	color: #fff;
}
footer.bg-dark a:hover {
	color: #fff;
	color: rgba(255, 255, 255, 0.85);
}
footer h5 {
	color: #fff;
}
