body {
    font-family: "Lato", sans-serif;
    text-align: center;
    color: #fff;
    background-color: #1c1c1c;
}

body #topNavigation {
    position: fixed;
    background: #1c1c1c;
    top: 0;
    width: 100%;
    z-index: 10;
}

#topNavigation nav {
    margin-top: 1em;
    text-align: right;
    letter-spacing: 1px;
}

#topNavigation nav ul li {
    display: inline-block;
}

#topNavigation nav ul li a {
    color: #fff;
    padding: 4em 1em;
    text-decoration: none;
    text-transform: uppercase;
}

#topNavigation nav ul li a:hover {
    color: aqua;
}

#topNavigation nav ul li a:visited {
    color: beige;
}

#header {
    background: url("../images/foto-header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 500px;
    text-align: left;
}

#header .headertext {
    color: #fff;
    margin-top: 2em;
    margin-left: 2em;
}

#header h1 {
    text-transform: uppercase;
    margin-top: 1.5em;
    letter-spacing: 3px;
    font-size: 2.5em;
    font-weight: 200;
}

#header h1 span {
    background: rgba(0, 0, 0, 0.3);
    padding: 2px;
}

#header p {
    font-size: 1.5em;
    font-weight: 100;
    text-align: center;
    margin-top: 9em;
}

#midSection {
    padding: 4em 0 2em;
    border-bottom: 3px solid #fff;
}

#midSection p {
    font-size: 1.25em;
    font-weight: 100;
    text-align: left;
    margin-top: 3em;
}

#trippleColumn {
    padding: 3em 0 4em;
}

#fotoTitel h3 {
    position: relative;
    top: -80px;
    z-index: 10;
}

#trippleColumn h3 span {
    background: rgba(0, 0, 0, 0.5);
    padding: 2px;
}

#trippleColumn p {
    font-size: 1.25em;
    font-weight: 100;
    text-align: justify;
}

#trippleColumn a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75em;
}

#trippleColumn a:hover {
    color: aqua;
}

#trippleColumn a:visited {
    color: beige;
}

#trippleColumn img {
    padding: 5px;
    box-shadow: 2px 3px 4px #999999;
    margin-bottom: 1em;
}

.footer {
    padding: 2em 5em 4em;
}

.footer p {
    font-size: 1.25em;
    font-weight: 100;
    text-align: center;
}

.footer a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75em;
}

.footer a:hover {
    color: aqua;
}

.footer a:visited {
    color: beige;
}