body{
    background-color:#e4e2d2;

}

section#top{
    color:#f49a00;
    min-height:30px;
    font-size:16px;
    margin-top:10px;
}

section#content{
    color:black;
}

section#content a{
     color:black;
     text-decoration: none;
}

section#content a:hover{
    color:black;
    text-decoration: underline;
}

section#space{
    background-color:white;
    height:7px;
}


footer{
    background-color:white;
    color:#f49a00;
    height:50px;
}

footer a{
    text-decoration: none;
    color:#f49a00;
}

footer a:hover{
    text-decoration: underline;
    color:#f49a00;
}

.corp{
    font-weight: bold;
}



.overlay {
    /*background: url(../img/logo.png) top center no-repeat;*/
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 10;
    pointer-events: none;
    text-align: center;
    align-content: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.auszeichnung {
	color:black;	
}


@media (min-width: 768px) and (max-width: 979px) {
    .overlay{

        top:30%;
    }
}

@media (max-width: 767px) {
    .overlay{

        top:35%;
    }

}
@media (max-width: 480px) {
    .overlay{
        top:20%;

    }
}



