/*
 * 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, #8e6c2c 0%, #888078 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
 */
/* Single-View */
/* List-View */
ul.faq-group > li {
  padding: 0 !important;
}
ul.faq-group > li .content-text {
  padding-bottom: 15px;
}
ul.faq-group > li > ul.faq-items {
  margin: 0 !important;
}
ul.faq-group > li > ul.faq-items > li {
  padding: 0 !important;
}
ul.faq-items {
  margin: 15px 0;
  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: #8e6c2c;
  height: 1px;
  width: 33.333%;
  position: absolute;
  left: 0;
  top: 0;
}
/* Accordeon */
ul.acc-list.faq-acc {
  margin-left: 0;
}
ul.acc-list.faq-acc .acc-headline {
  width: 100%;
  padding: 0;
  cursor: pointer;
  background: #888078;
  color: #fff;
  text-transform: inherit;
  font-weight: 600;
  font-size: 120%;
}
ul.acc-list.faq-acc .acc-headline .acc-head {
  width: 100%;
  min-height: 40px;
  padding: 5px 10px;
  text-align: left;
  font-size: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  background: transparent;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
ul.acc-list.faq-acc .acc-headline .acc-head:hover,
ul.acc-list.faq-acc .acc-headline .acc-head:focus,
ul.acc-list.faq-acc .acc-headline .acc-head:focus-visible {
  outline: none;
  text-decoration: underline;
  padding-left: 25px;
}
ul.acc-list.faq-acc .acc-headline .acc-toggle {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  background: #8e6c2c;
  color: #fff;
  font-size: 165%;
}
ul.acc-list.faq-acc .acc-headline:hover .acc-head,
ul.acc-list.faq-acc .acc-headline.open-acc .acc-head {
  background: #8e6c2c;
  color: #fff;
}
ul.acc-list.faq-acc .acc-headline:hover .acc-toggle,
ul.acc-list.faq-acc .acc-headline.open-acc .acc-toggle {
  background: #8e6c2c;
  color: #fff;
}
ul.acc-list.faq-acc .acc-content {
  padding: 15px;
  border: solid 1px #8e6c2c;
  border-top: none;
  font-size: 100%;
  font-weight: 300;
}
/* 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%;
  }
}
/*
 * FAQ list acc
 */
/* Pagination */
/* Nav-Pageview */
/* Single-Content Navigation */
/* SEARCH */
/* FAQ */
/* WIDGETS */
/* CONSENT TOOL */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* gold */
/* brown */
/* highlight */
/* opacity .8 */
/* opacity .8 */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* Padding */
/* PAGE-ASIDE */
/* SECTION / PAGE-CONTENT */
/*
 * COLS
 */
/* List-View */
/* dunkler Untergrund (Footer, Topline, CTA, ..) */
/* Related for Level-0 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/* Main */
/* MOBILE */
/* Top-Line */
/* SCROLL-TO-TOP */
/* BREADCRUMBS */
/* STICKY */
/* FOOTER */
