/****************************************************
© 2004 - 2014 human-data.de / internetagentur-koch.de ****
 ****************************************************/
.container_overlay_list {
	margin-top:20px;
}
.overlay_name {
	font-size:1.3em;
	font-weight:600;
	padding: 1.5em 0em 1em 0em;
}
.overlay_list {
	list-style-type: none !important;
	padding:0 !important;
	margin:0 !important;
}
.overlay_list > li {
	list-style: none;
	float:left;
	position:relative;
}
.overlay_list > li > img {
	/*box-shadow:0px 0px 10px rgba(32, 57, 91, .3);*/

}

.sub_headline {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	padding:0.9em;
	opacity:1;
}

.sub_headline:hover {

}

.overlay_sub {
	width:100%
	height:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
	padding:4em 0.5em 0.5em 0.5em;
	z-index:1;
}
.overlay_sub:hover {
	padding-top:0.8em;
	background:rgba(15, 15, 15, 0.8);
	opacity:1;
}
a:hover {
	text-decoration:none !important;
}
.overlay_below{
	clear:left;
	padding-bottom:15px;
}