/*############################*/
/*Kapiteltyp_1 mit max. 3 Projekt-Einheiten*/
/*############################*/
.projektklammer_1{
	z-index:16;
	position:bottom;
	width:930px;
	float:left;
	margin-left:35px;
	margin-right:35px;
}
.projektzeile{
	z-index:16;
	position:relative;
	width:100%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:200px;
}
/*
@media only screen and (max-width: 1000px)
{
	.projektklammer_1
	{
		width: 800px;	
	}	
}
*/
@media only screen and (max-width: 1000px)
{
	.projektklammer_1
	{
		width: 630px;
	}
}
@media only screen and (max-width: 480px)
{
	.projektklammer_1
	{
		width: 310px;
	}
}

/*############################*/
/*Kapiteltyp_2 mit max. 4 Projekt-Einheiten*/
/*############################*/
.projektklammer_2{
	z-index:16;
	position:relative;
	width:1240px;
	float:bottom;
	margin-left:auto;
	margin-right:auto;
}
.projektzeile{
	z-index:16;
	position:relative;
	width:100%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:200px;
}
@media only screen and (max-width: 1400px) 
{
	.projektklammer_2
	{
		width: 930px;
	}
}
@media only screen and (max-width: 1000px)
{
	.projektklammer_2
	{
		width: 620px;	
	}	
}
@media only screen and (max-width: 1000px) and (orientation : landscape)
{
	.projektklammer_2
	{
		width: 540px;
	}
}
@media only screen and (max-width: 480px)
{
	.projektklammer_2
	{
		width: 310px;
	}
}


/*############################*/
/*Kapiteltyp_3 mit 100% breiten Projekt-Einheiten*/
/*############################*/
.projektklammer_3{
	z-index:16;
	position:relative;
	width:100%;
	float:center;
	margin-left:auto;
	margin-right:auto;
}
.projektzeile{
	z-index:16;
	position:relative;
	width:100%;
	float:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:200px;
}