* {
    padding: 0;
    margin: 0;
}

header {
    background-color: green;
    background-image: url(../images/berlin-header.jpg);
    height: 200px;
   

    
}     

header p {
    color: white;
    font-size: 2em;
    padding-top: 30px; 
    text-align: right;
    padding-right: 20px;
    font-family: Verdana;
} 

 nav ul {
     padding: 0;
     background-color: #7C8E98;
 }

nav li {
 /*    background-color:  */
    list-style-type: none;
    display: inline-block;
    height: 2em;
    padding-top: 0 ;
    padding-right: 2em ;
    padding-bottom: 0 ;
    padding-left: 2em;
    line-height: 2em;
    border-right: 1px solid black;
    font-family: Arial, sans-serif;
}      

nav a {
    color: white;
    text-decoration: none;
}

nav a:hover {
    color: #E8CD98;
    font-weight: bold;
    font-size: 1em;
}

/* #schatten {
    background-image: url(../images/schatten.png);
    height: 12px;
} */

article {
    margin-top: 30px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 30px;
}

article h1,
article h2,
aritcle p,
article ul {
    margin-bottom: 1em;
}

footer {
    background-color: #7C8E98;
    color: white;
    height: 2em;
    padding-right: 2em ;
    padding-left: 2em;
    line-height: 2em;
    font-family: Arial, sans-serif;
}

/* #schatten1 {
    background-image: url(../images/schatten.png);
    height: 12px;
} */ 

.schlagschatten {
    box-shadow: 0 6px 2px silver;
}