.ch-grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;

	width: 100%;
	
	text-align: center;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 192px;
	/* height: 288px; */
	display: inline-block;
	margin: 0px;
	text-align: center;
}

.ch-grid ul {
	margin: 0;
	padding: 0; 
}



 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */






.ch-item {
	width: 160px;
	height: 221px;

	border-radius: 0;
	position: relative;
	cursor: default;

	/*
box-shadow: 
		inset 0 0 0 2px rgba(197,180,154,0.6),
		0 1px 2px rgba(0,0,0,0.1);
*/

		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(/stream/images/anwaelte/kgeiben.jpg);
	margin: 0 15px;
}

.ch-img-2 { 
	background-image: url(/stream/images/anwaelte/ngeiben.jpg);
	margin: 0 15px;
}

.ch-img-3 { 
	background-image: url(/stream/images/anwaelte/moselle.jpg);
	margin: 0 15px;
}

.ch-img-4 { 
	background-image: url(/stream/images/anwaelte/gross.jpg);
	margin: 0 15px;
}

.ch-img-5 { 
	background-image: url(/stream/images/anwaelte/pfister.jpg);
	margin: 0 15px;
}

.ch-img-6 { 
	background-image: url(/stream/images/team/default_w.jpg);
	margin: 0 15px;
}

.ch-img-7 { 
	background-image: url(/stream/images/anwaelte/doerr.jpg);
	margin: 0 15px;
}

.ch-img-8 { 
	background-image: url(/stream/images/anwaelte/schlupp.jpg);
	margin: 0 15px;
}



.ch-info {
	position: absolute;
	background: rgba(41, 69, 148, 0.6);
	width: inherit;
	height: inherit;
	/* border-radius: 50%; */
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0 30px;
	padding: 25px 0 0 0;
	height: 0;
	font-family: Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	/* padding: 35px 0px 10px 0px; */
	margin: -25px 0 0 -15px;
	font-size: 50px;
	/* border-top: 1px solid rgba(255,255,255,0.5); */
	opacity: 0;
	-webkit-transition: all 0s ease-in-out 0.5s;
	-moz-transition: all 0s ease-in-out 0.5s;
	-o-transition: all 0s ease-in-out 0.5s;
	-ms-transition: all 0s ease-in-out 0.5s;
	transition: all 0s ease-in-out 0.5s;
	
	position: absolute;
	left: 50%;
	top: 50%;
	line-height: 50px;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 50px;
	/* letter-spacing: 1px;
	padding-top: 4px; */
	font-family: Arial, sans-serif;
}

.ch-info p a:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}



.block_content.text_anwalt .ch-grid a {
	color: #ffffff;
	font-size: 50px;
	margin: -12px 0 0 -12px;
}

.block_content.text_anwalt .ch-grid p {
	margin: 0 !important;
}















