body{
	width:100%;
	height:100%;
	font-family: 'Raleway';
	color: #8a8a8d;
}

.wrapper{
    position: fixed;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	overflow: auto;
    background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logo-container {
    background-color: rgba(255,255,255,0.6);
    padding: 80px 40px;
  	position: absolute;
    top: 0;
	bottom: 0;
	overflow: auto;
}

.wrapper img{
	width: 100%;
  display: block;
  margin: 0 auto;
	min-width: 200px;
}
.coming-soon, 
.impressum {   
  text-align: center;
	width:100%
}
.coming-soon {   
    margin-top: 120px;
}
.impressum {   
  margin-top: 60px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

.impressum a,
.coming-soon a {
	color: #002e6d;
	font-weight: 600;
	text-decoration: none;
}
.impressum a {
	font-size: 12px;
}
.coming-soon a {
	font-size: 14px;
}

.coming-soon p, 
.impressum p{
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 16px;
}

@media only screen and (min-width: 500px){
	.wrapper img{
		width: 90%;
	}
}

@media only screen and (min-width: 700px){
	.logo-container{
		top: 50%;
		left: 50%;
		bottom: auto;
		transform: translateX(-50%) translateY(-50%);
		width: 70%;
		min-width: 60%;
		max-width: 75%;
	}
}

@media only screen and (min-width: 992px){
	.logo-container{
		max-width: 55%;
		width: 50%;
	}
}

@media only screen and (min-width: 1250px){
	.logo-container{
		max-width: 45%;
		width: 40%;
		min-width: 40%;
	}
	.wrapper img{
		width: 80%;
	}
}

@media only screen and (min-width: 1800px){
	.logo-container{
		max-width: 45%;
		width: 35%;
		min-width: 35%;
	}
}