body {
    font-family: "Helvetica Neue", 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
    color: gray;
}

/*SCHRIFT*/
.beschreibung {
    float: left;
    bottom: 0px;
    padding-left: 5px;
    color: grey;
    font-size: 12px;
}

.beschreibung_single {
    position: absolute;
    bottom: 0px;
    padding-left: 5px;
    color: grey;
    font-size: 12px;
}

.sub {
    color: grey;
    font-size: smaller;
}

/*LINKS*/
a {
    text-decoration: none;
    color: black;
}

a:active {
    text-decoration: none;
    color: grey;
}

/*LOGO*/
#header {
}

#logo {
    position: absolute;
    font-weight: bold;
    letter-spacing: -2px;
    font-size: 72px;
    line-height: 72px;
    z-index: 2;
}

/*NAVIGATION*/
#navigation {
    z-index: 1;
    padding-top: 100px;
    padding-right: 10px;
    margin-left: -10px;
    height: 80%;
    float: left;
    position: absolute;
    background: white;
}

ul {
    list-style-type: none;

}

/*INHALT - SCROLLBAR*/
.page-wrap {
    margin-right: 10px;
    position: fixed;
}

#gallery_single {
    position: absolute;
    margin-left: 500px;
    margin-top: 130px;
}

/*INHALT - BILD/TEXT-BOX*/
.post {

    margin-top: 45px;
    margin-left: 150px;
    height: 500px;
}

.first {
    margin-top: 45px;
    width: 200px;
    height: 500px;
}

tr {
    vertical-align: top;
}

.about {
    float: right;
    width: 760px;
    height: 500px;
}


