/*! otm, Compiled at 2024-10-23 10:22:13 */
/**
 * 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 listElementGrey
 * @author     gueldner
 * @since      23.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
========================================================== */
/*  =========================================================
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 {
  .listElementGrey:not(:last-child) {
    margin-bottom: 50px;
  }
  .listElementGrey:first-child {
    margin-top: 30px;
  }
  .listElementGrey__contentContainer {
    background: #E5E5E6;
  }
}
@media all and (max-width: 700px) {
  .listElementGrey:not(:last-child) {
    margin-bottom: 30px;
  }
}
/**
 * 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 listElementGrey
 * @author     gueldner
 * @since      23.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
price element
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
general structure
========================================================= */
@media all {
  .listElementGrey__image {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
}
@media all and (min-width: 1001px) {
  .listElementGrey__image {
    width: 37%;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .listElementGrey__image {
    width: 50%;
  }
}
@media all and (max-width: 700px) {
  .listElementGrey__image {
    width: 100%;
  }
}
@media all {
  .listElementGrey__image > picture > img {
    display: block;
    width: 100%;
    height: 247px;
    object-fit: cover;
  }
}
/*  =========================================================
price element
========================================================= */
@media all {
  .listElementGrey__image__price {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    display: table;
    width: 90px;
    height: 90px;
    overflow: hidden;
    background: rgb(var(--color-white));
    border-radius: 50%;
  }
  .listElementGrey__image__price > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15%;
    font: 300 normal 10px/1em 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 10px;
    line-height: 1em;
    text-align: center;
  }
  .listElementGrey__image__price > div > strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 1em;
  }
  .listElementGrey__image__price--freeOfCharge div {
    padding: 0 5%;
    font-size: 15px;
  }
}
.listElementGrey__image__info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  font: 400 normal 16px/24px 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  background: rgb(var(--color-cdRed1));
  color: rgb(var(--color-white));
}
/**
 * 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 listElementGrey
 * @author     gueldner
 * @since      23.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
headlines
text
lists
date element
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
general structure
========================================================= */
@media all {
  .listElementGrey__text {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding: 23px 16px;
    vertical-align: top;
  }
  .listElementGrey__textContainer {
    display: inline-block;
  }
}
@media all and (max-width: 700px) {
  .listElementGrey__text {
    padding: 16px;
  }
}
@media all and (min-width: 1001px) {
  .listElementGrey__textContainer {
    width: 63%;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .listElementGrey__textContainer {
    width: 50%;
  }
}
@media all and (max-width: 700px) {
  .listElementGrey__textContainer {
    width: 100%;
  }
}
/*  =========================================================
headlines
========================================================= */
@media all {
  .listElementGrey__text > h3 {
    font: 300 normal 30px/26px 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    line-height: 26px;
    margin: 0 0 15px 0;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  html.-css-microsite-club .listElementGrey__text > h3 {
    font: 400 normal 2.5rem/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.5em;
    color: rgb(var(--color-black));
    margin-bottom: 5px;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .listElementGrey__text > h3 {
    font-size: 2.55555556rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .listElementGrey__text > h3 {
    font-size: 2.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .listElementGrey__text > h3 {
    font-size: 2.85714286rem;
  }
}
/*  =========================================================
text
========================================================= */
@media all {
  .listElementGrey__text .text {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .listElementGrey__text p {
    font: 400 normal 16px/24px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(var(--color-button-default));
  }
  html.-css-microsite-club .listElementGrey__text p {
    font: 400 normal 18px/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5em;
  }
  .listElementGrey__text p.listElementGrey__text__subline {
    margin: -15px 0 15px 0;
  }
  .listElementGrey__text p:not(.listElementGrey__text__subline) {
    margin: 0 0 10px 0;
  }
  .listElementGrey__text p.date {
    font: 400 normal 2.2rem/1em MyriadPro, Arial, sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1em;
    margin-bottom: 0;
  }
  .listElementGrey__text p.authorList {
    font: 400 normal 2.2rem/1em MyriadPro, Arial, sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: -10px;
  }
}
@media all and (max-width: 1000px) {
  .listElementGrey__text .text {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .listElementGrey__text p {
    font-size: 1.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .listElementGrey__text p {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .listElementGrey__text p {
    font-size: 2rem;
  }
}
/*  =========================================================
lists
========================================================= */
@media all {
  .listElementGrey__text > ul {
    margin: 0 0 10px 0;
    padding: 0;
    font: rgb(var(--color-text-default));
  }
  .listElementGrey__text > ul > li {
    font: 400 normal 2.2rem/1.36363636em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1.36363636em;
    color: rgb(var(--color-text-default));
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 30px 0 0;
  }
  .listElementGrey__text > ul > li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 -20px;
    border-radius: 50%;
  }
  /* microsite specific */
  html:not(.-css-microsite-gruenkohl) .listElementGrey__text > ul > li::before {
    background: rgb(var(--color-cdOrange4));
  }
  html.-css-microsite-gruenkohl .listElementGrey__text > ul > li::before {
    background: #006b37;
  }
}
/*  =========================================================
categories element
========================================================= */
@media all {
  .listElementGrey__text__categories {
    font: 400 normal 14px/24px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: rgb(var(--color-button-default));
    margin-bottom: 5px;
    padding-top: 5px;
  }
  .listElementGrey__text__categories > .listElementGrey__text__categories__element {
    font: 300 normal 2.2rem/1em 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1em;
  }
  html.-css-microsite-club .listElementGrey__text__categories > .listElementGrey__text__categories__element {
    font: 400 normal 1.4rem/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .listElementGrey__text__categories > .listElementGrey__text__categories__element:not(:last-of-type) {
    padding-right: 10px;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .listElementGrey__text__categories > .listElementGrey__text__categories__element {
    font-size: 1.55555556rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .listElementGrey__text__categories > .listElementGrey__text__categories__element {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .listElementGrey__text__categories > .listElementGrey__text__categories__element {
    font-size: 2rem;
  }
}
/*  =========================================================
info element
========================================================= */
.listElementGrey__text__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 15px;
  font: 400 normal 16px/24px 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgb(var(--color-button-default));
}
html.-css-microsite-club .listElementGrey__text__info {
  font: 300 normal 1.4rem/1.5em 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5em;
}
@media (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .listElementGrey__text__info {
    font-size: 1.55555556rem;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .listElementGrey__text__info {
    font-size: 1.75rem;
  }
}
@media (max-width: 700px) {
  html.-css-microsite-club .listElementGrey__text__info {
    font-size: 2rem;
  }
}
@media (max-width: 1000px) {
  .listElementGrey__text__info {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
.listElementGrey__text__info .info {
  white-space: nowrap;
}
.listElementGrey__text__info .info .info__text {
  white-space: normal;
  margin-left: 3px;
}
.listElementGrey__text__info .info:not(:last-child) {
  margin-right: 20px;
}
.listElementGrey__text__info--cancelled .info--date .info__text,
.listElementGrey__text__info--cancelled .info--time .info__text {
  text-decoration: line-through;
}
/*  =========================================================
button element
========================================================= */
.listElementGrey .button {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
/**
 * 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 listElementGrey
 * @author     gueldner
 * @since      23.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
headlines
text
lists
date element
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
general structure
========================================================= */
.listElementGrey__separator {
  font: 300 normal 35px/40px 'HalvarEngschrift', Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 35px;
  line-height: 40px;
  overflow: hidden;
}
html.-css-microsite-club .listElementGrey__separator {
  font: 400 normal 3rem/1.5em 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.5em;
}
@media (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .listElementGrey__separator {
    font-size: 3.11111111rem;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .listElementGrey__separator {
    font-size: 3.25rem;
  }
}
@media (max-width: 700px) {
  html.-css-microsite-club .listElementGrey__separator {
    font-size: 3.42857143rem;
  }
}
.listElementGrey__separator .text {
  background: rgb(var(--color-white));
  padding-right: 2px;
  position: relative;
}
.listElementGrey__separator .text::before {
  content: ' ';
  height: 1px;
  width: 100vw;
  display: block;
  background: rgb(var(--color-black));
  top: calc(50% - 1px);
  position: absolute;
  left: calc(100% + 15px);
}
@media (max-width: 700px) {
  .listElementGrey__separator .text::before {
    top: 97%;
    left: 0;
  }
}
.infinite__list__page + .infinite__list__page .listElementGrey__separator,
.listElementGrey + .listElementGrey .listElementGrey__separator {
  padding-top: 30px;
}
