.gallery{overflow:hidden}.channelContent .gallery{position:relative;padding:10px 10px 0 10px}.channelContent .gallery.fitToOuterFrame{margin-left:-10px;margin-right:-10px}.channelContent .gallery.fitToOuterBottom{margin-bottom:-10px}.channelContent .gallery.fitToOuterTop{margin-top:-10px}.channelContent .gallery .teaserImage{margin-bottom:0}.gallery .items{position:relative;overflow:hidden;background:#eee}.gallery .items .touchLink{display:block;position:absolute;top:0;left:unset;height:100%;width:50%;z-index:100;cursor:pointer}.gallery .items .touchLink.gap{width:calc(50% - 150px)}.gallery .items .touchLink[data-direction="-1"]{left:0}.gallery .items .touchLink[data-direction="1"]{right:0}.gallery .item{overflow:hidden;display:flex;opacity:0;align-items:center;justify-content:center;animation-timing-function:ease-in-out}.gallery .item picture{display:flex}.gallery .item picture.fullWidth{align-items:center}.gallery .item picture.fullHeight{justify-content:center}.gallery .item.visible{opacity:1}.gallery .item .fullWidth{width:100%}.gallery .item .fullHeight{height:100%}.gallery .item .media{display:block}.gallery .item .itemCaption{display:none}.gallery .adContainer{display:flex;align-items:center;justify-content:center;opacity:0;height:0;overflow:hidden;background:url('/fileadmin/templates/planetradio.de/images/layout/background-gray.png');transition:opacity .25s;z-index:100}.gallery .adContainer.active{opacity:1;height:100%}.gallery .adContainer iframe{width:300px;height:250px;border:0;background:#eee;overflow:hidden}.gallery .adContainer .progressbar{position:absolute;bottom:0;left:0;height:5px;background:#dc0000;width:0}.gallery .adContainer.active .progressbar{width:100%}.contentSection .gallery.embedded.fitToOuterTop.fitToOuterBottom .caption{padding:8px 10px 8px 10px}.gallery .caption .text{opacity:1}.gallery .caption .text .headline{display:block;font-size:18px;line-height:20px;margin-bottom:5px;color:#666;font-family:var(--font-bold)}.gallery .caption .controls{float:right;margin-bottom:1px;display:flex;align-items:center;flex-shrink:0;margin-left:8px}.gallery .caption .controls .prev,.gallery .caption .controls .next{width:15px;height:25px;cursor:pointer}.gallery .caption .controls .prev{background:url('/fileadmin/templates/planetradio.de/images/layout/links.svg') no-repeat;background-size:15px}.gallery .caption .controls .next{background:url('/fileadmin/templates/planetradio.de/images/layout/rechts.svg') no-repeat;background-size:15px}.gallery .caption .controls .count{flex-grow:1;text-align:center;padding:2px 5px 0 5px}.gallery .caption .download{display:block;text-indent:-1000px;background:url('/fileadmin/templates/planetradio.de/images/layout/download.svg') no-repeat;background-size:25px;overflow:hidden;height:28px;width:25px;margin-top:-2.5px;margin-right:10px;z-index:100}.gallery.weather .item .media{height:100%;width:100%;background-size:170%;background-repeat:no-repeat}.item.active{opacity:1}.item.slideInFromRight{animation-name:slideInFromRight}.item.slideInFromLeft{animation-name:slideInFromLeft}.item.slideOutToLeft{animation-name:slideOutToLeft}.item.slideOutToRight{animation-name:slideOutToRight}.item.fadeIn{animation-name:fadeIn}.item.fadeOut{animation-name:fadeOut}@media screen and (min-width:560px){.gallery.weather .item .media{background-size:125%}}@media screen and (min-width:1080px){.gallery.weather .item .media{background-size:cover}}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:1}100%{transform:translate(0);opacity:1}}@keyframes slideOutToRight{0%{transform:translate(0);opacity:1}100%{transform:translate(100%);opacity:1}}@keyframes slideOutToLeft{0%{transform:translate(0);opacity:1}100%{transform:translate(-100%);opacity:1}}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:1}100%{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}