body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 1.5em;
    text-align: center;
   background-image:linear-gradient(#c6b9b9, #1d1d1d 60%);
}







#kopf{
     -webkit-background-image: url(Bilder/Meerschnipsel3.png);
    -moz-background-image:  url(Bilder/Meerschnipsel3.png);
     background-image:  url(Bilder/Meerschnipsel3.png);
    height: 100px;
    width: 80%;
    -webkit-background-repeat: repeat-x;
    -moz-background-repeat: repeat-x;
    background-repeat: repeat-x;
	margin:  auto;
    max-width: 1920px;
	min-width:1380px;
     line-height: 100px;
}




nav {
    width: 80%;
    height: 60px;;
    background-color:#dce5eb;
    margin: 0 auto;
    line-height: 60px;
    max-width: 1920px;
	min-width:1380px;
}
   


section {
    width: 80%;
    height: 1830px;
    background-color:#dce5eb;
    margin:  auto;
    margin-top: 0;
    max-width: 1920px;
	min-width:1380px;
	
}

#drohnensection {
    height: 20px;
}


footer {
    width: 80%;
    height:75px;
    background-color:#d7dce0;
    margin: auto;
    font-size: 0.5em;
    max-width: 1920px;
	min-width:1380px;
    margin-bottom: 50px;
}

#u1 {
    text-decoration: underline;
    font-weight: 600;
    }

.bilder {
    width: 640px;
    height: 360px;
    text-align: left;
    float: left;
    
    margin-top: 50px;
    margin-left: 20px;
    position: relative;
    -webkit-box-shadow: 10px 10px 10px grey;
   -moz-box-shadow: 10px 10px 10px grey;
   box-shadow: 10px 10px 10px grey;
}

.bilderraum {
    width: 49%;
    height: 360px;
	
	
	float: left;
	display:inline;
	margin-top: 50px;
}

.bilderraum2 {
    width: 49%;
    height: 360px;
	text-align: right;
	position: relative;
	float: left;

	
	display:inline;
	margin-top: 50px;
	
}

.bilderrechts {
    width: 640px;
    height: 360px;
    text-align: right;
    float: right;
    
    margin-top: 50px;
    margin-left: 20px;
    position: relative;
    -webkit-box-shadow: 10px 10px 10px grey;
   -moz-box-shadow: 10px 10px 10px grey;
   box-shadow: 10px 10px 10px grey;
}


 
#bilderrechts {
    position: absolute;
    top: 260px;
}

/*.link:visited {
    color: grey;
} */


.link:hover {
    font-size: 1.7em;
}