@charset "utf-8";
/* CSS Document */
body {
	background-size: cover;
	background-repeat: no-repeat;
  background-attachment: fixed;
	background-image: url(../bilder/ezv_bg06.jpg);
}
#page{
	background:none;
	width:100%;
	border:none;
}

#content, #footer, #footer .footer_head {
	width:100%;
	background:none;
	left:0;
	margin-left:0;
}

#content {
	/*bottom:10%;*/
	top:50%;
	position: absolute;
	z-index:501;
}

#footer {
	margin-bottom:0;
	bottom:0;
	position: absolute;
}


div.sp1, div.sp3 {
	position:absolute;
	left:0;
}
div.sp2 {	
	position:absolute;
	left:15%;
}
div.sp3 {
  left:auto;
	right:0;
}

div.sp1 img, div.sp3 img {
	width:100px;
}

div.sp2 h1 {
	color:#fff;
	font-size:400%;
}

div.sp2 p {
	color:#fff;
	font-size:250%;
}

/*ende allgemeine styles ***/


/*responsiveness*/


/* size XL */
@media screen and (max-width:1260px) { 

}


/* size L */
@media screen and (max-width:1000px) { 

}
/* size M */
@media screen and (max-width:800px) { 
	#content{
			top:60%;
	}

}


/* size S */
@media screen and (max-width:700px) { 
	div.sp1 img, div.sp3 img {
	 width:80px;
  }
  div.sp2 h1 {
	 font-size:300%;
  }

  div.sp2 p {
	 font-size:180%;
  }
}

/* size XS */
@media screen and (max-width:540px) { 
div.sp1 img, div.sp3 img {
	 width:60px;
  }
  
	div.sp2 {
		margin-top:0px;
	}
	
	div.sp2 h1 {
	 font-size:250%;
  }

  div.sp2 p {
	 font-size:150%;
  }
	
}

/* size XXS */
