/**
 * Typo3
 *
 * For the full copyright and license information, please read the
 * LICENSE.txt file that was distributed with this source code.
 *
 * @category  Cgi
 * @package   Symmetrics
 * @author    CGI <info.de@cgi.com>
 * @copyright 2016 CGI
 * @license   http://opensource.org/licenses/GPL-2.0  GNU General Public License, version 2 (GPL-2.0)
 */
.page-header {
  background: #000;
}
.page-header-container .logo {
  height: 25px;
  margin: 8px 53px 0 0;
  min-height: 0;
  padding: 0;
  width: auto;
}
.page-header-container .logo img {
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .page-header-container .logo {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
