/*
 * 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, #15594d 0%, #e43021 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
 */
/*
 * SPAcER
 */
/*
 * LISTINGS VARIABLES
 */
/*
 * BUTTON VARIABLES
 */
/*
 * GALLERY
 */
/*
 * MODAL DIALOG
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * GLOSSARY LIST
 */
ul#glossary-index {
  list-style: none !important;
  padding: 15px 0;
  border-bottom: 1px solid #e43021;
  margin: 0 !important;
}
ul#glossary-index li {
  padding: 0px 5px;
  display: inline-block;
}
ul#glossary-index li:not(:first-child) {
  border-left: 1px solid #15594d;
}
ul#glossary-index li a {
  color: #333;
  text-decoration: none;
}
ul#glossary-index li a:hover {
  color: #15594d;
}
ul#glossary-list {
  list-style: none;
}
ul#glossary-list > li {
  padding: 15px 0px;
}
ul#glossary-list > li:not(:first-child) {
  border-top: 1px dotted #e43021;
}
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: #15594d;
  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: #15594d;
}
ul#glossary-list > li .glossary-index-link:hover {
  text-decoration: underline;
  color: #e43021;
}
ul#glossary-list > li .glossary-index-link span {
  padding-right: 5px;
}
