section {
	overflow: hidden;
	position: relative;
}
section[class^='block']:after {
	content: "Text";
	font-family: monospace;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	background: blue;
	padding-inline: 0.25em;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
}
section.block-1:after {
	content: "Bild";
}
section.block-2:after {
	content: "Tabelleraische Auflistung";
}
section.block-3:after {
	content: "Downloads";
}
section.block-4:after {
	content: "Kontakt";
}
section.block-5:after {
	content: "Text + Bild";
}
section.block-6:after {
	content: "Testimonial";
}