body {
	margin: 0;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
/**SECTION-1 START**/
div#section-1 {
	width: 100%;
	background-color: #eee;
	box-sizing: border-box;
	padding: 40px 10px;
}
div#section-1 div.section-1-wrapper {
	max-width: 1300px;
	margin: 0 auto;
}
div#section-1 div.section-1-wrapper h2 {
	font-family: 'Bitter', serif;
	font-size: 40px;
	color:rgb(54, 67, 150);
	text-align: center;
	font-weight: 400;
}
div#section-1 div.section-1-wrapper div {
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #2b2b2b;
	line-height: 140%;
}
div#section-1 div.section-1-wrapper div div.bild img {
	width: 100%;
	display: block;
	max-width: 240px;
	margin: 0 auto;
}
div#section-1 div.section-1-wrapper div h1 {
	font-family: 'Bitter', serif;
	font-size: 30px;
	color:rgb(54, 67, 150);
	text-align: center;
	font-weight: 400;
	line-height: 140%;
	margin-top: 40px;
	width: 100%;
}
div#section-1 div.section-1-wrapper div p span.lutz{
	font-family: 'Bitter', serif;
	font-size: 30px;
	text-decoration: none;
	display: block;
	text-align: left;
	color:rgb(54, 67, 150);
	font-weight: 400;
	line-height: 140%;
}
div#section-1 div.section-1-wrapper div p.zusatz {
	width: 100%;
	padding: 0;
}
div#section-1 div.section-1-wrapper div p.zusatz strong.blue {
	color: rgb(54, 67, 150);
}
div#section-1 div.section-1-wrapper div p.zusatz a {
	font-weight: 700;
	text-decoration: none; 
	color: #2b2b2b;
}
div#section-1 div.section-1-wrapper div p.zusatz a:hover {
	color: rgb(54, 67, 150);
}
div#section-1 div.section-1-wrapper div ul li {
	margin-bottom: 20px;
}
div#section-1 div.section-1-wrapper div p span,
div#section-1 div.section-1-wrapper div ul li span {
	text-decoration: underline;
}
@media all and (min-width: 650px) {
	div#section-1 div.section-1-wrapper div {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 800px;
		margin: 0 auto;
	}
	div#section-1 div.section-1-wrapper div div.bild {
		display: inline-block;
		width: 28%;
		max-width: 240px;
	}
	div#section-1 div.section-1-wrapper div p {
		width: 69%;
		padding-top: 50px;
	}	
}
/**SECTION-1 STOP**/
/**SECTION-2 START**/
div#section-2 {
	width: 100%;
	margin-bottom: 30px;
	box-sizing: border-box;
	background-color: rgb(54, 67, 150);
}
div#section-2 div.wrapper-setion-2 {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 10px; 
}
div#section-2 div.wrapper-setion-2 div p {
	color: #fff;
	line-height: 140%;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 140%;
	font-weight: 400;
}
div#section-2 div.wrapper-setion-2 div div img {
	width: 100%;
	max-width: 173px;
	display: block;
	margin: 0 auto;
}
div#section-2 div.wrapper-setion-2 div p span {
	font-family: 'Bitter', serif;
	font-size: 30px;
	color: #fff;
	text-align: center;
	display: block;
	text-align: left;
	margin-bottom: 10px;
	font-weight: 400;
}
div#section-2 div.wrapper-setion-2 div p {
	display: block;
}
div#section-2 div.wrapper-setion-2 a {
	text-decoration: none;
	border: 2px solid #fff;
	color: #fff;
	max-width: 200px;
	display: inline-block; 
	width: 30%;
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
}
div#section-2 div.wrapper-setion-2 div p span {
	margin-top: 10px;
}
div#section-2 div.wrapper-setion-2 a:hover {
	background-color: rgba(255,255,255,0.3);
}
@media all and (min-width: 1000px) {
	div#section-2 div.wrapper-setion-2 div {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 1000px;
		margin: 0 auto;
	}
	div#section-2 div.wrapper-setion-2 div div {
		width: 28%;
	}
	div#section-2 div.wrapper-setion-2 div p {
		width: 69%;
	}
}
/**SECTION-2 STOP**/
/**KONTAKT START**/
div#kontakt {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 50px 10px;
	border: 4px solid rgb(54, 67, 150);
}
div#kontakt p {
	font-family: 'Lato',sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 140%;
	color:#2b2b2b;
}
div#kontakt p a {
	text-decoration: none;
	color: rgb(54, 67, 150);
}
div#kontakt p a:hover {
	text-decoration: underline;
}
/**KONTAKT STOP**/