/*
 * 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
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/* Oversize */
/*
 * BUTTON VARIABLES
 */
/*
 * 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
 */
/*
 * @deprecated - use .object-fit
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #e3051a 0%, #949597 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
 */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* red */
/* grey */
/* opacity .6 */
/* opacity .8 */
/* dunkler Untergrund (Footer, Topline, CTA, ..) */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* SCROLL-TO-TOP */
/* Top-Line */
/* STICKY */
/* PAGE-ASIDE */
/* Aside Links */
/* SECTION / PAGE-CONTENT */
/* BREADCRUMBS */
/*
 * COLS
 */
/* List-View */
/* SEARCH */
/* background-hover */
/* background */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Mobile Navigation
 */
/* Pagination */
/* Nav-Pageview */
/* Single-Content Navigation */
/*
 * LOGO
 */
/* 
 * FOOTER
 */
/*
 * NEWS overview - card view
 */
/*
 * NEWS overview - list view
 */
/*
 * NEWS overview - listmasonry view
 */
/*
 * NEWS singleview - default
 */
article.news {
  padding: 50px 0;
}
.singleview .no-aside section#news-content,
.singleview .no-aside section#news-content {
  width: 100%;
  padding-right: 0;
}
.singleview section#news-content,
.singleview section#news-content {
  width: 66.666%;
  padding: 0 15px 0 0;
  float: left;
}
@media only screen and (min-width: 700px) {
  .singleview section#news-content .news-intro,
  .singleview section#news-content .news-intro {
    overflow: hidden;
    padding: 30px 0;
    display: table;
    width: 100%;
  }
  .singleview section#news-content .news-intro .news-intro-text,
  .singleview section#news-content .news-intro .news-intro-text {
    display: table-cell;
    width: 50%;
    padding-right: 30px;
    vertical-align: middle;
  }
  .singleview section#news-content .news-intro .news-content-image,
  .singleview section#news-content .news-intro .news-content-image {
    display: table-cell;
    width: 50%;
    padding-left: 30px;
  }
  .singleview section#news-content .news-intro .news-content-image picture,
  .singleview section#news-content .news-intro .news-content-image picture {
    width: 100%;
    height: auto;
  }
  .singleview section#news-content .news-intro .news-content-image picture img,
  .singleview section#news-content .news-intro .news-content-image picture img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .singleview section#news-content .news-intro,
  .singleview section#news-content .news-intro {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .singleview section#news-content .news-intro .news-intro-text,
  .singleview section#news-content .news-intro .news-intro-text {
    order: 2;
    width: 100%;
  }
  .singleview section#news-content .news-intro .news-content-image,
  .singleview section#news-content .news-intro .news-content-image {
    order: 1;
    width: 100%;
    padding: 15px 0 30px;
  }
  .singleview section#news-content .news-intro .news-content-image picture,
  .singleview section#news-content .news-intro .news-content-image picture {
    width: 100%;
    height: auto;
    display: block;
  }
  .singleview section#news-content .news-intro .news-content-image picture img,
  .singleview section#news-content .news-intro .news-content-image picture img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.singleview section#news-content .news-content-text ul,
.singleview section#news-content .news-content-text ul,
.singleview section#news-content .news-content-text ol,
.singleview section#news-content .news-content-text ol {
  margin: 0 0 15px 30px;
}
.singleview section#news-content .news-content-text ul > li,
.singleview section#news-content .news-content-text ul > li,
.singleview section#news-content .news-content-text ol > li,
.singleview section#news-content .news-content-text ol > li {
  font-size: 110%;
}
.singleview section#news-content .news-content-text ul > li:nth-child(n+2),
.singleview section#news-content .news-content-text ul > li:nth-child(n+2),
.singleview section#news-content .news-content-text ol > li:nth-child(n+2),
.singleview section#news-content .news-content-text ol > li:nth-child(n+2) {
  padding-top: 3px;
}
.singleview aside#news-aside,
.singleview aside#news-aside {
  width: 33.333%;
  float: right;
  padding: 15px 0 0 15px;
}
.singleview aside#news-aside .news-aside-image picture,
.singleview aside#news-aside .news-aside-image picture,
.singleview aside#news-aside .news-aside-image picture img,
.singleview aside#news-aside .news-aside-image picture img {
  width: 100%;
  height: auto;
  display: block;
}
.singleview footer#news-footer,
.singleview footer#news-footer {
  clear: both;
  overflow: hidden;
  margin-top: calc(15px * 2);
}
@media only screen and (min-width: 900px) {
  .singleview.blank article.no-aside .news-text,
  .singleview.blank article.no-aside .news-text {
    width: 80%;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 900px) {
  .singleview section#news-content,
  .singleview aside#news-aside {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
}
/*
 * NEWS widgets
 */
#news-list-widget-card .last-item .card-item-wrap {
  height: 100%;
}
#news-list-widget-card .last-item card-item-border {
  right: 0px;
  left: 0px;
  z-index: 10;
}
#news-list-widget-card .last-item .content-link {
  text-align: center;
  bottom: 55px;
  left: 50%;
  right: unset;
  transform: translate(-50%, 0);
  width: 150px;
}
ul.simple-list {
  list-style: none;
  overflow: hidden;
}
ul.simple-list > li:nth-child(n+2) {
  padding-top: 5px;
  margin-top: 10px;
  border-top: solid 1px #c8c8c8;
}
ul.simple-list > li .content-title {
  padding: 5px 0 10px;
}
ul.simple-list > li .content-link {
  clear: both;
  text-align: right;
  padding-top: 10px;
}
#news-list-widget-list {
  margin: 15px 0;
}
#news-list-widget-list > li:not(:first-child) {
  padding-top: 15px;
}
ul.content-meta {
  list-style: none;
  font-size: 90%;
}
ul.content-meta > li {
  display: inline-block;
}
ul.content-meta > li:nth-child(n+2):before {
  content: '|';
  width: 10px;
  text-align: center;
  display: inline-block;
}
