@charset "utf-8";

xhtml {
	overflow-y:scroll;
}

:root {
	--font-size: 2vw;
}

p {
	margin-bottom: 0.9vw;
}

ul {
	padding-left: 1.9vw;
	margin-bottom: 1vw;
}

li {
	padding-bottom: 0.5vw;
}

a {
	text-decoration: none;
	color: black;
}

.h-spacer {
	display: block;
	height: 4vw;
}

.logo512px {
	content: url("../gfx/bioenergetik-wienerwald-logo-green-only-512px.png");
}

.not_printable {
	display: none;
}

.desktop_only {
	display: none;
}

.mobile_only {
	display: none;
}

.print_only {
	display: block;
}
