/*! eifel, Compiled at 2025-06-11 12:41:03 */
/**
 * 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  2022 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Florian Müller <mueller@infomax-it.de>
 * @since      26.07.22
 */
/**
 * 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  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Benjamin Hofmann <hofmann@infomax-it.de>
 * @since      2021-11-29
 */
/**

Navigation:
A.

**/
/*  =========================================================
 =A.
========================================================= */
/**
 * 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  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Benjamin Hofmann <hofmann@infomax-it.de>
 * @since      2021-11-29
 */
/**

Navigation:
A.

**/
/*  =========================================================
 =A.
========================================================= */
.tooltip {
  position: absolute;
  background: #000;
  color: #fff;
  white-space: nowrap;
  padding: 10px 15px;
  font: 400 normal 15px/10px 'SourceSansPro', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
}
.tooltip .icon-closer {
  margin-left: 10px;
  font-size: 10px;
}
.tooltip--closed {
  display: none;
}
.tooltip::before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  display: block;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  background: #000;
}
.tooltip--bottomRight {
  right: 0;
  bottom: 100%;
  margin-bottom: 10px;
}
.tooltip--bottomRight::before {
  top: calc(100% - 7px);
  right: 10px;
}
.tooltip--topRight {
  right: 0;
  top: 100%;
  margin-top: 10px;
}
.tooltip--topRight::before {
  bottom: calc(100% - 7px);
  right: 10px;
}
.tooltip--topLeft {
  left: 0;
  top: 100%;
  margin-top: 10px;
}
.tooltip--topLeft::before {
  bottom: calc(100% - 7px);
  left: 10px;
}
.tooltip--topLeft {
  left: 0;
  top: 100%;
  margin-top: 10px;
}
.tooltip--topLeft::before {
  bottom: calc(100% - 7px);
  left: 10px;
}
