.modul #modulFTPGallery div.margin-right {
}
.modul #modulFTPGallery div.galleryHeader {
	display: block;
	color: #b3b3b3
}
.modul #modulFTPGallery div.albumHeader {
	display: block;
	color: #b3b3b3
}
.modul #modulFTPGallery div.ftpgallery {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
 margin: 0rem -.5rem 1rem -.5rem;
}
.modul #modulFTPGallery div.ftpgallery div.fotoThumbnail {
	display: flex;
	flex-direction: column;
	align-content: stretch;
	background: #fff;
	border: 0;
	padding: .5rem;
	width : 100%;
	max-width: 100%
}
.modul #modulFTPGallery div.ftpgallery div.image {
	position: relative;
	display: block;
	color: #fff;
	margin: 0;
	padding: 0rem !important;
	padding-top: 66.666666% !important;
	height: 0;
	width: 100%;
}
.modul #modulFTPGallery div.ftpgallery div.fotoThumbnail .image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
 @media screen and (min-width: 576px) {
.modul #modulFTPGallery div.ftpgallery div.fotoThumbnail {
	width : 50%;
	max-width: 50%
}
}
 @media screen and (min-width: 768px) {
.content .modul #modulFTPGallery div.ftpgallery div.fotoThumbnail {
	width : 33.3333%;
	max-width: 33.3333%
}
}
@media screen and (min-width: calc(768px + 224px)) {
.content-sidebar .modul #modulFTPGallery div.ftpgallery div.fotoThumbnail {
	width : 33.3333%;
	max-width: 33.3333%
}
}

@media screen and (min-width: 992px) {
.content .modul #modulFTPGallery div.ftpgallery div.fotoThumbnail {
	width : 25%;
	max-width: 25%
}
}
.modul #modulFTPGallery div.image a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/overlay.png');
	text-indent: -9999px;
	z-index: 1;
	opacity: 0;
	transition: opacity .8s ease;
}
.modul #modulFTPGallery div.image a span span {
	background: url('../img/more.png') center no-repeat;
	text-indent: -9999px;
	opacity: 0;
	transition: opacity .8s ease;
}
.modul #modulFTPGallery div.image a:hover span, .modul #modulFTPGallery div.image a:hover span span {
	opacity: 1;
}
.modul #modulFTPGallery div.fotoThumbnail div.titel {
	margin-top: auto;
	padding: 10px 0 0 0
}
.modul #modulFTPGallery div.fotoThumbnail div.titel a {
	font-weight: bold;
	color: #666!important;
	text-decoration: none!important
}
.modul #modulFTPGallery div.fotoThumbnail div.anzahl {
	border-top: 1px solid #ddd;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
	font-size: 90%;
	color: #b3b3b3!important
}
.modul #modulFTPGallery div.clean {
	clear: both;
	height: 0;
	font-size: 0;
	display: block;
	width: 100%
}
