/*! , Compiled at 2025-09-26 10:40:09 */
/**
 * Rheinhessen Portal 2014
 *
 * 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  2022 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @author     Stefan Oswald
 * @since      02.02.2022
 **/
@media screen {
  .module--tilesGallery {
    margin-bottom: 40px;
    padding-bottom: 0 !important;
  }
  .module--tilesGallery .tilesGallery__wrapper {
    width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .module--tilesGallery.layout--consecutive.format--landscape .tilesGallery__wrapper,
  .module--tilesGallery.layout--compact.format--landscape .tilesGallery__wrapper,
  .module--tilesGallery.layout--compact.format--portrait .tilesGallery__wrapper {
    max-width: 535px;
  }
  .module--tilesGallery.layout--consecutive.format--portrait .tilesGallery__wrapper {
    max-width: 323px;
  }
  .module--tilesGallery .tilesGallery__item {
    position: relative;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .module--tilesGallery.layout--compact .tilesGallery__item {
    max-width: 31%;
    width: 31%;
    padding: 0 3.5% 0 0;
  }
  .module--tilesGallery.layout--compact .tilesGallery__item:first-of-type {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .module--tilesGallery.layout--compact .tilesGallery__item:nth-of-type(2),
  .module--tilesGallery.layout--compact .tilesGallery__item:nth-of-type(3),
  .module--tilesGallery.layout--compact .tilesGallery__item:nth-of-type(4) {
    padding-top: 3.5%;
  }
  .module--tilesGallery.layout--compact .tilesGallery__item:nth-of-type(4) {
    padding-right: 0;
  }
  .module--tilesGallery.layout--compact .tilesGallery__item.tilesGallery__item--half {
    max-width: 48%;
    width: 48%;
    padding: 0 4% 0 0;
  }
  .module--tilesGallery.layout--compact .tilesGallery__item.tilesGallery__item--half:nth-of-type(2),
  .module--tilesGallery.layout--compact .tilesGallery__item.tilesGallery__item--half:nth-of-type(3) {
    padding-top: 3.5%;
  }
  .module--tilesGallery.layout--compact .tilesGallery__item.tilesGallery__item--half:nth-of-type(3) {
    padding-right: 0;
  }
  .module--tilesGallery.layout--consecutive .tilesGallery__item {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .module--tilesGallery.layout--consecutive .tilesGallery__item:last-of-type {
    padding-bottom: 0;
  }
  .module--tilesGallery .tilesGallery__item--magnify {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .module--tilesGallery .tilesGallery__item--magnify::after {
    content: "\e616";
    font: 400 normal 24px/24px "icomoon";
    color: #fff;
  }
  .module--tilesGallery .tilesGallery__item--figure {
    margin: 0;
    width: 100%;
    position: relative;
  }
  .module--tilesGallery .tilesGallery__item--figure.additional {
    display: none;
    visibility: hidden;
  }
  .module--tilesGallery .tilesGallery__item--figure img {
    width: 100%;
    height: auto;
  }
  .module--tilesGallery .tilesGallery__item--caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 2px 5px;
    background: rgba(61, 61, 61, 0.5);
    font: 400 normal 12px/14px Arial, sans-serif;
    color: #fff;
  }
  .module--tilesGallery .tilesGallery__item--caption p {
    display: inline;
  }
  .module--tilesGallery .tilesGallery__item--additional {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 2px 0;
    font: 400 normal 12px/14px Arial, sans-serif;
    text-align: center;
    color: #fff;
  }
}
