
	
.blendimgbreite_1 {width: 100%;
float: left;
}
.blendimgbreite_1 .blendimg {
	position: relative;
	float: left;
	width: 16.6666%;
}	
.blendimgbreite_1 .blendimg h6 {
	margin: 0;
	z-index: 1;
	font-size: 20px;
	padding-top: 0;
	padding-bottom: 5px;
	text-shadow: 0px 0px 3px #000000;
	line-height: normal;
	color: #000000;
	font-weight: bold;

}
.blendimgbreite_1 .blendimg .mitte {
	margin: 0;
	color: #ffffff;
	position: absolute;
	z-index: 1;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 80%;

}
.blendimgbreite_1 .blendimg a {
	background-color: #ffffff !important;
	border-radius: 0 !important;
	line-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	transition: background-color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	font-size: 24px;
}


.blendimgbreite_1 .blendimg a span {
	font-size: 18px;
	text-shadow: 0px 0px 3px #000000;
	float: left;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	line-height: normal;
}
.blendimgbreite_1 .blendimg img {

	width: 100%;
}	

.blendimgbreite_1 .ablock {
	display: block;
	height: auto;
	overflow: hidden;
	width: 100%;
	border-radius: 0;
	background-color: #ffffff;

}

.blendimgbreite_1 .blendimg a .zoomimg {
	opacity: 1;
	transition: all 0.6s ease 0s;
	outline: blue;
    outline-color: blue;
    outline-style: none;
outline-style: none;
outline-color: rgba(255,255,255,0);
outline-offset: -35px;	
}
.blendimgbreite_1 .blendimg a:hover .zoomimg {
	opacity: 0.95;
	transform: scale(1.1);
	outline-offset: -35px;	
outline-color: rgba(255,255,255,0.9);
}



.blendimgbreite_1 .blendimg a .icon {
	width: auto;
	opacity: 0;
		transition: opacity 0.6s ease 0s;
	margin-bottom: 20px;

	
-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 4px 0px rgb(0, 0, 0);
border-radius: 100px;
background-color: #000000;

		
}
.blendimgbreite_1 .blendimg a:hover .icon {
	opacity: 1;
}


@media only screen and (min-width: 960px) and (max-width: 1199px) {

}


@media only screen and (min-width: 768px) and (max-width: 959px) { 

}

@media only screen and (max-width: 767px) {

.blendimgbreite_1 .blendimg {
width: 100%;
}

}
