@charset "utf-8";
span.text-content {
	border-radius: 5px;
	margin-left: 17px;
	margin-top: 2px;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	cursor: pointer;
	display: table;
	height: 95%;
	left: 0;
	position: absolute;
	top: 0;
	width: 91%;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
ul.img-list li:hover span.text-content {
	opacity: 1;
	border-radius: 5px;
	margin-left: 17px;
	margin-top: 2px;
	border-width: thin;
}
span.text-content span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

ul.img-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.img-list li {
	display: inline-block;
	max-height: 200px;
	margin: auto;
	position: relative;
	max-width: 400px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	letter-spacing: 1px;
}

/* Show More CSSfor Internet Explorer to force a menu refresh after :active + ul */

#showMe p.showMe a,
html {
	behavior: url(cssplay19/trigger.htc);
}

p.showMe {
	font: normal 12px/20px arial, sans-serif;
	color: #394b3f;
	width: 80%;
	padding: 10px;
	margin: 0 auto;
}
p.showMe a.more,
p.showMe a.less {
	color: #394b3f;
	font-weight: bold;
	text-decoration: none;
	outline: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p.showMe a.more + a.less {
	display: none;
}
p.showMe span {
	display: none;
}

p.showMe a.more:active {
	*display: none;
}
p.showMe a.more:active ~ span {
	*display: inline;
}
p.showMe a.more:active + a.less {
	*display: inline;
}
p.showMe a.less:active {
	*display: none;
}

p.showMe a.more:focus {
	font-size: 0px;
}
p.showMe a.more:focus ~ span {
	display: inline;
}
p.showMe a.more:focus + a.less {
	display: inline;
}
p.showMe a.less:focus {
	display: none;
}

p.showMe span:hover {
	display: inline;
}

.obenback .einleitung #showMe {
	margin-top: -22px;
	margin-bottom: -4px;
}
