* {
    margin: 0;
}
:root {font-size: 16px;}
html, body    {
    font-family: arial, sans-serif;
}
@font-face {
  font-family: 'LongbowTurkey';
  src: url('fonts/OldEnglishFive.woff2') format('woff2'),
     }
header {
    background-color: #ffcc33;
    background-image: url(bilder/top_oS.png);
    height:100px;
}
header p {
    color: #006708;
    font-size: 2.0em;
    font-family: "LongbowTurkey";
    padding: 10px 10px 0 50px;
    text-align: left;
}


nav {
    background-color: #ceb98e;
}

nav ul {
    padding: 0;
}

nav li {
    /* background-color: orange; */
    list-style-type: none;
    display: inline-block;
    height: 1.5em;
    padding: 0 1em;
    line-height:1.5em;
    border-right: black 1px  solid;
}

nav a {
    color: black;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

.keinrahmen {
    border-right: 0;
}

.schatten {
    background-image: url(bilder/schatten.png);
    height: 12px;
}
article {
    margin: 20px 40px;
/*        background-color: orange;*/
}

article h1 {
    margin-bottom: 0.4em;
}

article p,
article ul
{
    margin-bottom: 1em;
    line-height: 1.5em;
}

footer {
    background-color: #ceb98e;
        text-align: center;
    height: 1.5em;
    padding: 0 1em;
    line-height: 1.5em;
}
img{
  display: flex;
  width: 512px;
}


