/*! otm, Compiled at 2025-12-04 12:09:41 */
/**
 * Oldenburg
 *
 * 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  2017 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @author     Matthias Kracke <kracke@infomax-it.de>
 * @since      2017-01-25
 * @version    $$Id$$
 **/
/**
 * OTM - Hauptportal 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  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage fullMap
 * @author     gueldner
 * @since      25.10.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
footer
cluster icon
========================================================== */
/*  =========================================================
basic config
========================================================= */
/* dimensions */
/* ultra tiny introduced for iPhone 5s */
/* corporate design */
/* @see src/portal/assets/styles/_brand for css variables */
/* other colors */
/* percentage dimensions */
/* percentage margins */
/* percentage paddings */
/* default font settings */
/* vertical aligns */
.verticalAlignHelper {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  margin: 0;
}
/*  =========================================================
general structure
========================================================= */
@media all {
  #fullMap {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
  }
  #fullMap ~ .cmplazypreviewiframe {
    position: fixed !important;
    background: 0 #e5e5e6 !important;
    top: 70px;
    left: 0;
    z-index: 200;
    display: inline-block;
    width: 100% !important;
    height: 100% !important;
  }
  #fullMap__mapContainer {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
/*  =========================================================
footer
========================================================= */
@media all {
  #fullMap__footer {
    pointer-events: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
  }
}
@media all {
  #fullMap__footer > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
@media all {
  #fullMap__footer > ul > li {
    pointer-events: visible;
    display: inline-block;
    font: 400 normal 14px/1em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1em;
    color: rgb(var(--color-black));
  }
  #fullMap__footer > ul > li:not(:last-child)::after {
    content: '–';
  }
  #fullMap__footer > ul > li > a {
    display: inline-block;
    padding: 15px 10px;
    text-decoration: underline;
  }
}
/*  =========================================================
cluster icon
========================================================= */
@media all {
  .imx-cluster > span {
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    font: 700 normal 26px/60px 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
  }
}
