/*
 * 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
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #b2a98b 0%, #a2a3a5 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
 */
/* beige/creme */
/* grey */
/* light beige/creme */
/* dark grey */
/* grey */
/* opacity .8 */
/* opacity .8 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/* BREADCRUMBS */
/* 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: #b2a98b;
  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 button.acc-head {
  width: 100%;
  text-align: left;
  font-size: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 30px;
  background: transparent;
  color: #b2a98b;
  border: none;
  cursor: pointer;
}
ul.faq-items .acc-content {
  padding: 15px;
  border: solid 1px #b2a98b;
  border-top: none;
  font-size: 100%;
  font-weight: 300;
}
ul.faq-items .acc-headline {
  background: #f2f2f2;
  width: 100%;
  padding: 0;
  cursor: pointer;
  color: #b2a98b;
  text-transform: inherit;
  font-weight: 600;
  font-size: 120%;
}
ul.faq-items .acc-headline:hover,
ul.faq-items .acc-headline.open-acc {
  background: #b2a98b;
  color: #fff;
}
ul.faq-items .acc-headline:hover button.acc-head,
ul.faq-items .acc-headline.open-acc button.acc-head {
  color: #fff;
}
ul.faq-items .acc-headline:hover .acc-toggle,
ul.faq-items .acc-headline.open-acc .acc-toggle {
  background: #b2a98b;
}
ul.faq-items .acc-headline .acc-toggle {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  background: #b2a98b;
  color: #fff;
  font-size: 165%;
}
/* faq box */
h2.faqbox-headline {
  padding: 30px 0 0;
}
.faqbox {
  overflow: hidden;
  clear: both;
  padding: 0 0 15px;
}
.faqbox .faqbox-main {
  padding: 0;
}
.faqbox .faqbox-main ul.faq-items {
  margin: 15px 0;
}
.faqbox .faqbox-aside {
  padding-top: 10px;
  font-size: 85%;
}
.faqbox .faqbox-aside h3 {
  padding: 0 0 5px;
  font-size: 110%;
}
.faqbox:not( .full-width ) .faqbox-main {
  width: 66.666%;
  padding-right: 15px;
  float: left;
}
.faqbox:not( .full-width ) .faqbox-aside {
  width: 33.333%;
  padding-left: 15px;
  float: right;
}
@media only screen and (max-width: 750px) {
  .faqbox:not( .full-width ) .faqbox-main {
    padding-right: 0;
  }
  .faqbox:not( .full-width ) .faqbox-aside {
    padding-left: 0;
  }
  .faqbox:not( .full-width ) .faqbox-main,
  .faqbox:not( .full-width ) .faqbox-aside {
    width: 100%;
  }
}
