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

.swiper { width:100%; height:100%; }
.swiper-slide { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; text-align:center; font-size:18px; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.swiper-slide img { display:block; width:100%; height:100%; object-fit:contain; }
.swiper-slide .o_content { position:absolute; display:block; width:100%; height:auto; bottom:0; padding:1em 0; border-top:1px solid #666; background-color:rgba(68, 68, 68, .8); }
.swiper-slide p { display:block; width:100%; max-width:960px; margin:0 auto; padding:.4em; color:#fff; text-align:center; font-weight:bold; }


.swiper-button-next, .swiper-button-prev { color:#dc0; }</pre></body></html>