/*! , Compiled at 2025-09-26 10:40:09 */
/**
 * Rheinhessen Portal 2014
 *
 * 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       http://www.infomax-it.de
 * @author     Andreas Rappel <andreas.rappel@cebesoft.com
 * @since      27.06.2022
 * @version    $Id$
 **/
/*  =========================================================
basic structure
toggle
list
list item
========================================================== */
/*  =========================================================
basic structure
========================================================== */
#blogCategories {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
/*  =========================================================
toggle
========================================================== */
#blogCategories__toggle {
  -ms-flex-align: center;
      align-items: center;
  background-color: #c08700;
  box-sizing: border-box;
  column-gap: 10px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
@media (min-width: 800.1px) {
  #blogCategories__toggle {
    padding: 21px 25px 18px;
  }
}
@media (max-width: 800px) {
  #blogCategories__toggle {
    padding: 11px 15px 12px;
  }
}
@media (min-width: 800.1px) {
  #blogCategories__toggle::before {
    font: 400 normal 14px/14px 'icomoon';
  }
}
@media (max-width: 800px) {
  #blogCategories__toggle::before {
    font: 400 normal 12px/12px 'icomoon';
  }
}
#blogCategories:not(.blogCategories--open) #blogCategories__toggle::before {
  content: '\e90c';
}
#blogCategories.blogCategories--open #blogCategories__toggle::before {
  content: '\e90b';
}
#blogCategories__toggle__text {
  text-decoration: underline;
}
@media (min-width: 800.1px) {
  #blogCategories__toggle__text {
    font: 400 normal 18px/1.1em Arial, sans-serif;
  }
}
@media (max-width: 800px) {
  #blogCategories__toggle__text {
    font: 400 normal 16px/1.1em Arial, sans-serif;
  }
}
/*  =========================================================
list
========================================================== */
#blogCategories__list {
  background-color: #3d3d3d;
  border-top: 1px #fff solid;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 10px 25px;
  row-gap: 10px;
  width: 100%;
}
@media (min-width: 800.1px) {
  #blogCategories__list {
    column-gap: 10px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (max-width: 800px) {
  #blogCategories__list {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
/* show/hide animation */
#blogCategories__list:not([style]) {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
#blogCategories__list:not(.blogCategories__list--noAnim) {
  transition: margin-top 0.35s ease;
}
#blogCategories:not(.blogCategories--open) #blogCategories__list {
  pointer-events: none;
}
#blogCategories.blogCategories--open #blogCategories__list {
  margin-top: 0 !important;
}
/*  =========================================================
list item
========================================================== */
.blogCategories__item__link {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
@media (min-width: 800.1px) {
  .blogCategories__item__link {
    font: 400 normal 16px/1.1em Arial, sans-serif;
  }
}
@media (max-width: 800px) {
  .blogCategories__item__link {
    font: 400 normal 14px/1.1em Arial, sans-serif;
  }
}
