/**
 * Hamburg Convention Bureau - Eventlotse 2016
 *
 * 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  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage baseArticle
 * @author     gueldner
 * @since      29.02.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
columned textAreas
icon
========================================================== */
/*  =========================================================
basic config
========================================================= */
/* dimensions */
/* path variables */
/*corporate design*/
/*text*/
/*backgrounds*/
/*table colors*/
/*other colors*/
/*percentage dimensions*/
/*percentage margins*/
/*percentage paddings*/
/*vertical aligns*/
.verticalAlignHelper {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin: 0px;
}
/*  =========================================================
general structure
========================================================= */
@media screen {
  .baseArticle {
    font-family: 'Open Sans', Arial, sans-serif;
  }
  .baseArticle .description {
    font-size: 1.8rem;
    line-height: 1.55555556em;
    font-weight: 400;
    color: #666;
    text-align: left;
    margin: 0px 0px 2rem 0px;
  }
  .baseArticle p.error {
    font-size: 1.5rem;
    line-height: 1.66666667em;
    font-weight: 400;
    color: #e10019;
    text-align: left;
    margin: 0px 0px 2rem 0px;
  }
  .baseArticle p:not([class]) {
    font-size: 1.5rem;
    line-height: 1.66666667em;
    font-weight: 400;
    color: #666;
    text-align: left;
    margin: 0px 0px 3rem 0px;
  }
  .baseArticle a:not([class]) {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.66666667em;
    font-weight: 600;
    color: #003063;
    text-decoration: none;
    margin: 0px 0px 3rem 0px;
  }
  .baseArticle ol,
  .baseArticle ul {
    margin: 0px 0px 3rem 0px;
  }
  .baseArticle li{
    font-size: 1.5rem;
    line-height: 1.66666667em;
    font-weight: 400;
    color: #666;
  }
  .baseArticle .ui-button:last-child {
    margin-bottom: 3rem;
  }
  .baseArticle .ui-button:only-of-type {
    margin-top: 0;
  }
}
/*  =========================================================
columned textAreas
========================================================= */
@media screen and (max-width: 800px) {
  .baseArticle > .ui-grid-row > article {
    margin: 30px 0px;
  }
}
/*  =========================================================
icon
========================================================= */
@media screen {
  .baseArticle__icon {
    font-size: 10rem;
    color: #003063;
    margin: 2rem 0px;
    display: inline-block;
  }
}
