/*! 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-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 imageGallery
 * @author     gueldner
 * @since      28.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
element
picture
zoom link
========================================================== */
/*  =========================================================
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 {
  .imageGallery {
    overflow: hidden;
  }
  .imageGallery a {
    text-decoration: none;
    margin: -2px;
  }
  .imageGallery h2 {
    font: 300 normal 7rem/1em 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 7rem;
    line-height: 1em;
    color: rgb(var(--color-black));
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    margin: 0 0 1em 0;
    text-align: center;
  }
  html.-css-microsite-club .imageGallery h2 {
    font: 600 normal 6rem/1em 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 6rem;
    line-height: 1em;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  html.-css-microsite-club .imageGallery h2 {
    font-size: 5.55555556rem;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  html.-css-microsite-club .imageGallery h2 {
    font-size: 5.625rem;
  }
}
@media all and (max-width: 700px) {
  html.-css-microsite-club .imageGallery h2 {
    font-size: 5.71428571rem;
  }
}
/*  =========================================================
element
========================================================= */
@media all {
  .imageGallery__element {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.5952381%;
    margin-top: 0;
  }
  .imageGallery__element picture img {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
}
@media all and (min-width: 1001px) {
  .imageGallery__element {
    height: 0;
    padding-bottom: 35.71428571%;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) {
  .imageGallery__element.h-el-sm-8 {
    height: 0;
    padding-bottom: 64.22619048%;
    float: left;
  }
  .imageGallery__element.h-el-sm-4 {
    height: 0;
    padding-bottom: 34.52380952%;
  }
  .imageGallery__element.h-el-lg-4 {
    height: 0;
    padding-bottom: 29.10714286%;
  }
}
@media all and (max-width: 700px) {
  .imageGallery__element {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    height: 0;
    padding-bottom: 100%;
  }
}
/*  =========================================================
picture
========================================================= */
@media all {
  .imageGallery__element__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .imageGallery__element__image > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
/*  =========================================================
zoom link
========================================================= */
@media all {
  .imageGallery__element__zoom {
    position: absolute;
    text-decoration: none;
  }
  .imageGallery__element__zoom > span {
    color: rgb(var(--color-white));
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
  .wa-mediabox-frame .wa-mediabox-open {
    display: none !important;
  }
}
@media all and (min-width: 1001px) {
  .imageGallery__element__zoom {
    right: 30px;
    bottom: 20px;
  }
}
@media all and (max-width: 1000px) {
  .imageGallery__element__zoom {
    right: 10px;
    bottom: 10px;
  }
}
@media all and (min-width: 701px) {
  .imageGallery__element__zoom {
    display: block;
  }
}
@media all and (max-width: 700px) {
  .imageGallery__element__zoom {
    display: none;
  }
}
@media all and (min-width: 1001px) {
  .imageGallery__element__zoom > span {
    font-size: 45px;
  }
}
@media all and (max-width: 1000px) {
  .imageGallery__element__zoom > span {
    font-size: 25px;
  }
}
@media all and (max-width: 990px) {
  .imageGallery a {
    margin: 0;
  }
}
@media all and (max-width: 400px) {
  .wa-mediabox-frame.loaded.has-title .wa-mediabox-title {
    display: table;
    position: absolute;
    bottom: -70px;
  }
}
@media all and (max-width: 300px) {
  .wa-mediabox-frame.loaded.has-title .wa-mediabox-title {
    display: table;
    position: absolute;
    bottom: -100px;
  }
}
