/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* SPACING */
/* FONTS */
/* font weight */
/* DEFAULT ELEMENTS */
/* WRAP */
/* BASIC ELEMENTS */
/* EXTENDED ELEMENTS */
/*
 * LOGIN-FORM FE
 */
/*
 * COPYRIGHT
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* List-View */
/* Oversize */
/*
 * LISTINGS VARIABLES
 */
/*
 * BUTTON VARIABLES
 */
/*
 * MODAL DIALOG
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main Navigation
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Main-Aside Navigation
 */
/* General */
/* Color */
/*
 * Main MegaDropdown Navigation
 */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * Pagination
 */
/*
 * Single-Content Navigation
 */
/*
 * PAGE VARIABLES
 */
/*
 * basic mixins
 */
/*
 * GRID MIXINS
 */
/*
 * IMAGE MIXINS
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #ac111c 0%, #4c4c4c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* KeyFrames for Animate-Border */
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-moz-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/* KeyFrames for Animate-Waves */
@keyframes transform-matrix-1 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, -526, 55.5);
    width: calc(100% + 526px);
  }
}
@keyframes transform-matrix-2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.506, -250, 50.4);
    width: calc(100% + 250px);
  }
}
@keyframes transform-matrix-1-rotate {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, 526, 55.5);
    width: calc(100% + 526px);
  }
}
/*
 * HEADLINE MIXINS
 */
/*
 * LISTING MIXINS
 */
/*
 * LINK MIXINS
 */
/*
 * CONTENT MIXINS
 */
/*
 * toogle elements
 */
/* red */
/* grey */
/* SCROLL-TO-TOP */
/*
 * Main MegaDropdown Navigation
 */
/* footer */
/*
 * search module
 */
/*
 * GALLERY
 */
/* Card-View */
#gallery-list.card-view .gallery-item .content-meta .content-meta-galleryicon,
#gallery-list.card-view .gallery-item .content-meta .content-meta-usericon {
  width: 20px;
}
/* List-View */
/* Single-View */
.gallery .content-section {
  overflow: hidden;
  padding-bottom: 50px;
}
.gallery .content-section .gallery-content-text ul,
.gallery .content-section .gallery-content-text ol {
  margin: 10px 0 10px 20px;
}
.gallery .content-section .gallery-content-text ul li:nth-child(n+2),
.gallery .content-section .gallery-content-text ol li:nth-child(n+2) {
  padding-top: 3px;
}
.gallery .content-section .gallery-content-info .content-meta-dateicon {
  width: 25px;
  text-align: center;
}
.gallery .content-section ul#gallery-images-list {
  width: calc(100% - 2 * 5px);
  margin: 0 -5px 0 !important;
}
.gallery .content-section ul#gallery-images-list li {
  padding: 0 5px;
  margin: 5px 0;
}
.gallery .content-section ul#gallery-images-list li .item-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .content-section ul#gallery-images-list li a {
  display: block;
  padding-bottom: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.gallery .content-section ul#gallery-images-list li a img {
  position: absolute;
  left: -9999px;
}
.gallery .content-section ul#gallery-images-list li.gallery-images-item.card-item {
  padding-bottom: 0;
  margin-bottom: 0;
}
.gallery .content-section ul#gallery-images-list.cover li a {
  background-size: cover;
}
/* Widget-List */
