body {
	height: 100%;
	background: url('../images/background2.jpg') rgb(29, 29, 27);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	font-size: 1em;
	width: auto;
}

.container {
  width: 100%;
  height: 96vh;
  margin: 0 auto;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: inherit;
}

.imprint {
	bottom: 12px;
	position: absolute;
	right: 17px;	
}

.imprint a {
	font-size: medium;
	font-weight: 200;
	color: #AFAFAF;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-decoration-color: -moz-use-text-color;
	text-decoration-line: none;
	text-decoration-style: solid;
}	
.text {
	width: 77vmin;
	min-height: 420px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: 35px;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 200;
	line-height: 1.38;
	color: rgb(255, 255, 255);
}

.text a {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-color: transparent;
	border-style: none;
	background-color: transparent;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: medium;
	font-weight: 200;
	text-transform: none;
	letter-spacing: inherit;
	word-spacing: inherit;
	color: #AFAFAF;
	opacity: 1;
	word-break: normal;
	word-wrap: normal;
	white-space: normal;
	text-decoration: underline;
}

.text em {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-color: transparent;
	border-style: none;
	background-color: transparent;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: medium;
	font-weight: 200;
	text-transform: inherit;
	text-decoration: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	color: #AFAFAF;
	opacity: 1;
	word-break: normal;
	word-wrap: normal;
	white-space: normal;
}

.text span {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-color: transparent;
	border-style: none;
	background-color: transparent;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: large;
	font-weight: 800;
	text-transform: inherit;
	text-decoration: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	color: #AFAFAF;
	opacity: 1;
	word-break: normal;
	word-wrap: normal;
	white-space: normal;
}