.galerie_image {
	-webkit-box-shadow: 8px 8px 5px 0px rgba(148, 148, 148, 1);
	-moz-box-shadow: 8px 8px 5px 0px rgba(148, 148, 148, 1);
	box-shadow: 8px 8px 5px 0px rgba(148, 148, 148, 1);
	border: black 5px solid;
	cursor: pointer;
	opacity: 0.0;
	width: auto;
	height: auto;
	max-width: 100%;
}
.galerie-header {
	text-align: center;
}
.galerie-error {
	text-align: center;
	display: none;
}
.galerie {
	position: relative;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.placeholder-img {
	max-width: 100%;
	height: 250px;
	text-align: center;
	font-size: 18px;
}

.overview-img {
	max-width: 100%;
	height: auto;
}

.overlayDiv {
	position: absolute;
	width: 33%;
	height: 100%;
	z-index: 100;
	background-color: rgba(200, 200, 200, 0.5);
	display: inline-block;
	text-align: center;
	font-size: 150px;
	bottom: 0;
	top: 0;
	/*
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
	*/
}

.galerie_box {
	position: relative;
	padding-bottom: 20px;
	cursor: pointer;
}

@media ( min-width : 768px) {
	.galerie_box  {
		height: 418px;
	}
}


.galerie_box img {
	border-radius: 6px;
	box-shadow: 3px 3px 5px 0px rgba(148, 148, 148, 0.8);
}
.galerie_box div {
	width: 100%;
	z-index: 100;
	background-color: rgba(20, 20, 20, 0.92);
	display: inline-block;
	text-align: center;
	border-radius: 6px;
	margin-top: 10px;
	padding: 10px 5px;
}

@media ( min-width : 768px) {
	.galerie_box div {
		min-height: 146px;
	}
}

.overlayDiv.left {
	left: 0px;
}

.overlayDiv.right {
	right: 0px;
}
.overlayGroup {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	pointer-events: none;
}

.galerie-header .glyphicon {
	top: 33% !important;
}

@media ( max-width : 992px) {
	.galerie-header .overlayDiv {
		font-size: 140px;
	}
	.galerie-header .glyphicon {
		top: 34% !important;
	}
}

@media ( max-width : 767px) {
	.galerie-header .overlayDiv {
		font-size: 100px;
	}
	.galerie-header .glyphicon {
		top: 38% !important;
	}
}
