/**
 * 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 sliderArticle
 * @author     gueldner
 * @since      17.03.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
image
text
========================================================== */
/*  =========================================================
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;
}
/*  =========================================================
image
========================================================= */
@media screen {
  .sliderArticle__row > article > figure {
    margin: 0px;
    overflow: hidden;
  }
  .sliderArticle__row > article > figure > img {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 801px) {
  .sliderArticle__row > article > figure {
    height: 0px;
    padding-bottom: 32.12962963%;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .sliderArticle__row > article > figure {
    height: 0px;
    padding-bottom: 64.25925926%;
    position: relative;
  }
}
@media screen and (min-width: 801px) {
  .sliderArticle__row > article > figure {
    padding-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .sliderArticle__row > article > figure {
    margin-bottom: 20px;
  }
}
/*  =========================================================
text
========================================================= */
@media screen {
  .sliderArticle__row > article h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 2.2rem;
    line-height: 1.27272727em;
    font-weight: 400;
    color: #000;
    margin: 0px 0px 2rem 0px;
  }
  .sliderArticle__row > article p.description {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.44444444em;
    font-weight: 400;
    color: #666;
    margin: 0px 0px 2rem 0px;
  }
  .sliderArticle__row > article h3 + .description {
    margin-top: -2rem;
  }
  .sliderArticle__row > article p:not([class]) {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.66666667em;
    font-weight: 400;
    color: #666;
    margin: 0px 0px 2rem 0px;
  }
}
@media screen and (min-width: 801px) {
  .sliderArticle__row > article > div {
    padding-left: 20px;
  }
}
