body {
    font-family: Trebuchet MS, Verdana, Geneva, Tahoma, sans-serif;
    background-color: rgba(235, 217, 217, 0.925);
}

a {
    font-size: 1.5em;
    text-decoration: none;
}

p {
    font-size: larger;
}

.Impressum {
    font-weight: lighter;
}


/* -----------N A V I G A T I O N----------- */

nav {
    position: absolute;
    top: 0;
    left: 0;
}

.navicon {
    border: none;
    height: 2em;
    width: 2em;
    margin: .5em;
}


/* nav .submenu {
    visibility: hidden;
    height: 0;
    z-index: 1000;
}

nav .submenu .navicon {
    display: block;
    width: 2em;
}

nav:hover .submenu,
nav:active .submenu,
nav:focus .submenu {
    visibility: visible;
    height: auto;
} */