body {
    background:#000;
    color: #aaa;
    font-family: sans-serif, Arial;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height:100%;
}
p {
    font-size: 13px;
}
p.baustelle {
    font-size: 18px;
    font-weight: lighter;
}
h1 {
    font-size: 4em; 
    color: #e30d17;
    text-shadow: 0px 0px 8px rgba(253,147,9,0.3);
    letter-spacing: 4px;
    font-family: sans-serif, Verdana;
    margin-bottom: 0;
}
h2 {
    font-size: 18px;
    font-weight: normal;
    color: #e30d17;
    margin: 0px 0 40px;
}

.flexcontent {
    display: flex;
    display: -webkit-flex;
}
.daten{
    width:40%;
    text-align: right;
    margin-top: 50px;
}

table{
    float: right;
}
td.links {
    text-align: right;
    padding-right: 5px;
}
td.rechts {
    text-align: left;   
}
.bild {
    width: auto;
    box-sizing: content-box;
}

.bild img {
   max-width: 100%;
}
.bottom {
    position: fixed;
    width: 100%;
    bottom: 0; 
    left: 0;
    padding: 0;
    
    background: rgba(10,10,10, 0.8);
    color: #888;
    border-top: 1px solid #111;
}

@media only screen and (max-width: 870px), (max-device-width: 870px) {   
    .flexcontent {
        display: block;
    }
    .daten{
    width:100%;
    text-align: left;
        margin-top: 50px;
    }
    
}


