/**
 * @module          Accordion
 * @author          ISB
 * @copyright       2019-2024 ISB
 * @link            https://www.internet-service-berlin.de
 * @license         GNU General Public License 3 (see info.php)
 * @license_terms   see license
 *
 */
 
.ui.styled.accordion, .ui.styled.accordion .accordion {width:100%;background:#fdf8ec;box-shadow:none;padding:20px;border-radius:10px;}
.ui.styled.accordion .accordion > .title, .ui.styled.accordion > .title {color:#fff;background:#15394b;font-family:'assistant-bold',sans-serif;font-weight:normal;border:0;border-radius:10px;margin:0 0 10px 0;}
.ui.styled.accordion > .title:hover {color:#fff;background:#871c35;}
.ui.styled.accordion .active.title, .ui.styled.accordion[open] > .title {color:#357a9c;background:#fdf8ec;}