/* Homepage */
.cta:before,
.links:before,
.navigation:before,
.note:before,
.poster:before,
.splash:before,
.teaser:before
 {
	content: "";
	font-family: monospace;
	font-size: 11px;
	position: absolute;
	/*right: 0;
	bottom: 0;*/
	left: 0;
	top: 0;
	z-index: 999;
	background: #000;
	color: #fff;
	padding: 1px 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cta:before {
	content: "Sonderelement";
}
.links:before {
	content: "Navigation";
}
.navigation:before {
	content: "Navigation";
}
.note:before {
	content: "Sonderelement";
}
.poster:before {
	content: "Lokalität";
}
.splash:before {
	content: "Sonderelement";
}
.teaser:before {
	content: "Programm";
}