


/*----------------------------
	Green filter bar
-----------------------------*/


#filter {
	display: block;
	position: relative;

}

#filter:before, #filter:after {

	height: 43px;
	position: absolute;
	top: 0;
	width: 78px;
	content: '';
}

#filter:before {
	background-position: 0 -47px;
	left: -78px;
}

#filter:after {
	background-position: 0 0;
right: -78px;
}

nav#filter a{
	padding: 0 0 20px 0 !important;
	text-align:left;
	
	display: block;
color:#000;

	clear:left;
}

#filter a:hover{
	text-decoration:none;
	color: #b1d037;
}

#filter a.active{
	color: #b1d037;
	font-weight:bold;
	

}

#contact-form-message{
	clear: both;
	padding-top: 20px;
}

@media only screen and (max-width: 479px) {	
	nav#filter a {
padding: 0 0 8px 0 !important;

}
}


/*----------------------------
	Content area
-----------------------------*/




#container li{

	float: left;
	height: 135px;
	list-style: none outside none;
	margin: 6px;
	position: relative;
	width: 220px;
}
.fancybox{

	float: left;
	height: 135px;
	
	position: relative;
	width: 220px;
}



#container ul{
	overflow:hidden;
}

#container ul.hidden{
	display:none;
}

.iso-content {

width: 85%!important;
height:auto!important;
}


@media only screen and (max-width: 321px) {	
#container li{

	width: 95%;
	height:auto
}
.fancybox,.fancybox img {
	width: 100%;
	height:auto;
}
}

.qwertz{
	display: none !important;
}