body{
    background: url(../images/bg.jpg);
    margin: 0;
}

#bg{
    background-color: rgba(10, 10, 10, 0.7);
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
}

a{
    color: white;
    text-decoration: none;
}

a:hover{
    color: #767B81;
    /*font-weight: bold;*/
}

#imghilfe {
	background: url(../images/hilfe.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 105px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#imghilfe:hover{
	background: url(../images/hilfe_over.png);
	background-repeat: no-repeat;
	height: 105px;	
	width: 105px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#imghilfe img {
	margin: auto, 0;
}

#logo{
    margin-top: 150px;
    width: 100%;
    text-align: center;
}

#logo img{
    margin: auto, 0;
}

.text-wrapper{
    text-align: center;
    margin-top: 50px;    
}

.header{
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
}

.normal-text{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 20px;
}

.text{
    font-family: "Raleway", sans-serif;
    color: white;
    width: 100%;
}