@import url("style.css");

body {
	padding-left: 0%;
	padding-right: 0%;
}

a[lang=de]:before, a[lang=en]:before, a[lang=fr]:before {
	content: "" !important;
}

a[lang]:after {
	content: " (" attr(lang) "; " attr(href) ")";
	text-decoration: none !important;
	font-size: 0.8em;
	color: green;
	font-weight: normal;
}

.hinweis,
.lckad {
	display: none;
}