.clearer {
	clear: both;
}

h3 {
	margin: 40px 0 15px 0;
}

.tx-denkmal-gallerie {
	position: relative;
}

.vorschaubild-wrap {
	width: 245px;
	float: left;
	margin-right: 11px;
}

.vorschaubild-wrap, .thumbs-wrap {
	display: inline-block;
}

.vorschaubild {
	cursor: pointer;
}

.thumbs-wrap {
	max-width: 335px;
}

.thumbs-wrap .thumb {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.bg-lightbox {
	width:100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	background: rgba(0,0,0,0.85);
	display: none;
	cursor: move;
}

.area-close-lb {
	width:100%;
	height: 100%;
	z-index:2;
	position: absolute;
}

.big-image-wrap {
	margin: 9.4% auto 0 auto;
	width: 760px;
	height: 680px;
	position: relative;
	z-index:10;
}

.big-image {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.big-image img {
	max-width: 760px;
	max-height: 680px;
	pointer-events: none;
}

.bg-lightbox .close-lb-responsive, .big-image-wrap .close-lb {
	font-size: 20px;
	font-family: Arial, sans-serif;
	color:#ffffff;
	position: absolute;
	cursor: pointer;
	font-weight: bold;
}

.big-image-wrap .close-lb {
	right: -30px;
	top: -3px;
}

.bg-lightbox .close-lb-responsive {
	right: 10px;
	top: 10px;
	font-size: 22px;
	display: none;
	z-index: 5;
}

.big-image-wrap .left-lb, .big-image-wrap .right-lb  {
	font-size: 60px;
	font-family: Arial, sans-serif;
	color:#ffffff;
	position: absolute;
	margin-top:-24px;
	top:50%;
	cursor: pointer;
	width: 36px;
	height: 47px;
}

.big-image-wrap .left-lb{
	left:-50px;
	background: url(Img/arrow_left.png) no-repeat;
	background-size: 100%;
}

.big-image-wrap .right-lb {
	right:-50px;
	background: url(Img/arrow_right.png) no-repeat;
	background-size: 100%;
}




@media only screen and (max-width: 1024px) and (orientation: landscape) {
	.big-image-wrap {
		margin: auto;
		position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
	}
}



@media (max-width: 950px) {
	.vorschaubild-wrap, .thumbs-wrap {
		display: block;
	}
	.vorschaubild-wrap {
		float:none;
		clear:left;
	}
	.thumbs-wrap {
		max-width: 268px;
	}
}


@media (max-width: 910px) {
	.big-image-wrap {
		width: 87%;
		height: auto;
		margin: auto;
		position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
	}
	.big-image img {
		max-width: 100%;
		max-height: 100%;
	}
	.big-image-wrap .left-lb{
		left: -6.5%;
	}
	.big-image-wrap .right-lb {
		right: -6.5%;
	}
	.big-image-wrap .close-lb {
		display: none;
	}
	.bg-lightbox .close-lb-responsive {
		display: block;
	}
}



@media (max-width: 720px) {
	.big-image-wrap .left-lb, .big-image-wrap .right-lb{
		width: 28px;
		height: 37px;
	}
}

@media (max-width: 570px) {
	.big-image-wrap .left-lb, .big-image-wrap .right-lb{
		width: 20px;
		height: 26px;
	}
}

@media (max-width: 440px) {
	.big-image-wrap .left-lb, .big-image-wrap .right-lb{
		width: 14px;
		height: 18px;
	}
	.big-image-wrap .close-lb {
		font-size: 15px;
	}
}