<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* xGalerie */

.xGalerie {
	width: 800px;
	height: 600px;
	text-align: center;
	position: relative;
}

.xGalerie .description {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	text-align: left;
}

.iBox .xGalerie .description h1 { display: none; }
.iBox .xGalerie .description p {
	font-size: 120%;
	margin: 6px 0;
	color: #666;
	padding: 0 10px;
}

.xGalerie .description.lizenz.text .lizenzData {
	float: right;
	margin-left: 5px;
	padding: 3px 10px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 1px;
	border-radius: 5px;
	box-shadow: -1px 1px 3px #ccc;
	position: relative;
	right: -5px;
	top: -5px;
}

.xGalerie .prevLink {
	display: block;
	position: absolute;
	width: 100px;
	height: 200px;
	margin-top: 200px;	
	margin-left: 10px;
	cursor: pointer;
	filter: Alpha(opacity=50);
	opacity: 0.5;
}

.xGalerie .nextLink {
	display: block;
	position: absolute;
	margin-left: 690px;
	width: 100px;
	height: 200px;
	margin-top: 200px;	
	cursor: pointer;
	filter: Alpha(opacity=50);
	opacity: 0.5;
}


.xGalerie .lizenzData {
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 0 5px;
	background: rgba(255,255,255,0.6);
}
.xGalerie .lizenzData span {
	margin: 0;
	padding: 0px;
	display: inline-block;
	color: #000;
}
.xGalerie .lizenzData a {
	color: #222;
}



/*** Responsive / Mobil Tpl */
.iBox.xghost {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	height: 101%;
	left: 0 !important;
	top: 0 !important;
	position: fixed !important;
}

.xGalerie .picture {
	top: 0;
	left: 0;
	display: none;
	position: absolute;
}

.iBox.xghost .xGalerie {
	width: 100%;
	height: 100%;
}
.iBox.xghost h1 {
	color: #000;
}

.iBox.xghost .iBoxTitle.noTitle {
	margin: 0;
	padding: 15px;
	min-height: 18px;
	display: block;
}
.iBox.xghost .iBoxClose {
	right: 10px;
	top: 10px;
	z-index: 50;
}

.iBoxCover {
	height: 100% !important;
	width: 100% !important;
	/*background-color: #000 !important;
	opacity: 1 !important;*/
}

.iBox.xghost #buttonNext {
	margin-left: 0;
	right: 10px;
	margin-top: -100px;
	top: 50%;
	z-index: 500;
}

.iBox.xghost #buttonPrev {
	margin-top: -100px;
	top: 50%;
	z-index: 500;
}


.iBox.xghost .iBoxContentOuter {
	padding: 0;
}
</pre></body></html>