/* CSS fuer die Darstellung der Bilder */

.description {
	margin-top:0;
	margin-bottom:10px;
	height:auto;
    min-height: 40px;
    font-family:'Poppins', sans-serif;
    font-weight:400;
	font-size:1.05em;
	line-height:1.45em;
	text-align:left;
	color:#484848
}

/*--------------------------------------------------------------
# galerietabelle
--------------------------------------------------------------*/
.embeddedgallery {
	margin:6px -8px 0
}

table.gallerytable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px
}

td.gallerytd {
    overflow: hidden;
    padding: 0;
  	border: none
}

.gallerytd-div {
    width: 100%;
    margin-bottom:-10px
}

img.thumbnail {
  	width: 100%;
  	height: auto;
  	border: 1px solid #fff
}

a.colorboxlink, .gallerytd-div a {
	border-bottom:none
}

@media (hover: hover) and (pointer: fine) {
	.gallerytd-div a:hover {
  		opacity:1;
  		filter: brightness(0.8)
	}
}