/*! otm, Compiled at 2025-12-04 12:09:41 */
/**
 * Oldenburg
 *
 * 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     Steven Schöning <schoening@infomax-it.de>
 * @since      2016-11-14
 * @version    $$Id$$
 **/
/**
 * OTM - Hauptportal 2016
 *
 * 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  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage contentArticle
 * @author     gueldner
 * @since      13.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
headlines
text
lists
tables
module "imageDownload"
========================================================== */
/*  =========================================================
basic config
========================================================= */
/* dimensions */
/* ultra tiny introduced for iPhone 5s */
/* corporate design */
/* @see src/portal/assets/styles/_brand for css variables */
/* other colors */
/* percentage dimensions */
/* percentage margins */
/* percentage paddings */
/* default font settings */
/* vertical aligns */
.verticalAlignHelper {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  margin: 0;
}
/*  =========================================================
general structure
========================================================= */
@media all {
  .accordion .accordion__wrap {
    overflow: hidden;
  }
  /*  =========================================================
  tab
  ========================================================== */
  .accordion__tab {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #E5E5E6;
    box-sizing: border-box;
    color: rgb(var(--color-text-default));
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 10px 18px 10px 20px;
    font: 400 normal 20px/1.1em 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.1em;
  }
  html.-css-microsite-club .accordion__tab {
    font: 600 normal 18px/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5em;
  }
  .accordion__tab::after {
    content: '\e923';
    font: 400 normal 32px/32px 'icomoon';
  }
  .accordion__tab.active::after {
    content: '\e91c';
  }
  .accordion__item .accordion__tab:not(.active)::after {
    content: '\e923';
  }
  .accordion__item .accordion__tab::after {
    content: '\e91c';
  }
  /*  =========================================================
  content
  ========================================================== */
  .accordion__content {
    padding: 10px 0 0 0;
  }
  .accordion__content .accordion__content__textWithImage {
    margin: 20px 0 0 20px;
  }
  .accordion__content .accordion__content__textWithImage figure {
    display: inline-block;
  }
  .accordion__tab.active + .accordion__content {
    display: block;
  }
  .accordion__item .accordion__tab:not(.active) + .accordion__content {
    display: none;
  }
  .accordion__item:focus-within .accordion__content {
    display: block;
  }
  .accordion__content__wrap {
    color: rgb(var(--color-text-default));
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    font: 400 normal 17px/1.6em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 1.6em;
  }
  html.-css-microsite-club .accordion__content__wrap {
    font: 400 normal 18px/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5em;
  }
  .accordion__content__wrap .accordion__content__wrap_byline {
    margin: 20px 0 0 0;
  }
  .accordion__content__wrap li::marker {
    color: rgb(var(--color-text-default));
    font-size: 28px;
  }
  /*  =========================================================
  content text styles
  ========================================================== */
  .accordion__content :is(h1, h2, h3) {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  .accordion__content :is(h1, h2, h3):not(:last-child) {
    margin: 0 0 15px 0;
  }
  .accordion__content :is(h1, h2, h3):last-child {
    margin: 0;
  }
  .accordion__content h1 {
    font: 400 normal 22px/1.23809524em 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.23809524em;
  }
  html.-css-microsite-club .accordion__content h1 {
    font: 400 normal 2.2rem/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1.5em;
  }
  .accordion__content h2 {
    font: 400 normal 21px/1.23809524em 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 1.23809524em;
  }
  html.-css-microsite-club .accordion__content h2 {
    font: 400 normal 2.1rem/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.1rem;
    line-height: 1.5em;
  }
  .accordion__content h3 {
    font: 400 normal 20px/1.23809524em 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.23809524em;
  }
  html.-css-microsite-club .accordion__content h3 {
    font: 400 normal 2rem/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.5em;
  }
  .accordion__content p {
    font: inherit;
  }
  .accordion__content p:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .accordion__content p:last-child {
    margin: 0;
  }
  .accordion__content :is(b, strong) {
    font-weight: 700;
  }
  .accordion__content em {
    font-style: italic;
  }
  .accordion__content a {
    text-decoration: underline;
    text-underline-position: under;
  }
}
@media all and (min-width: 600.1px) {
  .accordion__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 600px) {
  .accordion__item:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 700px) {
  .accordion__tab {
    font-size: 2.57142857rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .accordion__tab {
    font-size: 1.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .accordion__tab {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .accordion__tab {
    font-size: 2rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .accordion__content__wrap {
    font-size: 1.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .accordion__content__wrap {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .accordion__content__wrap {
    font-size: 2rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .accordion__content h1 {
    font-size: 2.44444444rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .accordion__content h1 {
    font-size: 2.625rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .accordion__content h1 {
    font-size: 2.85714286rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .accordion__content h2 {
    font-size: 2.11111111rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .accordion__content h2 {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .accordion__content h2 {
    font-size: 2.42857143rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .accordion__content h3 {
    font-size: 2rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .accordion__content h3 {
    font-size: 2.125rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .accordion__content h3 {
    font-size: 2.28571429rem;
  }
}
