@charset "UTF-8";
/* CSS Document */

figure {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px solid gainsboro;
	background: white;
}
figcaption {
	padding: 6px;
	text-align: center;
}
figure img {
	display: block;
}
figcaption {
	position: absolute;
	bottom: 0;
 ... width: 100%;
	background: white;
	color: black;
	opacity: 0.5;
}
figcaption {
	opacity: 0;
	bottom: -1em;
	transition: all 1s ease;
}
figure:hover figcaption {
	opacity: 0.8;
	bottom: 0;
}
figure:before {
	content: "?";
	position: absolute;
	bottom: 0.5em;
	left: 0.5em;
	background: black;
	color: white;
	opacity: 0.9;
	width: 1.0em;
	height: 1.0em;
	border-radius: 1em;
	text-align: center;
	font-size: 1.0em;
	line-height: 1.0em;
	transition: all 1s ease;
}
figure:hover:before {
	opacity: 0;
}
.figure {
	float: left;
}
.figure:first-of-type {
	margin-left: 0;
}
.figure:last-of-type {
	margin-right: 1em;
}
.figure:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
.bilder_wismar {
	background-color: #fff;
	padding: 1.2em;
	border: 1px #CCCCCC solid;
	width: 210px;
	height: auto;
	margin: 0 0 1em 0;
	float: left;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
}
