h2 {
	margin-bottom: 0.5em;
	margin-left: 1em;
	clear: both;
}

a {
	color: #000;
	text-decoration: none;
}

h1 {
	margin-top: 0;
}

div#aktuell {
	white-space: nowrap;
}

div#aktuell a {
	margin-left: 3em;
}

div.slider {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

div.slider a {
	display: inline-block;
	vertical-align: top;
}

div.slider img {
	display: inline-block;
}

div.slider p {
	padding-left: 0.5em;
	margin-top: 0;
	overflow-x: normal;
	white-space: normal;
}

@media (hover:hover), (-moz-touch-enabled: 0) {
	div.slider#buecher img:hover {
		filter: opacity(0.3);
	}

	div.slider#buecher p {
		visibility: hidden;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		position: relative;
		top: -18ex;
		padding-left: 0.5em;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		background: #ccc;

		pointer-events: none;
	}

	div.slider#buecher img:hover + p {
		visibility: visible;
	}
}

div#werke img {
	border-style: solid;
	border-width: 1px;
	border-color: #888;
	border-radius: 5px;
}

div#werke img, div#video img, div#audio img {
	height: 10em;
}

div#buecher img {
	height: 20em;
}

div#buecher p {
	max-width: 10em;
}

div#video p, div#audio p {
	max-width: 12em;
}

div#audio {
	padding-bottom: 8vh;
}

div.company {
	position: fixed;
	bottom: 0;
	right: 0;
	text-align: right;
	width: 100%;
}

div.company img {
	padding: 0.5em;
	padding-right: 1em;
	border-radius: 5px;
	border-width: 1px;
	margin: 0;
	background: #fff;
	width: 15em;
	max-width: 30%;
}
