/*! eifel, Compiled at 2021-09-27 14:19:28 */
/**
 * Eifel Tourismus - Hauptportal 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage pageHeader
 * @author     bruetsch
 * @since      25.11.2015
 * @version    $Id$
 **/
/*  =========================================================
breadcrumb
========================================================= */
/*  =========================================================
breadcrumb
========================================================= */
@media screen {
  #breadcrumb {
    background-color: #8e947d;
    color: #fff;
    padding: 10px 22px 10px 24px;
    position: absolute;
    top: 80px;
    right: 5.95238095%;
    -webkit-box-shadow: 2px 2px 4px rgba(84, 84, 84, 0.5);
    box-shadow: 2px 2px 4px rgba(84, 84, 84, 0.5);
  }
  #breadcrumb > span {
    font: 300 20px 'SourceSansPro', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
  }
  #breadcrumb > ul {
    font: 500 20px 'SourceSansPro', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    display: inline-block;
  }
  #breadcrumb > ul > li {
    list-style-type: none;
    display: inline-block;
  }
  #breadcrumb > ul > li > a {
    text-decoration: none;
  }
  #breadcrumb > ul > li:not(:last-of-type):after {
    content: "|";
    padding: 0px 5px;
  }
}
@media screen and (max-width: 1400px) {
  #breadcrumb > span,
  #breadcrumb > ul {
    font: 500 14px 'SourceSansPro', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1000px) {
  #breadcrumb {
    display: none;
  }
}
