/*
 * GENERAL VARIABLES
 */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* Oversize */
/*
 * SPACER
 */
/*
 * LISTINGS VARIABLES
 */
/*
 * BUTTON VARIABLES
 */
/*
 * GALLERY
 */
/*
 * MODAL DIALOG
 */
/*
 * NAVIGATION VARIABLES
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/* General */
/* Color */
/*
 * Aside
 */
/*
 * 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, #41d4ae 0%, #013493 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
 */
/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* For RTE Texts, .. */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* SCROLL-TO-TOP */
/*
 * NAVIGATION VARIABLES 
 */
/* ASIDE */
/*
 * COLS
 */
/* ColRight & ColLeft Space */
/*
 * Listings
 */
/* Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break */
/* Element-Space */
/* Top-Bottom || .doubleSpace-tb */
/* Card-Item */
/* List-View */
/* ASIDE LINKS */
/* Mobile Navigation */
/* Pagination */
/* Header-Elements */
/* SEARCH */
/*
 * 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-icon {
  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 */
