@media only screen and (min-width : 800px) and (max-width : 899px), only screen and (min-device-width : 800px) and  (max-device-width : 899px){	
	
	.profilimage{
		width: 150px;
		
	}
	
	.line3d_a{
		
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);	
	}
	
	.line3d_b{
		
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);	
	}
	
	
	.inlist-content-main{
		width: 100%;
		vertical-align: top;
	}
	

	.inlist-content-1{
	/* image container */
		float:left;
		width: 50%;
		padding: 1px;
		vertical-align: top;
	}
	
	.inlist-content-2{
	/* Adress container */
		float:left;
		width: 100%;
		padding: 1px;
		vertical-align: top;
	}
	
	.inlist-content-3{
	/* contacts container */
		float:left;
		width: 100%;
		padding: 1px;
		vertical-align: top;
	}
	
	.inlist-content-4{
	/* sonstiges container */
		float:right;
		width: 100%;
		padding: 1px;
		vertical-align: top;
	}
	
	.inlist-content-5{
	/* seal container */
		float:right;
		width: 50%;
		padding: 1px;
		vertical-align: top;
	}
	
	
	
	
	
	.inlist-name{
		font-weight: bold;
		width: 100%;
	}
	
	.inlist-street{
		width: 100%;	
	}
	
	.inlist-ort{
		width: 100%;	
	}
	
	
	
	.inlist-website-title{
		font-weight: bold;
		width: 100%;
	}
	
	.inlist-email-title{
		font-weight: bold;
		width: 100%;
	}
	
.inlist-phone-title{
font-weight: bold;
width: 100%;
}

}