/*! , 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  2014 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage image teaser gallery
 * @author     gueldner
 * @since      06.10.2022
 * @version    $Id$
 **/
/*  =========================================================
basic structure
title article
arrow links
========================================================== */
/*  =========================================================
basic structure
========================================================== */
.imageTeaserGallery__wrap {
  padding: 0 60px;
  position: relative;
  width: calc(100% + 10px - 120px);
}
.imageTeaserGallery__posHelper {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.imageTeaserGallery__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  white-space: nowrap;
  width: 100%;
}
.imageTeaserGallery__itemWrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
}
@media (min-width: 1150.1px) {
  .imageTeaserGallery__itemWrap {
    width: 25%;
  }
}
@media (min-width: 800.1px) and (max-width: 1150px) {
  .imageTeaserGallery__itemWrap {
    width: 33.333%;
  }
}
@media (min-width: 600.1px) and (max-width: 800px) {
  .imageTeaserGallery__itemWrap {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .imageTeaserGallery__itemWrap {
    width: 100%;
  }
}
/*  =========================================================
title article
========================================================== */
.imageTeaserGallery__title {
  color: #393939;
  font: 400 normal 36px/1.35em Arial, sans-serif;
}
.imageTeaserGallery__title:not(:last-child) {
  margin: 0 0 15px 0;
}
.imageTeaserGallery__title:last-child {
  margin: 0;
}
.imageTeaserGallery__roofline {
  display: block;
  font: 400 normal 17px/1.6em Arial, sans-serif;
}
a.imageTeaser {
  text-decoration: none;
}

/**
 * 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  2014 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage image teaser gallery
 * @author     gueldner
 * @since      06.10.2022
 * @version    $Id$
 **/
/*  =========================================================
arrows
========================================================== */
/*  =========================================================
arrows
========================================================== */
.imageTeaserGallery__paginate {
  border: 2px solid #c08700;
  border-radius: 50%;
  color: #c08700;
  height: 45px;
  padding: 15px 0 0 0;
  cursor: pointer;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: calc(50% - 30px);
  transition: transform 0.25s ease;
  width: 60px;
}
.imageTeaserGallery__wrap--noSlides .imageTeaserGallery__paginate {
  display: none;
}
.imageTeaserGallery__paginate:not(:hover) {
  transform: rotate(0deg) scale(0.75);
}
.imageTeaserGallery__paginate:hover {
  transform: rotate(360deg) scale(1);
}
.imageTeaserGallery__paginate--left {
  left: 0;
}
.imageTeaserGallery__wrap--noSlidesLeft .imageTeaserGallery__paginate--left {
  display: none;
}
.imageTeaserGallery__paginate--right {
  right: 0;
}
.imageTeaserGallery__wrap--noSlidesRight .imageTeaserGallery__paginate--right {
  display: none;
}
.imageTeaserGallery__paginate__icon {
  font-size: 30px;
}

/**
 * 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  2014 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage image teaser gallery
 * @author     gueldner
 * @since      06.10.2022
 * @version    $Id$
 **/
/*  =========================================================
basic structure
========================================================== */
/*  =========================================================
basic structure
========================================================== */
.imageTeaserGallery__item {
  box-sizing: border-box;
  padding: 0 5px;
  position: relative;
  width: 100%;
}
.imageTeaserGallery__item__fig {
  aspect-ratio: 1.34375;
  margin: 0 0 15px 0;
  width: 100%;
}
.imageTeaserGallery__item__fig img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.imageTeaserGallery__item__fig__info {
  display: none;
}
.imageTeaserGallery__item__title {
  color: #393939;
  font: 700 normal 17px/1.15em Arial, sans-serif;
  margin: 0;
}
.imageTeaserGallery__item__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
