#titel > div {
	width: 100%;
	height: 40px;
	background: rgb(225, 5, 20);
}

#titel > div + div {
	height: 100px;
	background: none;
	overflow: hidden;
}

#titel p {
	box-sizing: border-box;
	font: normal normal 15px/18px "Source Sans Pro Light", sans-serif;
	color: rgb(255, 255, 255);
	padding: 11px 0 0 152px;
}

#titel div + div p {
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	background: url("logo.svg") no-repeat;
	background-size: auto 70px;
	width: 100%;
	height: 100px;
	margin: 20px 0 0 65px;
	padding: 0 0 0 87px;
}

#navigation {
	box-sizing: border-box;
	border: solid rgb(225, 5, 20);
	border-width: 2px 0 2px 0;
	padding: 0 0 0 58px;
}

#navigation li {
	display: inline-block;
	font: normal normal 15px/18px "Source Sans Pro Light", sans-serif;
	color: rgb(0, 0, 0);
	margin: 0 7px 0 7px;
}

#navigation a {
	display: inline-block;
	color: rgb(0, 0, 0);
	text-decoration: none;
	padding: 5px;
}

#navigation strong a {
	font: normal normal 15px/18px "Source Sans Pro Light", sans-serif;
	border: solid rgb(225, 5, 20);
	border-width: 0 0 2px 0;
}

#inhalt p, #inhalt h1, #inhalt h2, #inhalt li {
	font: normal normal 15px/18px "Source Sans Pro Light", sans-serif;
	color: rgb(0, 0, 0);
	margin: 0 0 18px 0;
}

#inhalt a {
	color: rgb(0, 0, 0);
}

#inhalt h1 {
	font: normal bold 30px/36px "Source Sans Pro Bold", sans-serif;
}

#inhalt strong {
	font: normal bold 15px/18px "Source Sans Pro Bold", sans-serif;
}

#inhalt ul {
	list-style-type: square;
	padding-left: 30px;
}

#inhalt > div.bild {
	width: 100%;
	height: 300px;
	xxbackground: rgb(207, 207, 207);
	background: url("bild.png") no-repeat;
	margin: 2px 0 2px 0;
}

#inhalt > div.bild h1 {
	padding: 150px 0 0 65px;
	font-size: 45px;
	line-height: 120%;
	text-align: center;
}

#inhalt > div.info {
	width: 100%;
	xxheight: 300px;
	background: rgb(225, 5, 20);
	margin: 2px 0 2px 0;
}

#inhalt > div.info div.bausteine {
	text-align: center;
	padding: 10px;
}

#inhalt > div.info div.bausteine img {
	box-sizing: border-box;
	font: normal normal 15px/18px "Source Sans Pro Light", sans-serif;
	width: 225px;
	height: 100px;
	border: 2px solid rgb(255, 255, 255);
	display: inline-block;
	margin: 10px;
}

#inhalt > div.text {
	box-sizing: border-box;
	padding: 50px 68px 0 68px;
	width: 800px;
}