.mod_glossaryMenu .anchors {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 5em;
  border-bottom: 1px solid #909090;
  margin-bottom: 3em;
}
@media (max-width: 800px) {
  .mod_glossaryMenu .anchors {
    padding: 0 3em;
  }
}
@media (max-width: 800px) {
  .mod_glossaryMenu .anchors {
    padding: 0 1em;
  }
}
.mod_glossaryMenu .anchors li {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.mod_glossaryMenu .anchors li.active {
  position: relative;
}
.mod_glossaryMenu .anchors li.active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EE171D;
}
.mod_glossaryMenu .anchors li a {
  color: #101010;
}
.mod_glossaryMenu #glossary-term-preview {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod_glossaryMenu #glossary-term-preview li {
  margin-right: 1em;
}
.mod_glossaryList table caption {
  display: none;
}
.mod_glossaryList .legende:after {
  content: '';
  display: block;
  clear: both;
}
.mod_glossaryList .legende dt, .mod_glossaryList .legende dd {
  margin-bottom: 1em;
}
.mod_glossaryList .legende dt {
  width: 10%;
  float: left;
  font-family: "FrutigerLTPro-ExtraBlackCn", helvetica, arial, sans-serif;
}
.mod_glossaryList .legende dd {
  width: 85%;
  float: right;
}
.mod_glossaryList .ce_bewekaProductInfo ul {
  column-count: 2;
}
.mod_glossaryList .ce_bewekaProductInfo ul li.current-term a {
  box-shadow: inset 0 -40px 0 -1px #EE171D;
  color: #ffffff;
}
@media (max-width: 1120px) {
  .mod_glossaryList .ce_bewekaProductTable th, .mod_glossaryList .ce_bewekaProductTable td, .mod_glossaryList .ce_bewekaProductTable th:nth-child(3), .mod_glossaryList .ce_bewekaProductTable td:nth-child(3) {
    width: 30%;
  }
  .mod_glossaryList .ce_bewekaProductTable th:first-child, .mod_glossaryList .ce_bewekaProductTable td.col_first {
    width: 40%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvirtual%2Fupgrade-beweka.abnahme-server.de%2Fhtdocs%2Fprivate-bundles%2Fmagmell-agentur%2Fbeweka-basic%2Fsrc%2FResources%2Fpublic%2Fcss%2Fmodules%2Fglossary.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */