/*--------------------------------------------------------------
## CUSTOM PAGE VARS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## BRAND COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## DBpedia Specials
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## TEXT COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## TYPO
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## GLOBAL COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## HEADER & NAVIGATION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## MOBILE MENU
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## BUTTON
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## FORMS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## CUSTOM MIXINS / VORLAGEN
--------------------------------------------------------------*/
.soft-hide {
  opacity: 0 !important;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px); }

.soft-show {
  opacity: 1;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out; }

/* Animation */
h2 + .accordion {
  margin-top: 25px; }

.accordion li:first-of-type a {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 42, 67, 0.2) !important; }
.accordion a.uk-accordion-title {
  padding-bottom: 20px !important;
  border-bottom: 1px solid rgba(0, 42, 67, 0.2) !important; }
.accordion .uk-accordion-content {
  padding-bottom: 28px !important;
  border-bottom: 1px solid rgba(0, 42, 67, 0.2) !important; }

/*# sourceMappingURL=accordion.css.map */
