@charset "utf-8";
/* CSS Document */
#gallery {
	margin-bottom:30px;
}

div.sp1 {
	float:left;
	width:75%;
}
div.sp2 {
	float:right;
	width:25%;
	padding-left:20px;
}
div.sp1a, div.sp1b { 
	width:100%;
}
/*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) { 

}


/* size S */
@media screen and (max-width:700px) { 
	div.sp1, div.sp2{
	 float:none;
	 width:100%;
  }
	div.sp2 {
		padding-left:0px;
		padding-bottom:20px;
	}

}

/* size XS */
@media screen and (max-width:540px) { 

	
}