@import url('https://fonts.googleapis.com/css2?family=Anton&family=Momo+Trust+Sans:wght@200..800&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all 0.5s ease-in-out
}


html,
body {
    font-family: "Merriweather Sans", sans-serif;
    line-height: 1.5;
    hyphens: auto;
}

h1,
h2,
h3 {
    font-family: "Merriweather", sans-serif;
}

p#E-Mail {
    text-align: center;
}

body {

    height: 100%;
    background-image: url(bilder/background.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}

main {
    width: 80%;
        margin: auto;
        margin-top: 2em;
        background-color: rgb(236, 237, 255);
        box-shadow: #000124 2px 2px 10px 5px;
        padding-top: 0;
        padding-right: 2em;
        padding-left: 2em;
        padding-bottom: 4em;
        border-radius: 20px;
        box-shadow: 0 0 50px rgb(12, 4, 73);
}

header {
    padding: 0;
}

img#logo {
    width: 2em;
}

#Sonnenabgang {
    color: #c1c0fd;
}

article,
footer {
    color: white;
        padding: 1em 2em;
}

article {
    background-color: #372e20;
    min-height: 55vh;
    padding-bottom: 0.0009em;
}

img {
    width: 30vw;
}

figure {
        margin: 0;
        margin-right: 1em;
        float: left;
        margin-top: 0.5em;
}

footer {
    background-color: #372e20;
        clear: left;
        padding: 1em;
        text-align: center;
}

/*Hier beginnt die Navigation*/

nav {
    height: 4em;
        background-color: #372e20;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 1.3em;
}

nav a {
    display: inline-block;
    color: #132883;
    background-color: #ffffff;
    height: 3.2em;
    width: 8em;
    text-decoration: none;
    padding: 0.8em;
    margin: 0.4em 0.5em;
    margin-right: 0;
}

nav a:hover {
    background-color: #100b54;
    color: white;
}

nav a#aktuell {
    background-color: #020c41;
    color: white;
}

/* Ende der Konfiguration der Navigation*/

/*CSS der Links: LoVe HAte*/
a:link {
    color: rgb(202, 201, 255);
}

a:visited {
    color: rgb(0, 0, 0)
}

a:hover {
    font-weight: bold;
}


/* Hier folgt das Responsive Design*/

i:hover {
    color: rgba(255, 255, 255, 0.555)
}

iframe {
    border: none
}



@media screen and (max-width:960px) {
    main {
        width: 100%;
    }

    img {
        width: 100%;
    }

    nav {
        height: auto;
    }

    nav a {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 0.1em;
    }

    iframe {
        width: 100%;
    }

}