body {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 60px;
	margin: 10px;
	font-weight: 300;
}
h2 {
	font-size: 26px;
	margin: 10px;
}

img.page {
	width: 100%;
	height: auto;
}
.region {
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
}
.bg {
	display: block;
	width: 100%;
	height: auto;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
}
.transparent {
	opacity: .5;
}
.invisible {
	visibility: hidden;
}
.hidden {
	display: none;
}
.skitter .container_thumbs {
	position: absolute;
	bottom: 1em;
}
.skitter .info_slide {
	background: transparent;
}
.skitter .info_slide_thumb .image_number {
	margin: 0 10px;
	filter: brightness(175%);
}
.label_skitter {
	top: 0;
	background: transparent;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
a.btn {
	display: block;
	background: #222;
	color: #fff;
	text-decoration: none;
	transition: background .3s, color .3s;
	padding: 1em 2em;
	border-radius: 8px;
}
a.btn:hover {
	background: #ddd;
	color: #212f56;
}

#articles-no-image {
	top: 30.79%;
}
#cookies {
	bottom: 0;
}
#map {
	top: 17.89%;
	cursor: pointer;
}
#map:hover #map-hover {
	visibility: visible;
}
#search-form {
	top: 0;
}
#submenu {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: none;
	margin-left: -32px;
}
#mobile {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 2;
}
#slideshow {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}