@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v47-latin-regular.eot');
	src: url('../fonts/roboto-v47-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v47-latin-regular.woff') format('woff'), url('../fonts/roboto-v47-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v47-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v47-latin-700.eot');
	src: url('../fonts/roboto-v47-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v47-latin-700.woff2') format('woff2'), url('../fonts/roboto-v47-latin-700.woff') format('woff'), url('../fonts/roboto-v47-latin-700.ttf') format('truetype'), url('../fonts/roboto-v47-latin-700.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	background-color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 59.375rem;
	margin: 1rem auto;
	overflow: hidden;
	background: url('../images/hintergrund.jpg') no-repeat center center;
	background-size: cover;
	border: 0.0625rem solid #000;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 1.25rem;
}

.margin_bottom {
	margin-bottom: 3.75rem;
}

.bigger {
	font-size: 1.2em;
}

.nowrap {
	white-space: nowrap;
}

a.web {
	color: #009999;
	font-weight: 700;
	text-decoration: underline;
}

ul {
	margin: 0 0 1.875rem;
	padding: 0;
	list-style: none;
}

ul li {
	margin: 0 0 .25rem;
	padding: 0 0 0 1.25rem;
}

ul li:before {
	content: "";
	background-color: #000000;
	width: .25rem;
	height: .25rem;
	border-radius: 50%;
	position: relative;
	display: block;
	float: left;
	top: .5rem;
	margin: 0 0 0 -1.25rem;
}

h1 {
	font-size: 1.875rem;
	margin: 2.5rem 0 3.125rem;
}

h2 {
	font-size: 1rem;
	margin: 0 0 1.25rem;
}

h3 {
	font-size: 1.125rem;
	margin: 0 0 2.5rem;
	text-align: center;
}

.center h3:last-of-type {
	margin: 0;
}

header {
	padding: 2.5rem;
}

article {
	padding: 0 2.5rem;
}

.center {
	text-align: center;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.left {
	width: 49%;
	border-right: 0.0625rem solid #000;
	padding: 0 1.25rem 0 0;
}

.right {
	width: 49%;
	padding: 0 0 0 1.25rem;
}

.right p {
	margin: 0 0 2.5rem;
}

footer {
	padding: 0 2.5rem 2.5rem;
}

footer h3 {
	margin: 2.5rem 0;
}

@media only screen and (max-width: 59.312rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	br {
		display: none;
	}

	footer .right br {
		display: block;
	}

	.margin_bottom,
	h3,
	footer h3 {
		margin: 0 0 1.25rem;
	}

	.center h3:last-of-type {
		margin: 0 0 1.25rem;
	}

	header {
		padding: 1rem 0;
	}

	article {
		padding: 0 .625rem;
	}

	footer {
		padding: 0;
	}
}

@media only screen and (max-width: 43.687rem) {
	.flex {
		flex-direction: column;
	}

	.left {
		width: 100%;
		border-right: none;
		padding: 0;
	}

	.right {
		width: 100%;
		padding: 0;
	}

	h2 {
		margin: 0 0 .625rem;
	}
}