/* Generic */
body_old {
    background: url("../img/background-igloo.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    margin: 0;
    display: block;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 22px;
    color: #dedede;
}

body {
    background-color: black;
    margin: 0;
    display: block;

    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 22px;
    color: #dedede;
}

p {
    margin: 8px;
}
a {
    color: #4dc9ed;
    text-decoration: none;
}
a:hover {
    color: #dedede;
}
a:visited {
    color: #247891;
}

.clearfix:after {    
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
}
.bold {
    font-weight: bold;
}
.accent {
    color: #C1272D;
}
p.center {
    text-align: center;
}
oldimg.center {
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    position: absolute;
}

img.center {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* Content */
#content {
    background: transparent;
    width: 100%;
    max-width: 1280px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    position: absolute;    
}

#main-logo {
    padding-top: 5%;    
    background: transparent;
}

#description {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

#description.imprint {
    margin:50px;
    font-size: 16px;
    width: 80%;
    word-wrap: break-word;
}

/* Footer */
#footer {
    background: #08141b;
    position: fixed;
    height: 45px;
    left: 0;    
    bottom: 0;
    width: 100%;
}
#impressum-link {
    margin-top: 15px;
    text-align: center;    
    font-size: 12px;
    font-weight: normal;    
}

/* Responsive mobile adjustments */
@media only screen and (max-width: 768px) {
   
}