/**
 * 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 base
 * @author     gueldner
 * @since      29.02.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure setup
general font setup
tools
sections
image copyrights
========================================================== */
/*  =========================================================
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 setup
========================================================= */
@media screen {
  html {
    height: auto;
    background: #fff;
  }
  html,
  body {
    text-align: center;
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    background: #fff;
    -webkit-transition: padding-top 0.5s ease;
    transition: padding-top 0.5s ease;
  }
  body.-flag-pageHeaderContentPage {
    padding-top: 0;
  }
  a > img {
    border: 0px none;
  }
  hr {
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid;
  }
}
@media screen and (min-width: 801px) {
  body:not(.-flag-pageHeaderInvisible):not(.-flag-pageHeaderContentPage):not(.-flag-pageHeaderShrinked) {
    padding-top: 92px;
  }
  body:not(.-flag-pageHeaderInvisible):not(.-flag-pageHeaderContentPage).-flag-pageHeaderShrinked {
    padding-top: 54px;
  }
}
@media screen and (max-width: 800px) {
  body:not(.-flag-pageHeaderInvisible):not(.-flag-pageHeaderContentPage) {
    padding-top: 54px;
  }
}
/* global font size setting (can be corrected localy in each module) */
@media screen and (min-width: 1401px) {
  html {
    font-size: 0.625em;
  }
}
@media screen and (max-width: 1400px) and (min-width: 801px) {
  html {
    font-size: 0.5625em;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 0.5em;
  }
}
/*  =========================================================
general font setup
========================================================= */
@media screen {
  strong {
    font: inherit;
  }
  em {
    font: inherit;
  }
  a {
    cursor: pointer;
    color: inherit;
  }
  button {
    cursor: pointer;
  }
}
/*  =========================================================
tools
========================================================= */
@media screen {
  .closing:after,
  .closer {
    content: '';
    clear: both;
    display: block;
    margin: 0px!important;
    padding: 0px!important;
    background: transparent!important;
  }
  .none,
  .hide {
    display: none!important;
  }
  .noMargin {
    margin: 0px !important;
  }
  .noPadding {
    padding: 0px !important;
  }
  .noBorder {
    border: 0px none transparent !important;
  }
  .leftAlign {
    text-align: left;
  }
  .rightAlign {
    text-align: right;
  }
  .verticalAlign:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
    margin: 0px;
  }
}
@media screen {
  #flag__noDropDown__noOffCanvas {
    position: fixed;
    opacity: 0;
    left: -20px;
    top: 0px;
  }
}
/*  =========================================================
sections
========================================================= */
@media screen {
  section:not([class]) {
    padding: 8rem 0px 12rem 0px;
  }
  section:not(:last-of-type) {
    border-bottom: 1px #e6e6e6 solid;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  }
}
/*  =========================================================
image copyrights
========================================================= */
@media screen {
  .figurecopyright {
    position: absolute;
    bottom: 1.6rem;
    left: 2rem;
    font: 700 normal 1.5rem 'Open Sans', Arial, sans-serif;
    color: #fff;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    text-align: left;
  }
}
