header{
	font-size:60px;
	background-color: rgb(89, 89, 89);
    font-family: Courier New;
	color:white;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: -2px;
	width:100%;
}
body{
	background-image:url("Img/Hintergrund.jpg");
	background-attachment: fixed;
	background-size:cover;
	margin:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	font-size:20px;
	font-family: Georgia;
}

a img{
	margin-left:auto;
	margin-right:auto;
	margin:175px;
	margin-top:0;
	margin-bottom:0;
}

main{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.navbar {
    overflow: hidden;
    background-color: rgb(64, 64, 64);
    font-family: Arial, Helvetica, sans-serif;
	width:100%;
	margin:0px;
	font-family: Courier New;
	font-size:25px;
	width:100%;
}
.navbar img{
float:left;	
width:70px;
}

.navbar a {
    float: left;
    font-size: 30px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
	font-size:30px;
}

.dropdown .dropbtn {
    cursor: pointer;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
	font-size:30px;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    background-color: rgb(128, 128, 128);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.Bilder{
	width:400px;
	transition:width 3s;
}

.Bilder:hover{
	width:70%;
}

h1{
	font-size:30px;
	letter-spacing: -3px;
	font-family: Courier New;
}

a{
	color:rgb(51, 51, 77);
}

.Weiter{
	float:right;
}

.Zurück{
	float.left;
}
p:nth-child(2):first-letter{
	font-size: 35px;
	text-shadow: 2px 2px 0 #566074, 3px 3px 0 #fff;
}
