/* CSS Document */

body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
.banner-home{
	height: 0px;
	padding: 20px;
}
.banner-home h1{
	font-weight: 600;
	text-decoration: none;
	color: #0A0A0A;
	text-align: center;
	font-size: 1.7em;
	margin-top: 40px;
}
.navbar {
    font-size: 0.9rem;
    display: flex;
    flex: 1;
	width: 20;
	padding: 20px 0 0 0;
}
nav ul a{
	display: inline-block;
	width: 60px;
	text-decoration: none;
	color: #0A0A0A;
}
nav ul a:hover{
	font-weight: 600;
}
.teaserbild {
	padding: 20px 0;
}
.Beschreibung {
	margin: 30px 0 0 0;
}
.Beschreibung h2{
	font-weight: 500;
}
.Beschreibung p{
	font-weight: 300;
}
.Beschreibung a{
	color: #000000;
}
.text {
	float: left;
	margin: 0 40px 0 40px;
	text-align: left;
	width: 300px;
	font-size: 0.8rem;
}
.beschreibungsbilder {
	display: block;
	float: left;
	width: 50%;
	margin: 60px 0 0 0;
	padding: 0 0 60px 0;
}
.beschreibungsbilder img {
	margin: 0 0 20px 0;
}
.about {
	font-weight: 200;
	font-size: 0.9rem;
	margin: 60px 0;
}
.impressum {
	margin: 60px;
	font-weight: 200;
	font-size: 0.9rem;
}

@media all and (max-width: 840px) {
	.navbar {
    display: inline-block;
	flex: 1;
	margin: 40px 75px 0 0;
  }
	.text {
		width: 85%;
		margin: 0 0 0 40px;
	}
	.beschreibungsbilder {
		width: 85%;
		margin: 30px 40px;
	}
}