*
{
    margin: 0;
    padding: 0;
    font-family: source-sans-pro, sans-serif;
}

html, body
{
    background-color: #F8F8F8;
    height: 100%;
    margin: 0px;
    overflow: visible;
}

#Seite:before
{
    content: '';
    float: left;
    height: 100%;
}

#Seite
{
    position: relative;
    background-color: #F8F8F8;
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
}

#Mitte
{
    background-image: none;
    /*background-size: contain;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

    #Mitte:after
    {
        content: '';
        display: block;
        clear: both;
    }

#Inhalt
{
    background-color: #F8F8F8;
    max-width: 700px;
    padding: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

    #Inhalt:after
    {
        content: '';
        display: block;
        clear: both;
    }
/* Laden Hintergrundbild anhaengig der Aufloesung */
@media (min-device-aspect-ratio: 480/360) and (max-device-width: 480px), (max-device-aspect-ratio: 480/360) and (max-device-height: 360px)
{
    #Mitte
    {
        background-image: url(../images/inhalt0480.jpg);
    }

    #Inhalt
    {
        background-color: rgba(240, 240, 240, 0.92);
    }
}

@media (min-device-aspect-ratio: 480/360) and (min-device-width: 480px) and (max-device-width: 1024px), (max-device-aspect-ratio: 480/360) and (min-device-height: 360px) and (max-device-height: 768px)
{
    #Mitte
    {
        background-image: url(../images/inhalt1024.jpg);
    }

    #Inhalt
    {
        background-color: rgba(240, 240, 240, 0.92);
    }
}

@media (min-device-aspect-ratio: 480/360) and (min-device-width: 1024px) and (max-device-width: 1600px), (max-device-aspect-ratio: 480/360) and (min-device-height: 768px) and (max-device-height: 1200px)
{
    #Mitte
    {
        background-image: url(../images/inhalt1600.jpg);
    }

    #Inhalt
    {
        background-color: rgba(240, 240, 240, 0.92);
    }
}

@media (min-device-aspect-ratio: 480/360) and (min-device-width: 1600px), (max-device-aspect-ratio: 480/360) and (min-device-height: 1200px)
{
    #Mitte
    {
        background-image: url(../images/inhalt2048.jpg);
    }

    #Inhalt
    {
        background-color: rgba(240, 240, 240, 0.92);
    }
}

@media only screen and (max-width: 750px)
{
    #Mitte
    {
        background-image: none;
    }

    #Inhalt
    {
        background-color: #F8F8F8;
    }
}
