/*
 * 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, #F7931E 0%, #009245 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-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: #F7931E;
  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: #f2f2f2;
  color: #555;
  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: 'Roboto', 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: #F7931E;
  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: #F7931E;
  color: #fff;
}
ul.acc-list.faq-acc .acc-headline:hover .acc-toggle,
ul.acc-list.faq-acc .acc-headline.open-acc .acc-toggle {
  background: #F7931E;
  color: #fff;
}
ul.acc-list.faq-acc .acc-content {
  padding: 15px;
  border: solid 1px #F7931E;
  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
 */
/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #000 */
/* For RTE Texts, .. */
/* Color One */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* SCROLL-TO-TOP */
/*
 * COLS
 */
/* ColRight & ColLeft Space */
/*
 * Listings
 */
/*
 * Listings
 */
/* Card-Item */
/* List-View */
/* Pagination */
/* Nav-Pageview */
/* SEARCH */
/* FAQ */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Mobile Navigation
 */
/* Sticky */
/* footer navigation */
/*
 * PAGE VARIABLES
 */
/* PAGE-LOGO */
/* TOPLINE */
/* Header-Elements */
/* FOOTER */
/* ASIDE */
