/*	
	============================================================================================================================================
																	START
	============================================================================================================================================
*/

body {
	font-family: 'Lato', sans-serif;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	text-decoration: none;
}
/*	
	------------------------------------------------------
						TEXT
	------------------------------------------------------
*/

h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	text-align: center;
}
h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	text-align: right;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	text-align: left;
	text-decoration: none;
}
a:link {
	color: #000;
	text-decoration : none;
}
a:visited {
	color : #000;
	text-decoration : none;
}
a:hover {
	color: #666;
	text-decoration : none;
}
a:active {
	color : #000;
	text-decoration : none;
}
/*	
	============================================================================================================================================
																	CONTENT
	============================================================================================================================================
*/
.background {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.stretch {
	max-width: 100%;
	height: auto;
}
.content {
	position: absolute;
	width: 501px;
	height: 67px;
	margin-left: 30px;
	margin-top: 30px;
}
.content-center {
	float: left;
	position: absolute;
	width: 700px;
	height: 300px;
	border-color: #FFF;
	border-width: 10px;
	border-style: solid;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -150px;
}
.content-center-2 {
	float: left;
	position: absolute;
	width: 100px;
	height: 300px;
	left: 50%;
	top: 50%;
	margin-left: -340px;
	margin-top: -140px;
	background-color: rgba(26,26,26,0.7);
}
.facebook {
	float: left;
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin-left: -322px;
	margin-top: -87px;
}
.mail {
	float: left;
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin-left: -322px;
	margin-top: 35px;
}
.colonia {
	float: left;
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin-left: -302px;
	margin-top: 182px;
}
.gif {
	float: left;
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin-left: -33px;
	margin-top: 182px;
}
.reuter {
	float: left;
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin-left: 146px;
	margin-top: 182px;
}
.impressum {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 292px;
	margin-top: -180px;
}
