/*! eifel, Compiled at 2025-06-11 12:41:03 */
/**
 * 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 ibe
 * @author     brütsch
 * @since      14.04.2015
 * @version    $Id$
 **/
/*  =========================================================
general structure
text styling
graph
========================================================== */
/*  =========================================================
general structure
========================================================= */
@media screen {
  .hostDetailRating {
    width: 100%;
    margin-bottom: 15px;
  }
}
/*  =========================================================
text styling
========================================================= */
/* front text */
@media screen {
  .hostDetailRating > p:first-of-type {
    font: 400 normal 18px/20px 'SourceSansPro', Arial, Helvetica, sans-serif;
    color: #545454;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
/* end text */
@media screen {
  .hostDetailRating > p:last-of-type {
    font: 300 normal 14px/18px 'SourceSansPro', Arial, Helvetica, sans-serif;
    color: #545454;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
/*  =========================================================
graph
========================================================= */
@media screen {
  .hostDetailRating__graph {
    vertical-align: middle;
  }
  .hostDetailRating__graph > span {
    display: block;
    box-sizing: border-box;
    height: 24px;
    padding-left: 10px;
    font: 400 normal 14px/24px 'SourceSansPro', Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #737865;
  }
}
