body{
    background-color:grey;
    color: black;
    font-family: 'Roboto Mono', monospace;
}

#wrapper{
    position: absolute;
    width: 1600px;
    max-width: 1900px;
    margin: auto auto;
}





/*Navigationbar*/
#header_navigation{
    position: absolute;
    width: 100%;
    max-width: 1900px;
    height: 135px;
    margin: auto auto;
    background: #ffffff;
}

.navigation_image{
    position: absolute;
    height: 100px;
    width: auto; 
    top: 17.5px;
    left: 10px;
}

.navigation_header{
    position: absolute;
    top: 35px;
    left: 140px;
    font-size: 1.1em;
    font-weight: 200;
}

#navigation_links{
    position: absolute;
    height: 135px;
    width: 700px;
    top: 60px;
    left: 550px;
    text-align: center;
    word-spacing: 40px;
}

.navigation_buttons{
    position: relative;
    font-size: 17px;
    text-decoration: none;
    color: black;
}

.navigation_buttons:hover{
    color: rgb(222, 222, 222);
}

/* Impressum */
#agb_text{
    position: absolute;
    width:90%;
    height: auto;
    left: 80px;
    top: 150px;
    text-align: justify;
    color: white;
}