/*! 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.
========================================================= */
@media screen and (max-width: 1000px) {
  .tabAccordion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    margin-bottom: 0 !important;
  }
  .tabAccordion h5 {
    margin: 0;
  }
  .tabAccordion h5 button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 100%;
    font: 700 normal 25px/1 'BebasNeue', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    border: none;
    padding: 10px;
    background: #fff;
    color: #545454;
    width: 100%;
  }
  .tabAccordion h5 button[aria-expanded=false] .icon-arrowTop,
  .tabAccordion h5 button[aria-expanded=true] .icon-arrowBottom {
    display: none;
  }
  .tabAccordion section .accordion__content {
    display: none;
  }
  .tabAccordion section.active .accordion__content {
    margin: 20px 0;
    display: block;
  }
  .tabAccordion section::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #545454;
  }
}
@media screen and (min-width: 1001px) {
  .tabAccordion {
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .tabAccordion h5 {
    margin: 0;
  }
  .tabAccordion h5 button {
    height: 100%;
    font: 700 normal 25px/1 'BebasNeue', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    border: none;
    padding: 10px;
    background: #fff;
    color: #545454;
    border-left: 2px solid #545454;
    border-bottom: 2px solid #545454;
  }
  .tabAccordion h5 button[aria-expanded=true] {
    background: #545454;
    color: #fff;
  }
  .tabAccordion h5 button [class*=icon-arrow] {
    display: none;
  }
  .tabAccordion h5:last-of-type button {
    border-right: 2px solid #545454;
  }
  .tabAccordion section {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 20px;
    display: none;
  }
  .tabAccordion section.active {
    display: block;
  }
}
