/*! eifel, Compiled at 2021-09-27 14:19:28 */
/**
 * Eifel
 *
 * 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
 * @author     Benjamin Hofmann <hofmann@infomax-it.de>
 * @since      2016-02-19
 * @version    $$Id$$
 **/
/**

Navigation:
A. Stylized map

**/
/*  =========================================================
 =A. Stylized map
========================================================= */
@media screen {
  .stylizedMap {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .stylizedMap .mapPoi {
    position: absolute;
    /* exact coordinates are set by using calculated inline styles */
    z-index: 1;
    display: block;
    height: 60px;
    width: 42px;
  }
  .stylizedMap > img {
    width: 100%;
    height: auto;
  }
  .stylizedMap .mapPoi:before {
    content: '';
    display: block;
    height: 60px;
    width: 42px;
    position: absolute;
    top: -60px;
    left: 21px;
    background: url('../images/objects/mapPoi--transparent.31a0f90f.svg') 50% 50% no-repeat;
    background-size: 42px auto;
  }
}
