body{
	width: 100%;
	margin: 0px;
	padding: 0px;
	/*background-color: #718093;*/
	background-color: #535c68;
}

/*Kopfbereich mit Logo
#kopf{
	height: 200px;
	background-color: #f5f6fa;
	position: relative;
	width: 100%;
	padding-top: 85px;
	border-bottom: 2px white;
	-webkit-box-shadow: 0px 10px 20px -4px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 10px 20px -4px rgba(0,0,0,0.36);
	box-shadow: 0px 10px 20px -4px rgba(0,0,0,0.36);
}

#logo{
	color: white;
	text-decoration: none;
	font-size: 45px;
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	text-align: center;
	position: absolute;
	text-shadow: 3px 2px 5px black;
	width: 100%;
	transition: 0.4s
}

#kopf p{
	color: white;
	width: 100%;
	text-shadow: 3px 2px 5px black;
	font-family: arial;
	text-align: center;
	margin-top: 60px;
}*/

#logomakr:hover{
	cursor: pointer;
}

/* Style the navbar */
#navbar {
  overflow: hidden;
  /*background-color: #dcdde1;*/
	background-color: #576574f9;
	z-index: 1;
	-webkit-box-shadow: 0px 10px 20px -4px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 10px 20px -4px rgba(0,0,0,0.36);
	box-shadow: 0px 10px 20px -4px rgba(0,0,0,0.36);
	padding-left: 50px;
	padding-right: 50px;
	position: fixed;
	top: 0;
	width: 100%;
}

/* Navbar links */
#navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
	font-size: 20px;
	transition: 0.4s;
	/*text-shadow: 3px 2px 5px black;*/
}

#navbar a:hover{
	background-color: #f5f6fa;
	color: #747d8c;
}

#navbar a:target{
	background-color: grey;
}

#logomakr{
	position: relative;
	height: 80%;
	max-height: 58px;
	float: left;
	margin-right: 49.3%;
}

/*Erster Texabsatz*/
#begrüssung{
	width: 50%;
	max-width: 600px;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
}

#begrüssung h1{
	text-align: center;
	font-size: 35px;
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	color: white;
}

#begrüssung p{
	text-align: center;
	color: white;
	font-size: 20px;
}

#leiter{
	text-align: center;
	width: 50%;
	max-width: 600px;
	color: white;
	font-size: 20px;
	margin-bottom: 80px;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
}

#leiter a{
	color: #dcdde1;
}
