@charset "UTF-8";

/* Besondere Stylesheets für die Foto-Galerie */

table.gallery {
	width: 750px;
	margin: 0 auto;
	border-spacing:1em;
}
table.gallery td {
	padding:4px;
	padding-top:8px;
	padding-bottom:6px;
	background-color:#B2BEB5;
	border:2px solid black;
	vertical-align:top;
}
.thumbnail img {
	border:1px solid #777777;
}
.icons img {
	border:1px solid #777777;
	margin:0;
	margin-top:2px;
	padding:0;
}
.bildbeschreibung {
	margin-top:4px;
}
.metadata {
	margin-top:2px;
	margin-left:10px;
	text-align:left;
}
.icons img {
	border:1px solid #777777;
	margin:0;
	margin-top:2px;
	padding:0;
}

/* Responsive Einstellungen Mobilgeräte */

@media (max-width: 1061px) {
	table.gallery {
		display: table;
		table-layout: fixed;
		width:100% !important;
		border-spacing: 0em;
	}
	table.gallery td {
		text-align:center !important;
		font-size:1em;
		padding-top: 10px !important;
		padding-bottom: 15px !important;
		margin-bottom: 20px;
		display: block;
		clear: both;
		width: 100% !important;
		max-width: 100% !important;
		height:auto !important;
	}
	table.gallery img {
		margin: 0 auto;
		margin-top: 1em;
		width: auto !important;
		max-width: 100% !important;
		clear: both;
	}
}

@media (max-width: 800px) {


}