/*
 * 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
 *  */
/*
 * FAQ
 */
/* Single-View */
article.faq ul.pagination {
  margin: 15px 0;
}
/* Group */
ul.faq-group {
  list-style: none;
  overflow: hidden;
  margin: 0 !important;
}
ul.faq-group > li.faq-group-item {
  list-style: none;
}
ul.faq-group > li.faq-group-item:nth-child(n+2) {
  margin-top: 25px;
}
ul.faq-group > li.faq-group-item .item-content {
  padding-bottom: 15px;
}
/* List-View */
ul.faq-items {
  margin: 15px 0 !important;
  list-style: none;
  overflow: hidden;
}
ul.faq-items > li.faq-items-item:nth-child(n+2) {
  margin-top: 5px;
}
/* Simple-List */
ul.faq-items.simple-list > li:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #f2f2f2;
  position: relative;
}
ul.faq-items.simple-list > li:nth-child(n+2):after {
  content: '';
  background: #1c3766;
  height: 1px;
  width: 33.333%;
  position: absolute;
  left: 0;
  top: 0;
}
/* Accordeon */
ul.faq-items {
  margin-left: 0;
}
ul.faq-items .acc-head {
  padding: 5px 10px;
}
ul.faq-items .acc-content {
  padding: 15px;
  border: solid 1px #8d0000;
  border-top: none;
  font-size: 95%;
  font-weight: 600;
}
ul.faq-items .acc-headline {
  background: #ee7d00;
  width: 100%;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
  text-transform: inherit;
  font-weight: 600;
  font-size: 125%;
}
ul.faq-items .acc-headline:hover,
ul.faq-items .acc-headline.open-acc {
  background: #8d0000;
  color: #ffffff;
}
ul.faq-items .acc-headline:hover .acc-toggle,
ul.faq-items .acc-headline.open-acc .acc-toggle {
  background: #8d0000;
}
ul.faq-items .acc-headline .acc-toggle {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  background: #8d0000;
  color: #ffffff;
  font-size: 165%;
}
/* faq box */
h2.faqbox-headline {
  padding: 30px 0 0;
}
.faqbox {
  overflow: hidden;
  clear: both;
  padding: 0 0 15px;
}
.faqbox-main {
  padding: 0;
}
.module-text .faqbox-main ul.faq-items {
  margin: 15px 0;
}
.faqbox-aside {
  padding-top: 10px;
  font-size: 85%;
}
.faqbox-aside h3 {
  padding: 0 0 5px;
  font-size: 110%;
}
