body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	margin:0px;
	padding:0px;
}

#container{
	background-image:url("../img/bg.jpg");
	background-position:center;
	background-size:cover;
	background-repeat: no-repeat;
	widows:100%;
	min-height:100vh;
	position:relative;
}

#box{
	background-color: rgba(255,255,255,0.9);
	width: 600px;
	text-align: center;
	border-radius: 18px;
	box-sizing: border-box;
	padding:50px 20px;
	font-weight: 400;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
}

#logo{
	margin-bottom:25px;
}

.txt-construction{
	font-size:20px;
	color:#222222;
	font-weight:bold;
	line-height:1.2;
}

.txt-klein{
	font-size:15px;
	color:#222222;
	font-weight:bold;
	line-height:1.2;
}
