* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

html {
	min-height: 100%;
}

#wrapper {
	max-width: 920px;
	background: #fff;
	border: 1px solid #cbcbcb;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 12px auto;
	padding: 0px;
	overflow: hidden;
	position: relative;
	color: #3d3d3f;
}

#anzeige_div {
	padding: 0 75px 105px;
}

#header {
	margin: 0;
	padding: 0;
}

#content {
	border-top: 1px solid #276aae;
	padding: 20px 0 0;
	position: relative;
}

#footer {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 20px;
	margin: 20px 0 20px 0;
	line-height: 28px;
	font-weight: normal;
}

.blue {
	color: #0563c1 !important;
}

h3 {
	font-size: 18px;
	margin: 0 0 20px;
	line-height: 28px;
	color: #276aae;
}

p {
	margin-bottom: 20px;
	text-align: justify;
}

a {
	color: #3d3d3f;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

ul {
	padding: 0 0 20px 5px;
	list-style: none;
}

ul.ul li {
	padding-left: 29px;
	background: url("iconlist.jpg") no-repeat left 5px;
}

ul li {
	padding-left: 29px;
	background: url("icon.jpg") no-repeat left 5px;
}

ul.ul2 li {
	padding-left: 15px;
	background: url("icon2.jpg") no-repeat left 9px;
}

ul.ul3 {
	margin-left: 29px;
}

.clearfix {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

ul+p {
	margin-top: 10px;
}

u {
	text-decoration: underline;
}

em {
	font-style: italic;
}

br {
	display: block;
}

h2 {
	color: #276aae;
	border-bottom: 1px solid #95c4eb;
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 22px;
	padding-bottom: 10px;
}

.link {
	color: #276aae;
	text-decoration: underline;
}

#header {
	position: relative;
}

#header a {
	position: absolute;
	top: 15%;
	left: 8%;
	height: 47%;
	width: 32%;
}


@media screen and (max-width: 919px) {
	#wrapper {
		width: 100%;
		font-size: 13px;
		line-height: 17px;
		border: none;
		margin: 0px;
	}

	#anzeige_div {
		padding: 10px;
	}

	#anzeige_div br {
		display: none;
	}

	#header,
	#aside,
	#footer {
		position: relative;
		top: 0px;
		left: 0px;
	}

	#header {
		text-align: left;
	}

	#footer {
		text-align: left;
	}

	#aside {
		text-align: left;
	}

	#content {
		padding: 20px 0 0;
	}

	h1 {
		margin: 10px 0px 10px 0px;
		font-size: 18px;
		line-height: 20px;
	}

	h2 {
		line-height: 25px;
	}

	h3 {
		margin: 20px 0px 10px 0px;
		font-size: 14px;
		line-height: 20px;
	}

	p {
		margin-bottom: 20px;
		text-align: left;
	}

	a {
		font-weight: bold;
	}

	h1 br {
		display: block;
	}

	ul {
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	ul li {
		padding-bottom: 0px;
		padding-top: 0px;
		padding-left: 20px;
	}

	h2 {
		margin-bottom: 20px;
		font-size: 16px;
	}

	#footer br {
		display: block;
	}
}