/*! otm, Compiled at 2025-09-05 09:02:45 */
/**
 * 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 listElement
 * @author     gueldner
 * @since      24.10.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
map container
========================================================== */
/*  =========================================================
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 {
  .mapList {
    overflow: hidden;
  }
  .contentArticle--intro ~ .stickyButtons + .mapList {
    padding-top: 0;
  }
}
/*  =========================================================
map container
========================================================= */
@media all {
  .mapList__map {
    position: relative;
  }
}
@media all and (max-width: 700px) {
  .mapList__map {
    display: none;
  }
}
@media all {
  .mapList__map__mapContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .mapList__map__mapContainer .cmplazypreviewiframe {
    position: relative !important;
    background: 0 #e5e5e6 !important;
    top: 0;
    left: 0;
    z-index: 200;
    display: inline-block;
    width: 100% !important;
    height: 100% !important;
  }
  .mapList__map__mapContainer .cmplazypreviewiframe .cmplazypreviewmsg {
    top: 10vw;
  }
  .mapList__map__openMap {
    position: absolute;
    height: 24px;
    z-index: 1;
  }
}
/**
 * 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 listElement
 * @author     gueldner
 * @since      24.10.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
image
speech booble
text
map poi
static map
========================================================== */
/*  =========================================================
basic config
========================================================= */
/**
 * 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  2020 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Florian Sauer <sauer@infomax-it.de>
 * @since      2020-12-03
 */
