/*! 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 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 and (min-width: 1401px) {
  #mainWrapper > section:first-child > .contentArticle:first-child,
  #mainWrapper > #breadcrumb:first-child + section:first-of-type > .contentArticle:first-child {
    padding-top: 70px;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  #mainWrapper > section:first-child > .contentArticle:first-child,
  #mainWrapper > #breadcrumb:first-child + section:first-of-type > .contentArticle:first-child {
    padding-top: 50px;
  }
}
@media all and (max-width: 1000px) {
  #mainWrapper > section:first-child > .contentArticle:first-child,
  #mainWrapper > #breadcrumb:first-child + section:first-of-type > .contentArticle:first-child {
    padding-top: 25px;
  }
}
@media all {
  .contentArticle--intro {
    text-align: center;
  }
}
@media all and (min-width: 701px) {
  .contentArticle__columns {
    -webkit-column-count: 2;
            column-count: 2;
    -moz-column-count: 2;
    -webkit-column-gap: 40px;
            column-gap: 40px;
    -moz-column-gap: 40px;
  }
}
/*  =========================================================
headlines
========================================================= */
@media all {
  .contentArticle h2 {
    font: 400 normal 5rem/1.1 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    line-height: 1.1;
    color: rgb(var(--color-black));
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    margin: 0 0 15px 0;
  }
  html.-css-microsite-club .contentArticle h2 {
    font: 600 normal 5rem/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5rem;
    line-height: 1.5em;
  }
  .contentArticle h4 {
    font: 400 normal 3.2rem/1.1 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1.1;
    color: rgb(var(--color-black));
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    margin: 0 0 10px 0;
  }
  html.-css-microsite-club .contentArticle h4 {
    font: 600 normal 2rem/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.5em;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .contentArticle h2 {
    font-size: 4.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .contentArticle h2 {
    font-size: 4.75rem;
  }
}
@media all and (max-width: 700px) {
  .contentArticle h2 {
    font-size: 4.57142857rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .contentArticle h2 {
    font-size: 4.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .contentArticle h2 {
    font-size: 4.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .contentArticle h2 {
    font-size: 4.57142857rem;
  }
}
@media all and (max-width: 700px) {
  .contentArticle h2 {
    margin: 0 0 15px 0;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .contentArticle h4 {
    font-size: 3.11111111rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .contentArticle h4 {
    font-size: 3.25rem;
  }
}
@media all and (max-width: 700px) {
  .contentArticle h4 {
    font-size: 3.42857143rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .contentArticle h4 {
    font-size: 2.22222222rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .contentArticle h4 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .contentArticle h4 {
    font-size: 2.85714286rem;
  }
}
@media all {
  .contentArticle h3 {
    font: 400 normal 4rem/1.1em 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    line-height: 1.1em;
    color: rgb(var(--color-black));
    margin: 0 0 15px 0;
  }
  html.-css-microsite-club .contentArticle h3 {
    font: 600 normal 2.5rem/1.1em 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.1em;
  }
  .contentArticle h3 + hr {
    margin: -10px 0 15px 0;
    width: 75%;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .contentArticle h3 {
    font-size: 2.55555556rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .contentArticle h3 {
    font-size: 2.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .contentArticle h3 {
    font-size: 2.85714286rem;
  }
}
/*  =========================================================
text
========================================================= */
@media all {
  .contentArticle .subtitle {
    font: 400 normal 3rem/1.2 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.2;
    color: rgb(var(--color-black));
    margin: 0 0 10px 0;
  }
  html.-css-microsite-club .contentArticle .subtitle {
    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;
  }
  .contentArticle h2 + .subtitle {
    margin-top: 0;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .contentArticle .subtitle {
    font-size: 2.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .contentArticle .subtitle {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 700px) {
  .contentArticle .subtitle {
    font-size: 2.57142857rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .contentArticle .subtitle {
    font-size: 2.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .contentArticle .subtitle {
    font-size: 2.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .contentArticle .subtitle {
    font-size: 2.85714286rem;
  }
}
@media all {
  /**  IE8-11 Styling bug fix: without it the before icon will also have underline as text-decoration  **/
  .contactBox__content__text .phoneLink::before,
  .contentArticle p > a.phoneLink::before {
    text-decoration: underline !important;
    display: inline-block !important;
  }
  .contactBox__content__text .phoneLink::before,
  .contentArticle p > a.phoneLink::before {
    text-decoration: none !important;
  }
  .footnote,
  .contentArticle p:not(.subtitle) {
    font: 400 normal 18px/1.5 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    color: rgb(var(--color-text-default));
    margin: 0 0 30px 0;
  }
  .footnote > a:not(.button),
  .contentArticle p:not(.subtitle) > a:not(.button) {
    text-decoration: underline;
  }
  .footnote {
    font-size: 10px;
  }
  .contentArticle.longDescription h1 {
    font: 400 normal 1.8rem/1.2 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  html.-css-microsite-club .contentArticle.longDescription h1 {
    font: 600 normal 6rem/1em 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 6rem;
    line-height: 1em;
  }
  .contentArticle.longDescription p:not(.subtitle) {
    font: 400 normal 1.8rem/1.5 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  html.-css-microsite-club .contentArticle.longDescription p:not(.subtitle) {
    font: 400 normal 18px/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5em;
  }
  .imageDetails {
    position: relative;
  }
  .imageDownloadTerms {
    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;
    font-size: 18px;
  }
  input#imageDownloadTerms[type=checkbox]:checked ~ #imageDownloadButton {
    display: inline-block;
    position: relative;
    top: 15px;
  }
  #imageDownloadButton {
    display: none;
  }
  #imageDownloadButton.imageLicenseFree {
    display: inline-block;
    margin-top: 15px;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .footnote,
  .contentArticle p:not(.subtitle) {
    font-size: 2rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .footnote,
  .contentArticle p:not(.subtitle) {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 700px) {
  .footnote,
  .contentArticle p:not(.subtitle) {
    font-size: 2.57142857rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .contentArticle.longDescription h1 {
    font-size: 2rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .contentArticle.longDescription h1 {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 700px) {
  .contentArticle.longDescription h1 {
    font-size: 2.57142857rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .contentArticle.longDescription h1 {
    font-size: 5.55555556rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .contentArticle.longDescription h1 {
    font-size: 5.625rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .contentArticle.longDescription h1 {
    font-size: 5.71428571rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .contentArticle.longDescription p:not(.subtitle) {
    font-size: 2rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .contentArticle.longDescription p:not(.subtitle) {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 700px) {
  .contentArticle.longDescription p:not(.subtitle) {
    font-size: 2.57142857rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .contentArticle.longDescription p:not(.subtitle) {
    font-size: 1.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .contentArticle.longDescription p:not(.subtitle) {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .contentArticle.longDescription p:not(.subtitle) {
    font-size: 2rem;
  }
}
@media all and (min-width: 1001px) {
  .imageDetails {
    top: -23px;
  }
}
@media all and (max-width: 1000px) and (min-width: 701px) {
  .imageDetails {
    top: -35px;
  }
}
@media all and (max-width: 700px) {
  .imageDetails {
    top: -14px;
  }
}
/* specific links */
@media all {
  .contentArticle .phoneLink {
    position: relative;
    padding-left: 33px;
  }
  .contentArticle .phoneLink::before {
    content: '\e906';
    position: absolute;
    top: 0;
    left: 0;
    font: 400 normal 25px 'icomoon';
    color: rgb(var(--color-text-default));
  }
  .contentArticle .mailLink {
    position: relative;
    padding-left: 33px;
  }
  .contentArticle .mailLink::before {
    content: '\e907';
    position: absolute;
    top: 0;
    left: 0;
    font: 400 normal 25px 'icomoon';
    color: rgb(var(--color-text-default));
  }
}
/* buttons */
@media all {
  .contentArticle .button {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
/*  =========================================================
lists
========================================================= */
@media all {
  .contentArticle ul,
  .contentArticle ol {
    margin: 0 0 20px 0;
    padding: 0;
    font: rgb(var(--color-text-default));
  }
  .contentArticle ul > li,
  .contentArticle ol > li {
    font: 400 normal 18px/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5em;
    color: rgb(var(--color-text-default));
  }
  html.-css-microsite-club .contentArticle ul > li,
  html.-css-microsite-club .contentArticle ol > li {
    font: 400 normal 18px/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5em;
  }
  .contentArticle ul > li.crossout,
  .contentArticle ol > li.crossout {
    text-decoration: line-through;
  }
  .contentArticle ul > li::before,
  .contentArticle ol > li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 -20px;
    border-radius: 50%;
  }
  .contentArticle ol > li {
    margin: 0 0 0 20px;
    padding: 0;
  }
  .contentArticle ul > li {
    padding: 0 0 0 20px;
    margin: 0;
    display: block;
  }
  /* microsite specific */
  html:not(.-css-microsite-gruenkohl) .contentArticle ul > li::before {
    background: rgb(var(--color-cdOrange4));
  }
  html.-css-microsite-gruenkohl .contentArticle ul > li::before {
    background: #006b37;
  }
  html.-css-microsite-erlebnisse .contentArticle ul > li::before,
  html.-css-microsite-shop .contentArticle ul > li::before,
  html.-css-microsite-business .contentArticle ul > li::before,
  html.-css-microsite-otm .contentArticle ul > li::before {
    background: rgb(var(--color-text-default));
  }
  html.-css-microsite-club .contentArticle ul > li::before {
    background: rgb(var(--color-cdRed1));
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .contentArticle ul > li,
  .contentArticle ol > li {
    font-size: 2rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .contentArticle ul > li,
  .contentArticle ol > li {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 700px) {
  .contentArticle ul > li,
  .contentArticle ol > li {
    font-size: 2.57142857rem;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .contentArticle ul > li,
  html.-css-microsite-club .contentArticle ol > li {
    font-size: 1.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .contentArticle ul > li,
  html.-css-microsite-club .contentArticle ol > li {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .contentArticle ul > li,
  html.-css-microsite-club .contentArticle ol > li {
    font-size: 2rem;
  }
}
/*  =========================================================
tables
========================================================= */
@media all {
  .contentArticle__table {
    text-align: left;
    border-collapse: collapse;
    font: 400 normal 18px/22px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgb(var(--color-black));
  }
  html.-css-microsite-club .contentArticle__table {
    font: 400 normal 18px/1.5em 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .contentArticle__table {
    font-size: 1.66666667rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .contentArticle__table {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .contentArticle__table {
    font-size: 2rem;
  }
}
@media all and (min-width: 1001px) {
  .contentArticle__table {
    display: inline-table;
  }
}
@media all and (max-width: 1000px) {
  .contentArticle__table {
    display: table;
  }
}
@media all and (max-width: 1000px) {
  .contentArticle__table:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media all {
  .contentArticle__table > thead th {
    font-weight: 400;
    position: relative;
  }
  .contentArticle__table > thead th > strong {
    font-weight: 600;
  }
  .contentArticle__table > thead th [class*='icon-'] {
    font-size: 20px;
    vertical-align: middle;
  }
  .contentArticle__table > thead th::after {
    content: '';
    position: static;
    bottom: 10px;
    height: 1px;
    background: rgb(var(--color-black));
    display: block;
    margin: 15px 0;
  }
  /* microsite specific */
  html:not(.-css-microsite-gruenkohl) .contentArticle__table > thead th > div.closed {
    color: rgb(var(--color-cdOrange4));
  }
  html.-css-microsite-gruenkohl .contentArticle__table > thead th > div.closed {
    color: #603c2f;
  }
  html:not(.-css-microsite-gruenkohl) .contentArticle__table > thead th > div.open {
    color: #006b37;
  }
  html.-css-microsite-gruenkohl .contentArticle__table > thead th > div.open {
    color: #006b37;
  }
}
@media all {
  .contentArticle__table > tbody td {
    padding: 5px 0;
    min-width: 100px;
  }
}
/* flow text */
@media all {
  u {
    text-decoration: underline;
  }
  strong {
    font-weight: bold;
  }
  em {
    font-style: italic;
  }
}
/* social share */
@media all {
  .contentArticle__share > p {
    font: 400 normal 20px/30px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: rgb(var(--color-black));
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .contentArticle__share > a {
    display: inline-block;
    font-size: 16px;
    height: 20px;
    margin: -15px 0 0 5px;
    text-decoration: none;
    vertical-align: middle;
  }
  .contentArticle__share > a > span {
    font-size: 26px;
    border: 2px solid #494949;
    color: #494949;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 2px;
  }
  .contentArticle__share > a > span:hover {
    color: #ffa100;
    border: 2px solid #ffa100;
  }
  .contentArticle__parkingInfo {
    font: 400 normal 17px/22px 'MyriadPro', Arial, sans-serif;
    padding-bottom: 25px;
  }
  .contentArticle__parkingInfo span {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contentArticle__parkingInfo span.parkingFreePlaces,
  .contentArticle__parkingInfo span.parkingFull,
  .contentArticle__parkingInfo span.parkingClosed,
  .contentArticle__parkingInfo span.parkingOpen {
    padding-right: 0;
    padding-left: 0;
  }
  .contentArticle__parkingInfo span.lastUpdate {
    padding-left: 0;
  }
  .contentArticle__parkingInfo span.parkingFull,
  .contentArticle__parkingInfo span.parkingClosed {
    color: rgb(var(--color-cdOrange4));
  }
  .contentArticle__parkingInfo span.parkingFreePlaces,
  .contentArticle__parkingInfo span.parkingOpen {
    color: #04b431;
    padding-right: 10px;
  }
  h2.horizontalAlign.openingTimesTitle {
    margin: 0 0 30px 0;
  }
}
@media all and (min-width: 701px) {
  .contentArticle__share > a[data-network='whatsapp'] {
    display: none;
  }
}
.contentArticle__aboveText {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 701px) {
  .contentArticle__aboveText .contentArticle__badges {
    right: 0;
    position: absolute;
    top: -20px;
  }
}
@media (max-width: 400px) {
  .contentArticle__aboveText .contentArticle__badges {
    margin-top: 20px;
  }
}
.contentArticle__aboveText .contentArticle__badges .contentArticle__badges__badge {
  height: 65px;
}
/*  =========================================================
video
========================================================= */
.contentArticle .video > iframe {
  max-width: 100%;
}
/*  =========================================================
opening times state
========================================================= */
.contentArticle .state {
  position: relative;
}
.contentArticle .state.textBlock__dateInfo {
  margin: 0;
}
.contentArticle .state strong::before {
  width: 10px;
  height: 10px;
  text-align: center;
  border-radius: 100px;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
}
.contentArticle .state .closed,
.contentArticle .state .opened {
  margin-left: 15px;
}
.contentArticle .state .closed {
  color: rgb(var(--color-cdOrange4));
}
.contentArticle .state .opened {
  color: #006b37;
}
.contentArticle .state .opened::before {
  background-color: #006b37;
}
.contentArticle .state .closed::before {
  background-color: rgb(var(--color-cdOrange4));
}
/*  =========================================================
module "imageDownload"
========================================================= */
@media all and (min-width: 1001px) {
  .contentArticle[data-module='imageDownload'] {
    margin: -62px auto;
  }
}
