/**
 * Stylesheet fuer das Baulexikon
 */
/**
 * verschiedene Definitionen
 */
/**
 * Breakpoints (an dieser Stelle um sie auch ausserhalb von Foundation nutzen zu koennen)
 */
/**
 * Allgemeines
 */
/**
 * Abstaende
 */
/**
 * Schriftarten
 */
/**
 * Farben
 */
/**
 * spezielle Farben
 */
/**
 * Body
 */
/**
 * Header, Breadcrumb und Footer
 */
/**
 * Schriftfarben
 */
DIV#cssLexicon DIV.cssAlphaBar {
  padding: 0;
}

DIV#cssLexicon DIV#cssLexiconList {
  padding: 2.5rem 0 0 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV#cssLexicon DIV#cssLexiconList {
    padding-top: 1.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#cssLexicon DIV#cssLexiconList {
    padding-top: 1.5625rem;
  }
}

/**
 * Uebersicht
 */
DIV#cssLexicon DIV#cssLexiconList A {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #6e6e6e;
}

DIV#cssLexicon DIV#cssLexiconList A:hover {
  color: #303030;
}

/**
 * Detail-Seite
 */
DIV#cssLexicon DIV.cssFullContentArea.cssFullContentAreaAlphaBar {
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}

DIV#cssLexicon DIV.cssFullContentArea.cssFullContentAreaAlphaBar DIV.cssAlphaBar {
  padding-top: 0;
}

DIV#cssLexicon DIV.cssFullContentArea.cssFullContentAreaSuccessor DIV#allCommentsArea P.cssContentHeadline {
  margin-top: 3.75rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  DIV#cssLexicon DIV.cssFullContentArea.cssFullContentAreaSuccessor DIV#allCommentsArea P.cssContentHeadline {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  DIV#cssLexicon DIV.cssFullContentArea.cssFullContentAreaSuccessor DIV#allCommentsArea P.cssContentHeadline {
    margin-top: 1.25rem;
  }
}

DIV#cssLexicon DIV.cssFullContentArea.cssFullContentAreaSuccessor DIV#allCommentsArea P.cssContentHeadline:first-of-type {
  margin-top: 0;
}

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