/**
 *
 * @package news.de content slider stylesheet
 * @lastmodfied $Id: base.css 25956 2015-09-23 09:14:01Z e.poersel $
 *
 * @tableofcontents
 *     1. basic styles
 *     2. news.de image gallery
 *     3. news.de image gallery - article page
 *     4. fotogallery recommend teaser box
 *    96. no javascript activated
 *    97. advertisment
 *    98. animations
 *    99. misc
 *
**/

/**
 *    @section 1 basic styles
 */


/* container */
.contentSlider {
  position: relative;
  /* prevent layout shift */
  min-height: 480px;
}

@media screen and (min-width: 992px) {
  .contentSlider {
    /* prevent layout shift */
    min-height: 550px;
  }
}

.contentSliderSmall {
  width: 100%;
  min-height: 50px;
  padding-top: 6px;
  background: #e9ebe9;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

/*
 *    more image galleries (links @bottom to some other image galleries) 
 */

.galleriesContent {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
}

/* boxes */
.moreGalleries .galleryBox:hover {
  background: #f1f1f1;
  box-shadow: 0 4px 2px -2px #ccc;
}

.moreGalleries .image {
  height: 88px;
  background: #444;
}

.moreGalleries .imageText .headline3 {
  margin: 0;
}

/**
 *    @section 3 news.de image gallery - article page (small)
 */

/* container */
.lcol .contentSlider {
  margin-bottom: 10px;
}

/* image */
.lcol .cntbox.art-long .contentsliderList p.imageBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
}

.lcol .contentsliderList p.imageBox img.imageNextClick {
  max-width: 100%;
  box-shadow: 0 0 1px 100px #fff;
}

/* image caption */
.lcol .imageBox .imageCaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -300px;
  display: block;
  margin: 1px 1px 0;
  padding: 5px;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.lcol .showCaption .imageBox .imageCaption {
  bottom: 0;
}

.lcol .imageSourceAndDate {
  display: block;
  color: #777;
  font-size: 11px;
}

/* sub navigation */
.lcol .contentSliderSmall .imageNavigation.subNavigationSmall p {
  margin: 6px 0 0;
  font-size: 11px;
}

.imageZoom {
  position: relative;
  top: 6px;
  background-position: 1px -594px;
  opacity: 0.7;
}

.imageZoom i {
  color: #555;
  font-size: 20px;
}

.imageInfoLink {
  color: #444;
  white-space: nowrap;
  background-position: -169px -571px;
  opacity: 0.7;
  cursor: pointer;
}

.imageInfoLink .imgGalIcon {
  display: none;
  font-size: 13px;
}

.imageInfoLink .imgGalIcon.active {
  display: inline-block;
}

.imageInfoLink.active {
  background-position: -169px -554px;
}

.imageInfoLink .captionHide,
.imageInfoLink.active .captionShow {
  display: none;
}

.imageInfoLink .captionShow,
.imageInfoLink.active .captionHide {
  display: inline;
}

.imageZoom:hover,
.imageInfoLink:hover {
  opacity: 1;
}

/**
 *    @section 4 fotogallery recommend teaser box
 */

/* container */
.lcol .moreGalleries {
  overflow: hidden;
  width: 515px;
  height: 325px;
  padding: 10px;
  text-align: center;
  background: #e9ebe9;
}

/* headline */
.moreGalleries .recommendHead {
  position: relative;
  padding: 2px 10px;
  font-size: 11px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
}

.moreGalleries .recommendHead:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: 50%;
  bottom: -10px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 5px 6px;
}

/* links */
.moreGalleries .galleryBoxInner .headline3 a,
.moreGalleries .galleryBoxInner .headline2 a {
  color: #777;
}

.moreGalleries .galleryBoxInner:hover .headline3 a,
.moreGalleries .galleryBoxInner:hover .headline2 a {
  color: #06f;
  text-decoration: none;
}

.singleImage {
  position: absolute;
  left: 38px;
  top: 1px;
  display: block;
}

/* 3 more foto boxes */
.moreGalleries .galleryBoxInner {
  padding: 1rem;
}

.moreGalleries .galleryBoxInner .headline3 {
  margin: 0;
}

.moreGalleries .galleryBoxInner ul {
  float: left;
  display: block;
  min-height: 100px;
  width: 160px;
}

/* images */
.moreGalleries .galleryBoxInner li {
  position: relative;
}

.moreGalleries .galleryBoxInner li img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  text-indent: -999em;
}

.moreGalleries .galleryBoxInner li.bild1 {
  z-index: 3;
}

.moreGalleries .galleryBoxInner li.bild1 img {
  width: 94px;
  height: 75px;
}

.moreGalleries .galleryBoxInner li.bild2 {
  z-index: 2;
  top: 7px;
  left: 55px;
}

.moreGalleries .galleryBoxInner li.bild2 img {
  width: 68px;
  height: 65px;
}

.moreGalleries .galleryBoxInner li.bild3 {
  z-index: 1;
  top: 13px;
  left: 103px;
}

.moreGalleries .galleryBoxInner li.bild3 img {
  width: 45px;
  height: 56px;
}

.moreGalleries .galleryBoxInner li.bildMaske {
  z-index: 4;
}

.moreGalleries .galleryBoxInner li.bildMaske img {
  border: 0;
}

/**
 *    @section 96 no javascript activated
 */

/* message (error) */
.message {
  margin: 0 0 10px;
  padding: 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.error {
  color: #b00;
  text-shadow: 0 1px 0 #fff;
  background: #ebdad9;
  border-color: #b00;
}

.message .big {
  font-size: 14px;
  font-family: arial, helvetica, verdana, sans-serif;
}

/**
 *    @section 97 advertisment
 */

/* inner ads */
.contentsliderAdcontainer {
  margin-top: 15px;
  text-align: center;
}

.contentsliderAdcontainer iframe {
  padding: 10px 20px 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.contentsliderAdcontainer iframe:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

/* inner ads @big image gallery */
.contentSliderBig .contentsliderAdcontainer {
  height: 540px;
  margin: 0;
  background: #e9ebe9;
}

.contentSliderBig .contentsliderAdcontainer iframe {
  margin-top: 100px;
}

/**
 *    @section 98 animations 
 */

/* image caption */
.contentsliderList li .imageCaption {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* image sub icon */
.imageInfoLink,
.imageZoom {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* more images: boxes */
.lcol .fotoRecommendTeaser,
.moreGalleries .galleryBox,
.lcol .fotoRecommendTeaser .headline3 a,
.lcol .fotoRecommendTeaser .headline2 a {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ads */
.contentsliderAdcontainer iframe {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/**
 *    @section 99 misc 
 */

/* liveticker page */
.liveticker .contentSlider {
  margin-left: -5px;
}

/* image (click for next image) */
.imageNextClick {
  cursor: pointer;
}

/* end of stylesheet */
