/*
 * 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
 */
/*
 * COPYRIGHT
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* List-View */
/* Oversize */
/*
 * LISTINGS VARIABLES
 */
/*
 * 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, #e3051a 0%, #000 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
 */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* red */
/* #ffc32b; yellow */
/* grey */
/* opacity .8 */
/* opacity .8 */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* SCROLL-TO-TOP */
/* Top-Line */
/* STICKY */
/* PAGE-ASIDE */
/* SECTION / PAGE-CONTENT */
/* Breadcrumb */
/* List-Elements */
/*
 * FooterNavi
 */
/* MOBILE */
/*
 * GLOSSARY LIST
 */
ul#glossary-index {
  list-style: none !important;
  padding: 15px 0;
  border-bottom: 1px solid #000;
  margin: 0 !important;
}
ul#glossary-index li {
  padding: 0px 5px;
  display: inline-block;
}
ul#glossary-index li:not(:first-child) {
  border-left: 1px solid #e3051a;
}
ul#glossary-index li a {
  color: #333;
  text-decoration: none;
}
ul#glossary-index li a:hover {
  color: #e3051a;
}
ul#glossary-list {
  list-style: none;
}
ul#glossary-list > li {
  padding: 15px 0px;
}
ul#glossary-list > li:not(:first-child) {
  border-top: 1px dotted #000;
}
ul#glossary-list > li ul.glossary-content {
  list-style: none;
}
ul#glossary-list > li ul.glossary-content > li {
  padding: 15px 0px;
  position: relative;
}
ul#glossary-list > li ul.glossary-content > li:nth-child(n+2):before {
  content: '';
  width: 150px;
  height: 2px;
  background: #e3051a;
  position: absolute;
  left: 0;
  top: 2px;
}
ul#glossary-list > li ul.glossary-content > li ul {
  line-height: 24px;
  margin: 0 0 10px 30px;
}
ul#glossary-list > li .glossary-index-link {
  text-decoration: none;
  font-weight: 600;
  color: #e3051a;
}
ul#glossary-list > li .glossary-index-link:hover {
  text-decoration: underline;
  color: #000;
}
ul#glossary-list > li .glossary-index-link span {
  padding-right: 5px;
}
