.galleryTable tr {
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
}

.galleryCell {
	flex: 1 1 auto;
	padding: 0.5rem 0.5rem 0 0;
	border-bottom: none;
}

.galleryCell a:first-child {
	padding: 0;
	margin-bottom: 0.5rem;
	border-bottom: none;
}

.galleryCell a:first-child:focus,
.galleryCell a:first-child:hover,
.galleryCell a:first-child:active {
	background-color: transparent;
	border-bottom: none;
}

.galleryCell a.bildunterschrift:before {
	content: '';
}

.galleryCell img {
	margin 	: 0;
	border: 3px solid #ecedee;
	max-width: 100%;
}

.galleryCell img:hover {
	border: 3px solid var(--main-color);
}

.gallery_pages a {
	padding: 0 0.2rem;
}

.gallery_pages a:hover,
.gallery_pages a:hover b {
	background-color: var(--main-color);
	color: white;
}

