body {
    background: #000;
}
#content {
    width: 100%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background: #fff;
    margin-top: -20px;
    max-width: 900px;
}
#menu {
    position: fixed;
    height: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    left: 0px;
}
#logo {
    margin-left: 20px;
    margin-top: 10px;
    width: 120px;
}
#nav {
    width: 50%;
    height: 90%;
    float: right;
    margin-top: 69px;
    list-style: none;
}
.navbutton {
    font-family: 'Oswald', 'Helvetica', sans-serif;
    font-weight: normal;
    position: relative;
    right: 0px;
    height: 100%;
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
    float: right;
}
.navbuttonlink {
    height: 100%;
    width: 100%;
    color: #fff;
    border: 2px solid;
    text-decoration: none;
    font-size: 1.2em;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.navbuttonlink:hover {
    color: #000;
    border-top: solid 2px;
    background: #fff;
    /*  font-weight: 800; */
}
#container {
    background: #000;
    height: auto;
    width: 100%;
    margin-top: 0px;
    padding-top: 180px;
}
h1 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 3em;
    font-weight: 400;
}
#headerimg {
    margin-top: -20px;
    z-index: 9;
    width: 100%;
}
#choselinkleft {
    position: absolute;
    height: 600px;
    width: 449px;
    z-index: 10;
    left: 0px;
    float: left;
    top: 157px;
    background: rgba(255, 255, 255, 0);
}
#choselinkleft:hover {
    background: rgba(0, 0, 0, 0.25);
}
#choselinkright {
    position: absolute;
    height: 600px;
    width: 449px;
    z-index: 10;
    right: 0px;
    float: left;
    top: 157px;
    background: rgba(255, 255, 255, 0);
}
#choselinkright:hover {
    background: rgba(0, 0, 0, 0.25);
}
#footer {
    height: auto;
    width: 100%;
    background: #343434;
    z-index: 11;
    margin-top: 20px;
    position: absolute;
    color: #fff;
    max-width: 900px;
}
#firstpost {
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: auto;
}
#footercontent {
    width: auto;
    height: auto;
    margin: 15px 25px 15px 20px;
}
#footertop {
    /* position: absolute;*/
    top: 0px;
    width: 100%;
    height: 80px;
    margin-bottom: 10%;
}
#footertopheading {
    width: auto;
    float: right;
    margin-top: 5%;
    font-size: 3.5em;
}
#footermiddle {
    height: auto;
    width: auto;
    bottom: 30px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-size: 1.25em;
    font-weight: 400;
}
#footerbot {
    color: #fff;
    text-decoration: none;
    position: relative;
    bottom: -10px;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Oswald', sans-serif;
}
.footerbota {
    color: #fff;
    text-decoration: none;
}
.footerbota:hover {
    color: #fff;
    text-decoration: underline;
}
#blogspotpost {
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: auto;
    margin-top: -52px;
    font-family: 'Helvetica', sans-serif;
}
#headerimgblogspot {
    margin-top: 37px;
    z-index: 9;
}
#blogspotheading {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: -0px;
}
p {
    font-family: 'Helvetica', sans-serif;
    padding: 20px;
}
.headerimg {
    margin-top: -20px;
    z-index: 9;
}
.linktopost {
    text-decoration: none;
    color: #000;
}
.linktopost:hover {
    text-decoration: none;
    color: #2f2f2f;
}
.followingposts {
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: auto;
    margin-top: 75px;
}
#container_port {
    background: #000;
    height: auto;
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    color: #fff;
    padding-left: 200px;
}
#container_port > img {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}
.ueberschrift_port {
    font-size: 3em;
    font-family: 'Oswald' ,sans-serif;
    text-align: center;
    padding-top: 10px;
}
#preview_port {
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: auto;
}
.port_hover:hover {
    background-image: url(../img/port_hover.png);
    z-index: 111;
}
.port_hover {
    height: 286px;
    z-index: 111;
    width: 426px;
    margin: 12px;
    float: left;
}
#overlay_side1 {
    position: fixed;
    left: -10px;
    height: 35%;
    width: 200px;
    ;
    top: 0px;
    z-index: 80;
    background: rgba(0, 0, 0, 0.81);
}
#overlay_side2 {
    position: fixed;
    left: -10px;
    height: 35%;
    width: 200px;
    ;
    bottom: -10px;
    z-index: 80;
    background: rgba(0, 0, 0, 0.81);
}
#port_menu {
    position: fixed;
    left: 10px;
    top: 100px;
    color: #fff;
    margin-top: 20px;
}
#port_menu > ul > li > a {
    text-decoration: none;
    color: #fff;
    font-family: 'Oswald', 'Helvetica', sans-serif;
}
#port_menu > ul > li > a:hover {
    text-decoration: underline;
    color: #aaa;
    margin-bottom: 5px;
}
#port_menu > ul > li {
    margin-bottom: 10px;
}
#port_menu > ul > li > h1 {
    margin-bottom: -0px;
}
#content_port {
    width: 1200px;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background: #fff;
    margin-top: -20px;
}
#small_footer {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-top: 10px;
    margin-top: 10px;
}
h3 {
    font-family: 'Oswald', sans-serif;
}
#container_port > img {
    border: solid 2px #444;
}
h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    text-align: center;
}
#contact_ul {
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
}
#contact_ul > li >a {
    color: #000;
}

@media screen and (max-width: 740px) {
    #menu {
        position: absolute;
    }
    img {
        width: 100%
    }
    .navbuttonlink {
    border: none;
}
.navbuttonlink:hover {
    color: #ddd;
    text-decoration: underline;
    background: rgba(0,0,0,0)
    /*  font-weight: 800; */
}
}

img {
    width: 100%
}