/*
 * 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, #15594d 0%, #e43021 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
 */
/*
 * SPAcER
 */
/*
 * LISTINGS VARIABLES
 */
/*
 * BUTTON VARIABLES
 */
/*
 * GALLERY
 */
/*
 * MODAL DIALOG
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Links - groups
 */
div#moduleContent.linksmodule {
  padding: 50px 0;
}
ul.links-group li {
  list-style: none;
}
/* Accordion */
ul.acc-list {
  list-style: none;
  overflow: hidden;
}
ul.acc-list > li {
  overflow: hidden;
}
/* Masonry-Grid Object-View */
.masonry-grid {
  list-style: none;
  display: grid;
  grid-gap: 15px 30px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  width: 100%;
  grid-auto-rows: 20px;
}
.masonry-grid li.masonry-item {
  position: relative;
  z-index: 1;
}
.masonry-grid li.masonry-item:hover {
  z-index: 5;
}
.masonry-grid li.masonry-item .masonry-item-image {
  width: 100%;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
}
.masonry-grid li.masonry-item .masonry-item-image img {
  display: block;
  width: 100%;
  height: auto;
}
.masonry-grid li.masonry-item .masonry-item-content {
  display: grid;
}
/*
 * Links - list view
 */
.linksmodule .list-view .list-item-image.tcell {
  vertical-align: middle !important;
}
.linksmodule .list-view .list-item-image picture.portrait img {
  max-height: 150px;
  width: auto !important;
}
.linksmodule .list-view .list-item-image picture.landscape img {
  max-width: 250px;
  max-height: 150px;
  margin: 0 auto;
  object-fit: contain;
}
@media only screen and (max-width: 800px) {
  .linksmodule .list-view .list-item.table > .trow .tcell.list-item-image {
    height: auto;
    padding-bottom: 0;
  }
  .linksmodule .list-view .list-item.table > .trow .tcell.list-item-image picture {
    position: relative;
  }
  .linksmodule .list-view .list-item.table > .trow .tcell.list-item-image picture.portrait img {
    max-height: 150px;
    width: auto !important;
  }
  .linksmodule .list-view .list-item.table > .trow .tcell.list-item-image picture.landscape img {
    max-width: 250px;
    max-height: 150px;
    margin: 0 auto;
    object-fit: contain;
  }
}
.linksmodule .image-view {
  /* dark box shadow */
  /* bright box shadow */
}
.linksmodule .image-view figure.list-item-image {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.linksmodule .image-view figure.list-item-image a {
  position: absolute;
  height: 100%;
  width: calc(100% - 30px);
  text-decoration: none;
  text-align: center;
}
.linksmodule .image-view figure.list-item-image a:hover {
  text-decoration: underline;
}
.linksmodule .image-view figure.list-item-image picture {
  height: 80%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.linksmodule .image-view figure.list-item-image picture.portrait img {
  max-height: 150px;
  width: auto !important;
}
.linksmodule .image-view figure.list-item-image picture.landscape img {
  max-width: 250px;
  max-height: 150px;
  margin: 0 auto;
  object-fit: contain;
}
.linksmodule .image-view.shadow-medium-small figure {
  box-shadow: 0px 0px 5px #cccccc;
}
.linksmodule .image-view.shadow-medium-medium figure {
  box-shadow: 0px 0px 10px #cccccc;
}
.linksmodule .image-view.shadow-medium-large figure {
  box-shadow: 0px 0px 20px #cccccc;
}
.linksmodule .image-view.shadow-dark-small figure {
  box-shadow: 0px 0px 5px #000000;
}
.linksmodule .image-view.shadow-dark-medium figure {
  box-shadow: 0px 0px 10px #000000;
}
.linksmodule .image-view.shadow-dark-large figure {
  box-shadow: 0px 0px 20px #000000;
}
.linksmodule .image-view.shadow-bright-small figure {
  box-shadow: 0px 0px 5px #fff;
}
.linksmodule .image-view.shadow-bright-medium figure {
  box-shadow: 0px 0px 10px #fff;
}
.linksmodule .image-view.shadow-bright-large figure {
  box-shadow: 0px 0px 20px #fff;
}
/*
 * Links - card view
 */
/*
 * LINKS overview - listmasonry view
 */
/*
 * Links - widgets
 */
/* flexislider */
ul.flexis-slider {
  list-style: none;
  position: relative;
  height: 100px;
  overflow: hidden;
}
ul.flexis-slider li {
  float: left;
}
ul.flexis-slider li img {
  height: 90px;
  width: auto;
  padding: 5px 30px;
}
ul.flexis-slider.flexis-started li {
  position: absolute;
}