/*  =========================================================
general structure
========================================================= */
@media all {
  .mapList__list__element {
    text-align: left;
    position: relative;
  }
  .mapList__list__element:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 700px) {
  .mapList__list__element {
    overflow-y: hidden;
  }
}
@media all {
  .mapList__list__element::after {
    position: absolute;
    top: 50%;
    right: 100%;
    display: block;
    width: 35px;
    height: 35px;
    margin-top: -12px;
    -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg);
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  /* microsite specific */
  html:not(.-css-microsite-gruenkohl) .mapList__list__element::after {
    background: linear-gradient(135deg, rgb(var(--color-cdRed1)) 50%, rgba(210, 73, 42, 0) 51%);
  }
  html.-css-microsite-gruenkohl .mapList__list__element::after {
    background: linear-gradient(135deg, #006b37 50%, rgba(0, 107, 55, 0) 51%);
  }
  .mapList__list__element.mapList__list__element--active::after,
  .mapList__list__element:active::after,
  .mapList__list__element:focus::after,
  .mapList__list__element:hover::after {
    content: '';
  }
}
/*  =========================================================
image
========================================================= */
@media all {
  .mapList__list__element__image {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 62.31884058%;
  }
}
@media all {
  .mapList__list__element__image > picture {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .mapList__list__element__image > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: auto;
  }
}
/*  =========================================================
speech booble
========================================================= */
@media all {
  .mapList__list__element__image__speechBooble {
    position: absolute;
    left: 0;
    bottom: 50px;
    box-sizing: border-box;
  }
  .mapList__list__element__image__speechBooble--teaserTextBlockColorDefault,
  .mapList__list__element__image__speechBooble--teaserTextBlockColorYellow {
    color: rgb(var(--color-black));
  }
  .mapList__list__element__image__speechBooble--teaserTextBlockColorRed {
    color: rgb(var(--color-white));
  }
  html:not(.-css-microsite-club) .mapList__list__element__image__speechBooble > h3:first-child,
  html:not(.-css-microsite-club) .mapList__list__element__image__speechBooble > .subtitle:first-child {
    -webkit-clip-path: polygon(13% 0, 13% 13px, calc(13% + 14px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(13% 0, 13% 13px, calc(13% + 14px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
  .mapList__list__element__image__speechBooble > h3:first-child {
    padding: 23px 15px 12px 15px;
  }
  .mapList__list__element__image__speechBooble > .subtitle:first-child {
    padding: 18px 15px 5px 15px;
  }
}
@media all and (min-width: 1401px) {
  .mapList__list__element__image__speechBooble {
    margin: 30px;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .mapList__list__element__image__speechBooble {
    margin: 20px;
  }
}
@media all and (max-width: 1000px) {
  .mapList__list__element__image__speechBooble {
    margin: 15px;
  }
}
@media all and (max-width: 700px) {
  .mapList__list__element__image__speechBooble > h3 {
    white-space: nowrap;
    overflow: hidden;
    width: calc(80vw - 30px);
    text-overflow: ellipsis;
  }
}
@media (max-width: 290px) {
  .mapList__list__element__image .mapList__list__element__image__speechBooble {
    margin: 0 10px -24px;
  }
}
@media (max-width: 355px) {
  .mapList__list__element__image .mapList__list__element__image__speechBooble > .subtitle {
    font-size: 12px;
  }
  .mapList__list__element__image .mapList__list__element__image__speechBooble > h3 {
    font-size: 25px;
  }
}
@media all {
  .mapList__list__element__image__speechBooble > h3 {
    line-height: 1em !important;
    padding: 10px 45px 12px 15px;
    margin: 0;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    position: relative;
    font: 400 normal 4rem/1em 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    line-height: 1em;
  }
  html.-css-microsite-club .mapList__list__element__image__speechBooble > h3 {
    font: 600 normal 2.5rem/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.5em;
    color: rgb(var(--color-black));
    margin-bottom: 5px;
  }
  .mapList__list__element__image__speechBooble > h3 > span {
    font-size: 17px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .mapList__list__element__image__speechBooble > h3 {
    font-size: 4.44444444rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .mapList__list__element__image__speechBooble > h3 {
    font-size: 2.55555556rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .mapList__list__element__image__speechBooble > h3 {
    font-size: 2.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .mapList__list__element__image__speechBooble > h3 {
    font-size: 2.85714286rem;
  }
}
@media all {
  .mapList__list__element__image__speechBooble > .subtitle {
    padding: 5px 15px;
    margin: 0;
    font: 400 normal 2rem/1em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 1em;
  }
  html.-css-microsite-club .mapList__list__element__image__speechBooble > .subtitle {
    font: 300 normal 1.6rem/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .mapList__list__element__image__speechBooble > .subtitle {
    font-size: 1.77777778rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .mapList__list__element__image__speechBooble > .subtitle {
    font-size: 1.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .mapList__list__element__image__speechBooble > .subtitle {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .mapList__list__element__image__speechBooble > .subtitle {
    font-size: 2rem;
  }
}
@media all {
  .mapList__list__element__image__speechBooble.mapList__list__element__image__speechBooble--teaserTextBlockColorDefault > .subtitle,
  .mapList__list__element__image__speechBooble.mapList__list__element__image__speechBooble--teaserTextBlockColorDefault > h3 {
    background: rgb(var(--color-white));
  }
  .mapList__list__element__image__speechBooble.mapList__list__element__image__speechBooble--teaserTextBlockColorRed > .subtitle,
  .mapList__list__element__image__speechBooble.mapList__list__element__image__speechBooble--teaserTextBlockColorRed > h3 {
    background: rgb(var(--color-cdRed1));
  }
  .mapList__list__element__image__speechBooble.mapList__list__element__image__speechBooble--teaserTextBlockColorYellow > .subtitle,
  .mapList__list__element__image__speechBooble.mapList__list__element__image__speechBooble--teaserTextBlockColorYellow > h3 {
    background: rgb(var(--color-cdYellow1));
  }
}
/*  =========================================================
button
========================================================= */
@media all {
  .mapList__list__element__image > .button {
    position: absolute;
  }
}
@media all and (min-width: 1401px) {
  .mapList__list__element__image > .button {
    bottom: 30px;
    right: 30px;
  }
}
@media all and (max-width: 1400px) {
  .mapList__list__element__image > .button {
    bottom: 20px;
    right: 20px;
  }
}
@media all and (max-width: 1000px) {
  .mapList__list__element__image > .button {
    display: none;
  }
}
/*  =========================================================
link
========================================================= */
@media all {
  .mapList__list__element__image > a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -100%;
  }
}
/*  =========================================================
text
========================================================= */
@media all {
  .mapList__list__element__text {
    color: rgb(var(--color-black));
  }
}
@media all and (min-width: 701px) {
  .mapList__list__element__text {
    padding: 20px;
  }
}
@media all and (max-width: 700px) {
  .mapList__list__element__text {
    padding: 20px 0;
  }
}
@media all {
  .mapList__list__element__text > h3 {
    margin: 0;
    font: 300 normal 5rem/1em 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 5rem;
    line-height: 1em;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .mapList__list__element__text > h3 {
    font-size: 4.44444444rem;
  }
}
@media all {
  .mapList__list__element__text > .subtitle {
    margin: 0 0 5px 0;
    display: block;
    font: 400 normal 18px/25px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
  }
  /* microsite specific */
  html:not(.-css-microsite-gruenkohl) .mapList__list__element__text > .subtitle > strong {
    color: rgb(var(--color-cdOrange4));
  }
  html.-css-microsite-gruenkohl .mapList__list__element__text > .subtitle > strong {
    color: #006b37;
  }
}
@media all {
  .mapList__list__element__text > p {
    margin: 0 0 5px 0;
    font: 400 normal 18px/25px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
  }
}
@media all {
  .mapList__list__element__text > .textLink {
    position: relative;
    padding-left: 40px;
    font: 400 normal 18px/25px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    color: rgb(var(--color-black));
    text-decoration: underline;
  }
  .mapList__list__element__text > .textLink > span {
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 25px;
    font-size: 22px;
    color: rgb(var(--color-text-default));
  }
}
/*  =========================================================
map poi
========================================================= */
@media all {
  .mapList__list__element__image > .icon-poi {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: -17px;
    right: -17px;
    box-sizing: border-box;
    padding: 20px 0 0 10px;
    color: rgb(var(--color-white));
    font-size: 45px;
    cursor: pointer;
  }
  /* microsite specific */
  html:not(.-css-microsite-gruenkohl) .mapList__list__element__image > .icon-poi {
    background: rgb(var(--color-cdOrange4));
  }
  html.-css-microsite-gruenkohl .mapList__list__element__image > .icon-poi {
    background: #006b37;
  }
}
@media all and (min-width: 701px) {
  .mapList__list__element__image > .icon-poi {
    display: none;
  }
}
@media all and (max-width: 700px) {
  .mapList__list__element__image > .icon-poi {
    display: block;
  }
}
/*  =========================================================
static map
========================================================= */
@media all {
  .mapList__list__element__staticMap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: bottom 0.25s ease;
    background-size: cover;
    background-position: center center;
  }
  .mapList__list__element__staticMap__marker {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 38px;
    height: 51px;
    background-image: url(/portal/dist/images/mapMarker_standard.svg);
    background-size: 38px 51px;
    -webkit-transform: translateX(-50%) translateY(-100%);
        -ms-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
  }
  .mapList__list__element__staticMap__marker:hover {
    background-image: url(/portal/dist/images/mapMarker_otm.svg);
  }
  .mapList__list__element:not(.mapList__list__element--staticMap) > .mapList__list__element__staticMap {
    bottom: 100%;
  }
  .mapList__list__element--staticMap > .mapList__list__element__staticMap {
    bottom: 0;
  }
}
@media all and (min-width: 701px) {
  .mapList__list__element__staticMap {
    display: none;
  }
}
@media all {
  .mapList__list__element__staticMap > .icon-close {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: -17px;
    right: -17px;
    box-sizing: border-box;
    padding: 30px 0 0 21px;
    color: rgb(var(--color-white));
    font-size: 25px;
    cursor: pointer;
  }
  /* microsite specific */
  html:not(.-css-microsite-gruenkohl) .mapList__list__element__staticMap > .icon-close {
    background: rgb(var(--color-cdOrange4));
  }
  html.-css-microsite-gruenkohl .mapList__list__element__staticMap > .icon-close {
    background: #006b37;
  }
}
@media all {
  .mapList__map__mapContainer__controls {
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
  }
  .horizontalAlign.list__loadMore--previous {
    height: 55px;
  }
}
