/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Text */
/* WRAP */
/* SCROLL-TO-TOP */
/* SPACE */
/* PADDING */
/* TABLE */
/* CLASSES FOR MIXINS */
/*
 * NAVIGATION VARIABLES
 */
/* 
 * Main 
 */
/* mobile */
/* mobile */
/* 
 * Mobile Navigation 
 */
/* 
 * MicroNav 
 */
/* 
 * FooterNavi 
 */
/* 
 * Aside 
 */
/*
 * TEXT-BLOCK
 */
/* 
 * Page-Image 
 */
/* 
 * Pagination 
 */
/* 
 * Input-Fields 
 */
/* 
 * Single-Content Navigation 
 */
/* 
 * Infinite Loading 
 */
/*
 * CORE-DESIGN
 */
/* 
 * CONTACT-FORM 
 */
/* 
 * BREADCRUMBS 
 */
/* 
 * SEARCH 
 */
/* 
 * Autosuggest
 */
/* 
 * SOCIAL SHARING 
 */
/* 
 * CLICKLIST 
 */
/* 
 * CONSENT-TOOL 
 */
/* 
 * LOGIN-FORM FE 
 */
/*
 * PROJECT ADAPTION
 */
/* 
 * PAGE-ASIDE 
 */
/* MODULE - ASIDE */
/*
 * aside single view 
 */
/* 
 * SECTION / PAGE-CONTENT 
 */
/*
 * section single view 
 */
/* FOOTER */
/*
 *  PLUGINS
 */
/* 
 * InfoBox 
 */
/* 
 * InfoImage 
 */
/* 
 * Gallery 
 */
/* 
 * Accodreon 
 */
/* ZOOM-INDICATOR */
/*
 * FAQ
  */
/*
 * 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 */
/* Shadow */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/*
 * WIDGETS
 */
/* Contact */
/* Top-Line */
/* Cites */
/* Reviews */
/* Text with Link */
/* Adjustments */
/* Aside Links */
/*
 * Module
 */
/*
 * Intern
 */
/* Gradiant for Items */
/* tabs */
/* Dropzone */
/* Dashboard */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* red */
/* orange */
/* dark grey */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* SCROLL-TO-TOP */
/* Top-Line */
/*
 * NAVIGATION VARIABLES
 */
/* Main */
/* mobile */
/* mobile */
/* MOBILE */
/* STICKY */
/* PAGE-ASIDE */
/* SECTION / PAGE-CONTENT */
/* FOOTER */
/* Pagination */
/* Nav-Pageview */
/* Single-Content Navigation */
/* Header-Elements */
/* BREADCRUMBS */
/* ASIDE */
/* SEARCH */
/*
 * COLS
 */
/* List-View */
/* 
 * Module
 *  */
/*
 * 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 {
  width: 100%;
  padding-right: 0;
}
.singleview section#news-content {
  width: 66.666%;
  padding-right: 15px;
  float: left;
}
.singleview section#news-content .news-content-text ul,
.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 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 ol > li:nth-child(n+2) {
  padding-top: 3px;
}
.singleview aside#news-aside {
  padding-top: 15px;
  width: 33.333%;
  float: right;
  padding-left: 15px;
}
.singleview aside#news-aside .news-aside-image picture,
.singleview aside#news-aside .news-aside-image picture img {
  width: 100%;
  height: auto;
  display: block;
}
.singleview footer#news-footer {
  clear: both;
  overflow: hidden;
  margin-top: 30px;
}
@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 .last-item .news-card-wrap {
  height: 100%;
}
#news-list-widget .last-item card-item-border {
  right: 0px;
  left: 0px;
  z-index: 10;
}
#news-list-widget .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;
}
