* {
    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); */
    background-image: url(bilder/nav_01.gif) ;
    background-repeat: no-repeat;
    height: 100px;
}

header p {
    color: #006708;
    font-size: 1.8em;
    font-family: "LongbowTurkey";
    padding: 10px 0px 0 90px;
    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 0.3em;
    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 50px;

}

article h1 {
    margin-bottom: 0.4em;
}

article p,
article ul {
    margin-bottom: 1em;
    line-height: 1.5em;
}

footer {
    background-color: #ceb98e;
    color: black;
    text-align: center;
    height: 1.5em;
    padding: 0 1em;
    line-height: 1.5em;

}

footer a{
  
    color: black;
    text-decoration: none;
    text-align: center;
    height: 1.5em;
    padding: 0 1em;
    line-height: 1.5em;
     
}

img {
    display: block;
    margin: auto;
    width: 50%;
    text-align: center;
}

#gif{
  display: flex;
  width: 40px;
  height: 40px;
  
}