@CHARSET "ISO-8859-1";

/* Ganz zum Schluss fügen wir eine Umgebungszeile eine. */
body:not(.mce-content-body)::after {
	z-index: 100000;
	color: white;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	height: 2rem;
	position: fixed;
	top: 0;
	transform: translateX(-50%);
	left: 50%;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
