<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tx-sf-filecollection-gallery {
	padding: 0 10px;
}

.tx-sf-filecollection-gallery .sf-filecollection-gallery-container ul li {
	text-align: center;
}

.tx-sf-filecollection-gallery .img-box {
	position: relative;
	background: #ffffff;
	border: 1px solid #ddd;
	padding: 0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}

.tx-sf-filecollection-gallery .img-box-slider {
	position: relative;
	background: #ffffff;
	padding: 0 2px;
}

.tx-sf-filecollection-gallery .sf-filecollection-gallery-image-container .img-box:hover {
	background: #EDEDED; /*#A8A8A8;*/
}

.tx-sf-filecollection-gallery .sf-filecollection-gallery-image-container img {
	border: 0px !important;
	vertical-align: middle;
	display: inline;
	width: auto;
	height: inherit;
	padding-bottom: 4px;
}

.tx-sf-filecollection-gallery .sf-filecollection-gallery-image-container a:before {
	display: none;
}

.tx-sf-filecollection-gallery .f3-widget-paginator {
	text-align: center;
}

.tx-sf-filecollection-gallery .f3-widget-paginator li {
	display: inline;
	padding: 7px;
}

.tx-sf-filecollection-gallery .clear {
	clear: both;
}

a.image-source-link {
	color: lightgrey;
}

a.image-source-link:hover {
	color: white;
}

.tx-sf-filecollection-gallery .img-info {
	position: relative;
	bottom: 0;
	left: 0;
	height: auto;
	width: 100%;
	text-align: left;
	padding: 8px 8px 8px 0;
	line-height: 13px;
	z-index: 10;
	/*background-color: #ddd;*/
	border: 0;
}

.tx-sf-filecollection-gallery .sf-filecollection-gallery-image-container a:hover &gt; .img-box{
	background-color: #EDEDED;
}
/*.tx-sf-filecollection-gallery .sf-filecollection-gallery-image-container a:hover &gt; .img-info{
	background-color: #dddddd;
}*/

.tx-sf-filecollection-gallery .img-info .title {
	font-size: 14px;
	white-space: nowrap;
	color: #00205b;
}

.tx-sf-filecollection-gallery .img-info .description {
	font-size: 11px;
	color: #00205b;
	font-weight: 100;
}

.tx-sf-filecollection-gallery .back-button {
	color: white;
	font-size: 12px;
	padding: 5px;
}
.tx-sf-filecollection-gallery .back-button:hover {
	color: white;
}

.tx-sf-filecollection-gallery .slick-slide {
	text-align: center;
	height: auto;
}

/* Back */
.tx-sf-filecollection-gallery a.back:before, tx-sf-filecollection-gallery a.back:hover:before {
    content: url("../gfx/linkpfeil_hover.png");
}

.tx-sf-filecollection-gallery a.back:before, tx-sf-filecollection-gallery a.back:hover:before {
    content: url("../gfx/linkpfeil.png");
}

.tx-sf-filecollection-gallery a.back{
	font-size: 0.8125rem;
}</pre></body></html>