/**
 * 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 pageHeader
 * @author     gueldner
 * @since      29.02.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
========================================================== */
/*  =========================================================
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 {
  #pageHeader__logo {
    display: block;
  }
  #pageHeader__logo > img {
    display: block;
  }
}
@media screen {
  #pageHeader__logo__main {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #pageHeader__logo__bug {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 801px) {
  #pageHeader__logo__main {
    width: 158px;
    height: 43px;
    margin: 18px 0px 10px 10px;
  }
}
@media screen and (max-width: 800px) {
  #pageHeader__logo__main {
    width: 107px;
    margin: 12px 0px 5px 10px;
  }
}
@media screen and (min-width: 801px) {
  #pageHeader__logo__bug {
    width: 240px;
  }
}
@media screen and (max-width: 800px) {
  #pageHeader__logo__bug {
    width: 140px;
  }
}
@media screen and (min-width: 801px) {
  body.-flag-pageHeaderShrinked #pageHeader__logo__main {
    width: 107px;
    height: 29px;
    margin: 8px 0px 8px 10px;
  }
  body:not(.-flag-pageHeaderShrinked) #pageHeader__logo__main {
    width: 158px;
    margin: 18px 0px 10px 10px;
  }
}
