/* Style Sheet */

body{

}

#background{
    align-items: center;
    display: flex;
    justify-content: center;
}
   
    #background::before{
        background-image: url('Background.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        content: '';
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        will-change: transform;
        z-index: -1;
    }

#center{
	width: 				960px;
	height: 			auto;
	float:				left;
	background-color:rgba(51, 51, 51, 0.5);
}

#header{
	display: 			block;
	width: 				960px;
	height:				242px;
}

#news{
	width:				930px;
	height:				244px;
	margin-left:		15px;
	margin-right:		15px;
	margin-bottom:		15px;
	margin-top:			15px;
}

#wer{
	width:				930px;
	height:				244px;
	margin-left:		15px;
	margin-bottom:		15px;
	margin-right:		15px;
}

#bild{
	width:				930px;
	height:				150px;
	margin-left:        15px;
	margin-right:		15px;
	margin-bottom:      15px;
}

#sponsoren{
	width:				930px;
	height:				150px;
	margin-left:        15px;
	margin-right:		15px;
	margin-bottom:      15px;
}

#footer{
	width:				960px;
	height:				35px;
	color:				#00c7c4;
}

div.news:hover{
	box-shadow: 			0px 0px 15px #000000;
}

div.wer:hover{
	box-shadow: 			0px 0px 15px #000000;
}

div.bild:hover{
	box-shadow: 			0px 0px 15px #000000;
}

div.sponsoren:hover{
	box-shadow: 			0px 0px 15px #000000;
}