/**
 * 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      17.03.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
columned textAreas
icon
lists
========================================================== */
/*  =========================================================
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 h1,
  .baseArticle h2,
  .baseArticle h3,
  .baseArticle h4,
  .baseArticle h5,
  .baseArticle h6 {
    font-family: 'HamburgSans', 'Open Sans', Arial, sans-serif;
  }
  .baseArticle h1 {
    font: 600 4.8rem/1.25em 'HamburgSans', 'Open Sans', Arial, sans-serif;
    font-size: 4.8rem;
    color: #000;
    text-align: left;
    margin: 0px 0px 6rem 0px;
  }
  .baseArticle h1 > small {
    font-size: 1.8rem;
    line-height: 1.25em;
    display: block;
    margin-top: 10px;
  }
  .baseArticle h1 > em {
    color: #999;
  }
  .baseArticle h2 {
    font-size: 4.8rem;
    line-height: 1.25em;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0px 0px 6rem 0px;
  }
  .baseArticle h3 {
    font-size: 2.8rem;
    line-height: 1.07142857em;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 0px 0px 2rem 0px;
  }
  .baseArticle h4 {
    font-size: 2.8rem;
    line-height: 1.07142857em;
    font-weight: 400;
    color: #000;
    text-align: left;
    margin: 0px 0px 1.5rem 0px;
  }
  .baseArticle h5 {
    font-size: 2.2rem;
    line-height: 1.36363636em;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 0px 0px 2rem 0px;
  }
}
/* text variations on note sections */
@media screen {
  .sectionNote .baseArticle h3 {
    color: #e10019;
    padding-left: 72px;
  }
  .sectionNote .baseArticle h3:before {
    content: '\e90c';
    display: inline-block;
    vertical-align: middle;
    font: 400 normal 6.5rem 'icomoon';
    width: 72px;
    text-align: left;
    margin: 0px 0px 0px -72px;
  }
}
/* text variations on tab content */
@media screen {
  .tabArticle__contentCollection__content h2 {
    font-size: 3.8rem;
    line-height: 1.25em;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 0px 0px 3rem 0px;
  }
  .tabArticle__contentCollection__content p > .event-deadline {
    font-size: 2.2rem;
    line-height: 1.25em;
    font-weight: 600;
    color: #000;
  }
}
