/*! otm, Compiled at 2026-04-02 09:01:26 */
/**
 * 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-15
 * @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 imageGalleryTeaser
 * @author     gueldner
 * @since      28.09.2016
 * @version    $Id$
 **/
/* 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;
}
/**
 * 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 {
  .imageGalleryTeaser {
    overflow: hidden;
  }
  .imageGalleryTeaser a {
    text-decoration: none;
    margin: -2px;
  }
}
/*  =========================================================
element
========================================================= */
@media all {
  .imageGalleryTeaser__element {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.5952381%;
    margin-top: 0;
  }
  .imageGalleryTeaser__element picture img {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
  .imageGalleryTeaser__element__text .imageGalleryTeaser__element__text__speechBooble {
    position: absolute;
    bottom: 70px;
    left: 15px;
  }
  .imageGalleryTeaser__element__text .imageGalleryTeaser__element__text__speechBooble h3 {
    background: #fff;
    display: inline-block;
    font: 300 normal 3rem/1em 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3rem;
    line-height: 1em;
    color: rgb(var(--color-black));
    padding: 25px 20px 20px 20px;
  }
  html.-css-microsite-club .imageGalleryTeaser__element__text .imageGalleryTeaser__element__text__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;
  }
  .imageGalleryTeaser__element__link {
    position: absolute;
    bottom: 50px;
    left: 15px;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .imageGalleryTeaser__element__text .imageGalleryTeaser__element__text__speechBooble h3 {
    font-size: 2.55555556rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .imageGalleryTeaser__element__text .imageGalleryTeaser__element__text__speechBooble h3 {
    font-size: 2.75rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .imageGalleryTeaser__element__text .imageGalleryTeaser__element__text__speechBooble h3 {
    font-size: 2.85714286rem;
  }
}
