* {
    margin: 0;
}

html, body    {
    font-family: arial, sans-serif;
}

header {
    border-radius: 20px 20px 0 0;
    background-color: lightblue;
    background-image: url(images/hg-header.jpg);
    height: 160px;
}

header p {
    color: white;
    font-size: 1.8em;
    padding: 10px 10px 0 100px;
    text-align: right;
}

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(images/schatten.png);
    height: 12px;
}

article {
    border-radius: 20px;
    margin: 10px;
    padding: 1em;
    background-color: rgb(209, 221, 240);
}

article h1 {
    text-align: center;
    margin-bottom: 0.4em;
}

article p,
article ul
{
    margin-bottom: 1em;
    line-height: 1.5em;
}

article h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: dodgerblue;
    text-align: center;
    font-style: oblique;
    margin-bottom: 1.5em;
}

.schicksal {
    float: right;
    background-image: url(images/schicksal.jpg);
    width: 200px;
    height: 290px;
    background-position: center;
    background-size: cover;
    border: 2px solid rgb(134, 134, 224);
    border-radius: 20px;
    margin-left: 5px;
}

.mehr {
    height: 290px;
}

.wrapper {
    width: 100%;
    height: 300px;
}

.box {
    float: left;
    margin: 10px;
    min-width: 230px;
}

footer {
    border-radius: 0 0 20px 20px;
    color: bisque;
    background-color: black;
	text-align: center;
    height: 1.5em;
    padding: 0.5em 0.5em;
    line-height: 1.5em;
}

span {
    color: black;
}

iframe {
    margin: 100px;
    width: 200px;
    height: 50px;
}