/**
 * 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
grid adds
========================================================== */
/*  =========================================================
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 {
    width: 100%;
    display: block;
    position: fixed;
    left: 0px;
    z-index: 6;
    background: #fff;
    border-bottom: 1px #e6e6e6 solid;
    -webkit-transition: top 0.5s ease, height 0.5s ease, left 0.5s ease;
    transition: top 0.5s ease, height 0.5s ease, left 0.5s ease;
  }
  body:not(.-flag-pageHeaderInvisible) #pageHeader {
    top: 0px;
  }
  body.-flag-pageHeaderContentPage #pageHeader {
    width: -webkit-calc(66.66666667% - 40px);
    width: calc(66.66666667% - 40px);
    max-width: 1080.00000006px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 801px) {
  #pageHeader {
    height: 92px;
  }
}
@media screen and (max-width: 800px) {
  #pageHeader {
    height: 54px;
  }
}
@media screen and (min-width: 801px) {
  body.-flag-pageHeaderInvisible #pageHeader {
    top: -106px;
  }
}
@media screen and (max-width: 800px) {
  body.-flag-pageHeaderInvisible #pageHeader {
    top: -75px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 801px) {
  body.-flag-pageHeaderContentPage #pageHeader {
    width: -webkit-calc(83.33333333% - 40px);
    width: calc(83.33333333% - 40px);
  }
}
@media screen and (max-width: 800px) and (min-width: 501px) {
  body.-flag-pageHeaderContentPage #pageHeader {
    width: -webkit-calc(83.33333333% - 40px);
    width: calc(83.33333333% - 40px);
  }
}
@media screen and (max-width: 500px) {
  body.-flag-pageHeaderContentPage #pageHeader {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
@media screen {
  #pageHeader .ui-grid-col-8 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 40px 0 0;
    margin-left: 20px;
  }
  body.-flag-pageHeaderContentPage #pageHeader .ui-grid-col-8 {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 801px) {
  body.-flag-pageHeaderShrinked #pageHeader {
    height: 54px;
  }
  body:not(.-flag-pageHeaderShrinked) #pageHeader {
    height: 92px;
  }
}
/*  =========================================================
grid adds
========================================================= */
@media screen {
  #pageHeader > .ui-grid {
    position: relative;
  }
}
@media screen {
  #pageHeader .ui-grid-col-8 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
