/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* green */
/* beige */
/* brown */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Text */
/* WRAP */
/* SCROLL-TO-TOP */
/* SPACE */
/* PADDING */
/* CLASSES FOR MIXINS */
/*
 * NAVIGATION VARIABLES
 */
/* Main */
/* mobile */
/* mobile */
/* Mobile Navigation */
/*
 * TEXT-BLOCK
 */
/* Page-Image */
/* Pagination */
/*
 * CORE-DESIGN
 */
/* BREADCRUMBS */
/* CLICKLIST */
/* FOOTER */
/*
 * 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 */
/* Accordeon */
ul.faq-items {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}
ul.faq-items > li:not(:first-child) {
  margin-top: calc(15px / 2);
  padding-top: calc(15px / 2);
  border-top: 1px solid #f2f2f2;
}
ul.faq-items .acc-head {
  padding: 5px 10px;
}
ul.faq-items .acc-content {
  padding: 15px;
  border: solid 1px #45752d;
  border-top: none;
  font-size: 95%;
  font-weight: 600;
}
ul.faq-items .acc-content p {
  margin: 0;
}
ul.faq-items .acc-headline {
  background: #ffffff;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #45752d;
  text-transform: inherit;
  font-weight: 600;
  font-size: 125%;
}
ul.faq-items .acc-headline .trow {
  display: flex;
}
ul.faq-items .acc-headline .trow .acc-head {
  width: calc(100% - 40px);
}
ul.faq-items .acc-headline:hover,
ul.faq-items .acc-headline.open-acc {
  background: #45752d;
  color: #ffffff;
}
ul.faq-items .acc-headline:hover .acc-toggle,
ul.faq-items .acc-headline.open-acc .acc-toggle {
  background: #45752d;
}
ul.faq-items .acc-headline .acc-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: #45752d;
  color: #ffffff;
  font-size: 165%;
}
/* faq box */
h2.faqbox-headline {
  padding: 30px 0 0;
}
