#referenzen {
	border-spacing: 30px;
	margin-left: auto;
	margin-right: auto;
}

#referenzen td {
	width: 250px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	transition: all .2s ease-in-out; 
}

#referenzen td:hover {
	transform: scale(1.2); 
}

#referenzen td a {
	text-decoration:  none;
}

#referenzen img {
	border-radius: 150px;
}

/* CSS für Overlay */

.overlay-div {
	width: 706px;
	height: auto;
	color: #232323;
	display: none;
}

	.overlay-div h2 {
		margin: 0px;
		color: #00B300;
		margin-bottom: 10px;
	}

	.overlay-div img {
		border-radius: 5px;
		border: 3px solid #00B300;
	}
	
	.overlay-div p {
		font-size: 14px;
		text-align: justify;
	}

.more {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}

.more a {
	text-decoration: none;
	color: #00B300;
	font-weight: none;
}

.more a:hover {
	color: #232323;
}