body {
		max-width: 80em;
		margin: 1em auto;
		background-image: linear-gradient(90deg, #82b9bf, white, white, white, #82b9bf);
}


.zitat {
		font-family: Arial, Helvetica, Geneva, Sans-serif;
		font-style: italic;
		font-weight: bold;
		line-height: 2;
		font-size: 1.4em;
}


.text, .text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	text-decoration: none;
	color: black;
}

.text {
	line-height: 2;
}



.text-head1, .text-head1-1, .text-head1-red, .text-head1-red-u {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 2;
}

.text-head1, .text-head1-1{
	font-size: 1.5em;
	text-decoration: underline;
}


.text-head1-red, .text-head1-red-u {
	font-size: 2em;
	font-style: italic;
	color: red;
}

.text-head1-red, .text-head1-1 {
	text-decoration: none!important;
}

.text-head1-red-u {
	text-decoration: underline;
}


.text-head2, .text-head2-1, .text-head2-2, .text-head2-3, .text-head2-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2;
}

.text-head2, .text-head2-3 {
	text-decoration: underline;
}

.text-head2-1, .text-head2-2, .text-head2-red {
	text-decoration: none;
}

.text-head2-2, .text-head2-3 {
	font-style: italic;
}

.text-head2-red {
	color: red;
}

.prospekt {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
	background-color: #0a7389;
	padding: 14px 16px;
	font-size: 16px;
    border: none;
	outline: none;
	line-height: 2;
}

.prospekt:hover {
	background-color: #82b9bf;
}


#top {
	text-align: center;
	position: relative;
}

#logo {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 50px;
}

#navigation {
	text-align: center;
	margin-bottom: 50px;
	position: sticky;
}

#bottom {
	text-align: center;
	vertical-align: middle;
	margin-top: 50px;
}