.Titel a{
    color: darkgreen;
    font-family: sans-serif;
    margin: 0;
    font-size: 3em;
    font-weight: bold;
    text-decoration: none;
}
.Titel a:hover{
    color: green;
}
nav{
    background-color:rgba(128, 128, 128, 0.511);
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
body{
    background: no-repeat center top/100% url("Bilder/Hintergrund_WideScreen.png");
    background-color: rgb(105, 98, 92);
    width: 100%;
    bottom: 0;
    margin: 0;

}
@media screen and (max-width: 550px) {
    .Titel a{
        font-size: 2em;
    }

}
@media  screen and (max-width: 900px) {
    body{
        background: no-repeat center top/100% url("Bilder/Hintergrund_FullScreen.png");
        background-color: rgb(105, 98, 92);
        width: 100%;
        bottom: 0;
        margin: 0;
    }
}

.Links{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.Links a{
    text-decoration: none;
    color: black;
    font-size: 1.5em;
    margin-left: 1em;

}
.Links a:hover{
    color:rgba(56, 56, 56, 0.684) ;
}
body{
    font-family: sans-serif;
}
