/*	---------------------------------------------------------------------- */
/* 	IMG OVERLAY */
/*	---------------------------------------------------------------------- */

#content .imgteaser {
	padding: 0px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-bottom: 2%;
	margin-left: 16px;
	margin-left: 2%;
	height: 100%;
	height: auto;
	float: left;

}

#content .imgteaser:hover {
	cursor: pointer;
}

#content .imgteaser img {
	width: 100%;
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	opacity:1;
	filter:alpha(opacity=100);
}
#content .imgteaser .touchclick {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index:100;
	opacity: 0;
}
#content .imgteaser .big {
	text-transform: uppercase;
	color: #000;
	opacity: 0;
	filter:alpha(opacity=0);
	position: absolute;
	left: 0px;
	padding: 4%;
	background-color: #f0ce0f;
	background-color: rgba(114,121,112,0.5);
	width: 100%;
	height: 100%;
	   /*-webkit-text-stroke: 1px black;*/
}
#content .imgteaser .big h2 {
	font-family: aL57, Arial, Helvetica, sans-serif;
	font-family: "Oswald",sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: normal;
	font-weight: bold;
	margin: 0px;
}
#content .imgteaser .big p {
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
	margin: 0px;
}
#content .imgteaser .big p a {
	color: #FFF;
	text-decoration: none;
	line-height: 55px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	width: 232px;
	padding-top: 8px;
}

#content .imgteaser:hover .big, #content .imgteaser:hover .small {
	opacity: 1;
	filter:alpha(opacity=100);
		/*opacity: 0.8;
	filter:alpha(opacity=80);*/
}

.floatbox-portfolio, .floatbox-team, .floatbox-kunden {
	height: 98%;
	margin-left: -2%;
	margin-right: 2%;
}

/* TEAM */
.floatbox-team {
		/*margin-left: -10px;
		background-color: pink;*/
}
.floatbox-team .imgteaser{
	width: 260px;
	/*margin-bottom: 10px;
	margin-left: 10px;*/
}
.floatbox-team .imgteaser .big  {
	left: 0px;
	top: 70%;
	height: 30%;
}

/* PORTFOLIO */
.floatbox-portfolio {
	/*margin-left: -10px;*/
}
.floatbox-portfolio .imgteaser{
	width: 318px;
	/*
	margin-bottom: 10px;
	margin-left: 10px;
	*/
}
.floatbox-portfolio .imgteaser .big {
	left: 0px;
	top: 0px;
}

/* KUNDEN */
.floatbox-kunden{
	background-color: pink;
	margin-bottom:30px;

	
	/*margin-left: -0.5%;*/
}
.floatbox-kunden .imgteaser {
	width: 240px;
	width: 48%;
	
	/*
	margin-bottom: 10px;
	margin-left: 10px;
	*/
	background-color: #F7F8F8;
}
#content .floatbox-kunden .imgteaser img{
	width: 240px;
	height: 240px;
	width: 100%;
	height: auto;
}
.floatbox-kunden .imgteaser .big h2 {
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	padding-top: 4px;
}
.floatbox-kunden .imgteaser .big  {
	left: 0px;
	top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.floatbox-team .imgteaser{ width: 220px; margin-bottom: 10px; margin-left: 10px; }
}	
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.floatbox-kunden { margin-left:-2%; background-color: pink;}
	#content .floatbox-kunden .imgteaser img{ width: 100%; height: 100%; }	
	.imgteaser .big { opacity: 1; filter:alpha(opacity=1); }
	#content .floatbox-kunden .imgteaser {  margin-bottom: 2%; margin-left: 2%;width: 48%;}

	
}
/* Smartphone Portrait und Landscape */
@media only screen and (min-width: 512px) and (max-width: 767px) {


}

@media only screen and (min-width: 320px)  and (max-width: 511px) {	


	#contentXX .floatbox-kunden .imgteaser {  width: 48%;}
}


