/**
 * imxPlattform - apiDoc 2018
 *
 * 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  2018 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage base
 * @author     gueldner
 * @since      12.11.2018
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure setup
general font setup
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*dimensions*/
/*corporate design*/
/*50 shades of grey*/
/*other colors*/
/*percentage dimensions*/
/*percentage margins*/
/*percentage paddings*/
/*default font settings*/
/*  =========================================================
general structure setup
========================================================= */
html {
  height: auto;
  background: #fff;
  overflow-x: hidden;
}
html,
body {
  margin: 0px;
  border: 0px;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
html.-state-noScroll,
html.-state-noScroll > body {
  overflow-y: hidden;
}
@media (min-width: 1001px) {
  body {
    padding-top: 150px;
  }
}
@media (max-width: 1000px) {
  body {
    padding-top: 80px;
  }
}
a > img {
  border: 0px none;
}
hr {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid;
}
.swagger-ui .opblock.opblock-get .opblock-summary {
  border-color: #0A2663;
}
/*  =========================================================
general font setup
========================================================= */
a {
  cursor: pointer;
  color: inherit;
}
button {
  cursor: pointer;
}
/* global font size setting (can be corrected localy in each module) */
@media (min-width: 1441px) {
  html {
    font-size: 0.6875em;
  }
}
@media (max-width: 1440px) and (min-width: 1001px) {
  html {
    font-size: 0.625em;
  }
}
@media (max-width: 1000px) and (min-width: 551px) {
  html {
    font-size: 0.5625em;
  }
}
@media (max-width: 550px) {
  html {
    font-size: 0.5em;
  }
}
/*# sourceMappingURL=_init.css.map */