
*
{
    margin: 0;
    padding: 0;
    color: Black;
}


html
{
    width: 100%;
}

body
{
    width: 100%;
    background-image: url(../images/background/dark-blackboard.png);
}

a
{
    text-decoration: none;
}

#alternativeHeader
{
    display: none;
}


#top-area
{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 80px;
    background-color: #3D3832;
    z-index: 100;
}

#top-area a
{
    float: left;
}

#top-area h1
{
    color: #A78F69;
    font-size: 40px;
    text-shadow: 3px 3px 6px #000;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

#longHeadline
{
    color: #A78F69;    
}

#top-area a span
{
    position: absolute;
    right: 20px;
    top: 30px;
    color: White;
    font-size: 20px;
}

@media only screen and (max-width: 850px) {
    #longHeadline
    {
        display: none;
    }
}


#imageContainer
{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0.1rem;
    -moz-column-gap: 0.1rem;
    column-gap: 0.1rem;
    /*width: calc(100% - 10px);*/
    width: 90%;
    margin-left: 5%;
    display: block;
    top: 80px;
    position: absolute;
    padding: 5px;
    overflow-x: hidden;
    padding-bottom: 37px;
    
    text-align: center;
}

#imageContainer img
{
    border: 1.5px solid white;
    margin: 5px;
}

.hochformat
{
    height: 250px;
}

.querformat
{
    max-height: 250px;
    max-width: 90%;
}


#footer
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top : 2px solid black;
    height: 25px;
    z-index: 100;
    color: Gray;
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
    background-color: White;
    margin-top: 30px;
}

#footer a
{
    color: Gray;
}

#toTopButton
{
    position: fixed;
    bottom: 45px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-image: url(../images/logos/pfeilOben.png);
    background-size: 30px 30px;
}