/*! , 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     Andreas Rappel <andreas.rappel@cebesoft.com
 * @since      07.07.2022
 * @version    $Id$
 **/
.module--articleTeaser .articleTeaser__item {
  position: relative;
  margin-bottom: 1.786%;
}
.module--articleTeaser .articleTeaser__item__image {
  line-height: 0;
}
.module--articleTeaser .articleTeaser__item__image img {
  width: 100%;
  height: auto;
}
.module--articleTeaser .articleTeaser__item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module--articleTeaser .articleTeaser__item__content__mark {
  font: 500 normal 14px/14px Arial, sans-serif;
  color: #fff;
  padding: 8px 12px;
  background-color: #c08700;
  position: absolute;
  top: 0;
  left: 0;
}
.module--articleTeaser .articleTeaser__item__content h3 {
  font: 700 normal 16px/16px Arial, sans-serif;
  color: #fff;
  text-shadow: 3px 3px 6px #363636;
  text-decoration: none;
  position: absolute;
  bottom: 10%;
  left: 5%;
  right: 5%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
@media (min-width: 501px) {
  .module--articleTeaser .articleTeaser__item__content h3 {
    font: 700 normal 18px/18px Arial, sans-serif;
  }
}
@media (min-width: 801px) {
  .module--articleTeaser .articleTeaser__item__content h3 {
    font: 700 normal 20px/20px Arial, sans-serif;
  }
}
@media (min-width: 1001px) {
  .module--articleTeaser .articleTeaser__item__content h3 {
    font: 700 normal 24px/24px Arial, sans-serif;
  }
}

/**
 * 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     Andreas Rappel <andreas.rappel@cebesoft.com
 * @since      07.07.2022
 * @version    $Id$
 **/
.module--articleTeaser .areaTitle {
  margin-bottom: 0;
  padding-top: 0;
  color: #393939;
  width: 100%;
}
.module--articleTeaser .areaTitle h3 {
  font: 400 25px/34px Arial, sans-serif;
}
.module--articleTeaser .areaTitle h2 {
  text-align: center;
}
.module--articleTeaser .areaTitle p {
  color: #363636;
  font: 400 17px/27px Arial, sans-serif;
  text-align: left;
}
