* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
html {
	min-height: 100%;
}
#wrapper {
	max-width: 750px;
	background: #fff;
	border: 1px solid #cbcbcb;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	margin: 12px auto;
	padding: 0px;
	overflow: hidden;
	position: relative;
	color: #414042;
	font-family: 'Roboto Slab', serif;
}
#anzeige_div {
	margin: 0;
	padding: 44px 44px 90px;
}
#header {
	margin: 0;
	padding: 0;
}
#content {
	margin: 0;
	padding: 0;
	position: relative;
}
#footer {
	margin: 0 0 20px;
	padding: 22px 20px 8px;
	background: #00294F;
	color: #fff;
	font-size: 13px;
	position: relative;
	clear: both;
	line-height: 19px;
}
#footer .flex {
	display: flex;
	flex-direction: row;
	gap: 43px;
	align-items: flex-end;
}
h1 {
	font-size: 29px;
	margin: 22px 0px 24px;
	line-height: 35px;
	color: #00294f;
}
h1+p {
	margin-bottom: 38px;
}
h1 span {
	font-size: 90%;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 16px;
	margin: 29px 0px 5px 0px;
	line-height: 20px;
	color: #00294f;
}
p {
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a u {
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	padding-left: 22px;
	background: url("iconli.png") no-repeat 1px 7px;
	margin-bottom: 8px;
}
.clearfix {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
ul+p {
	margin-top: 10px;
}
br {
	display: block;
}
h2 {
	font-size: 16px;
	margin: 0 0 9px 0px;
	line-height: 20px;
	font-weight: 500;
}
#header img {
	display: block;
}
#content>a {
	width: 136px;
	height: 136px;
	text-align: center;
	display: block;
	background: #f48466;
	border-radius: 50%;
	font-size: 18px;
	line-height: 30px;
	padding: 40px 10px 30px;
	color: #fff;
	margin: -106px auto 13px;
	font-weight: 500;
	float: right;
}
#content aside p {
	margin: 18px 0;
	padding-left: 51px;
	min-height: 40px;
	display: flex;
	align-items: center;
}
#footer a {
	color: #fff;
}
#footer h2 {
	margin-top: -11px;
	margin-bottom: 30px;
}
#footer .icon {
	position: absolute;
	right: 0;
	bottom: -5.5px;
}
#content aside {
	font-size: 95%;
}
#content aside:nth-of-type(1) {
	width: 49%;
	float: left;
}
#content aside:nth-of-type(2) {
	width: 49%;
	float: right;
}
aside p {
	position: relative;
	margin-top: 10px;
}
#content aside p img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#content aside .pi {
	margin-top: 30px;
}
#content aside p .img {
	top: 20%;
}
#content .text {
	font-size: 16px;
	line-height: 20px;
}
#header {
	position: relative;
}
#header a {
	position: absolute;
	top: 0;
	right: 0;
	height: 51%;
	width: 27%;
}
.img {
	top: -12px;
	position: relative;
}
nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: -20px;
	bottom: 210px;
}
.text {
	color: #00294f;
}
.mt {
	margin-top: 0
}
.mt1 {
	margin-top: 0;
	margin-bottom: 5px;
}
.m-t {
	margin: 22px 0 0 !important;
}
.none {
	opacity: 0
}
.icon9 img {
	top: 0;
}
.img img {
	margin: 10px 10px 0 0;
}
.ml1 {
	margin-left: 44px;
}

@media screen and (max-width: 750px) {
.icon {
	display: none;
}
.ml1 {
	margin-left: 0;
}
#wrapper {
	width: 100%;
	border: none;
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
}
#anzeige_div {
	padding: 10px;
}
#anzeige_div br {
	display: none;
}
#footer br {
	display: block;
}
#content>a br {
	display: block;
}
#content nav img {
	position: static;
	float: none;
}
h1 {
	font-size: 24px;
	line-height: 29px;
}
nav {
	position: static;
	width: 161px;
	margin: 20px auto;
	display: block;
}
h2 {
	margin-bottom: 25px
}
#content>a {
	float: none;
	margin: 0 auto 45px;
}
}

@media screen and (max-width: 638px) {
#footer .flex {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	text-align: center;
}
h2 {
	text-align: center;
}
.img {
	text-align: center;
}
#content aside {
	width: auto !important;
	float: none !important
}
}
