/* ad
CSS default (lb2)
*/

/* lightbox.css aktuell (default black 0.8 80):
.lightboxOverlay { background-color:#0a0a0a; opacity:0.9;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter:Alpha(opacity=90); }
*/

#focus .lb2gal .bildreihe { white-space:nowrap; overflow:hidden; font-size:0px; background-color:#e7e8ea; border-right:3px solid #c6c7c9; }  /* Bildabstand */
.lb2gal .bildreihe.abstand-abox { margin-top:4px; }
.lb2gal .bildreihe .pos { margin-right:4px; }
.lb2gal .bildreihe:hover { border-color:#b9babc; }

.abox { padding:8px 13px 8px 8px; color:#333333; background-color:#dedfe1; border-right:3px solid #c6c7c9; font-size:13px; line-height:16px; }
.abox:hover { color:#666666; border-color:#b9babc; }

/* always show PREV and NEXT NAVIGATION:
.lb-nav a.lb-prev, .lb-nav a.lb-next {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:Alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s; }
*/

@media only screen and (max-width: 648px) {
.lb2gal .bildreihe.abstand-abox { margin-top:5px; }
.lb2gal .bildreihe .pos { margin-right:5px; }
}

@media only screen and (max-width: 568px) {
#focus .lb2gal { display:none; }
#focus .lb2gal.mq-1 { display:block; }
.abox { padding-bottom:9px; }
}
