/*! , 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 defaultFirstArticle
 * @author     gueldner
 * @since      06.09.2022
 * @version    $Id$
 **/
/*  =========================================================
basic structure
roofline
title
paragraph
========================================================== */
/*  =========================================================
basic structure
========================================================== */
@media (min-width: 600.1px) {
  #keyvisualArea.v-el-large + .defaultFirstArticle {
    margin-top: -80px;
  }
}
@media (max-width: 600px) {
  #keyvisualArea.v-el-large + .defaultFirstArticle {
    margin-top: -50px;
  }
}
.defaultFirstArticle:not(.defaultFirstArticleMicrosite) .defaultFirstArticle__wrap {
  text-align: left;
}
.defaultFirstArticleMicrosite .defaultFirstArticle__wrap {
  text-align: center;
}
/*  =========================================================
roofline
========================================================== */
.defaultFirstArticle__roofline:not(:last-child) {
  margin: 0 0 5px 0;
}
.defaultFirstArticle__roofline:last-child {
  margin: 0;
}
.defaultFirstArticle:not(.defaultFirstArticleMicrosite) .defaultFirstArticle__roofline {
  font: 400 normal 25px/34px Arial, sans-serif;
}
.defaultFirstArticleMicrosite .defaultFirstArticle__roofline {
  font: 400 normal 14px/25px metabook, sans-serif;
}
/*  =========================================================
title
========================================================== */
.defaultFirstArticle__title {
  color: #393939;
}
.defaultFirstArticle__title:not(:last-child) {
  margin: 0 0 15px 0;
}
.defaultFirstArticle__title:last-child {
  margin: 0;
}
@media (min-width: 600.1px) {
  .defaultFirstArticle:not(.defaultFirstArticleMicrosite) .defaultFirstArticle__title {
    font: 400 normal 50px/1.32em Arial, sans-serif;
  }
}
@media (max-width: 600px) {
  .defaultFirstArticle:not(.defaultFirstArticleMicrosite) .defaultFirstArticle__title {
    font: 400 normal 36px/1.3em Arial, sans-serif;
  }
}
.defaultFirstArticleMicrosite .defaultFirstArticle__title {
  font: 400 normal 50px/66px 'typewriter', Arial, sans-serif;
}
/*  =========================================================
paragraph
========================================================== */
.defaultFirstArticle__paragraph {
  color: #393939;
  overflow: hidden;
}
.defaultFirstArticle__paragraph:not(:last-child) {
  margin: 0 0 15px 0;
}
.defaultFirstArticle__paragraph:last-child {
  margin: 0;
}
.defaultFirstArticle:not(.defaultFirstArticleMicrosite) .defaultFirstArticle__paragraph {
  font: 400 normal 17px/1.6em Arial, sans-serif;
}
.defaultFirstArticleMicrosite .defaultFirstArticle__paragraph {
  font: 400 normal 16px/19px metabook, 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  2014 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage defaultFirstArticle
 * @author     gueldner
 * @since      30.09.2022
 * @version    $Id$
 **/
/*  =========================================================
basic structure
========================================================== */
/*  =========================================================
basic structure
========================================================== */
.defaultFirstArticle__author {
  -ms-flex-align: end;
      align-items: flex-end;
  column-gap: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.defaultFirstArticle__author__image {
  aspect-ratio: 1;
  display: block;
  width: 94px;
}
.defaultFirstArticle__author__description {
  color: #868686;
  font: 400 normal 16px/24px Arial, sans-serif;
}
.defaultFirstArticle__author__description a {
  color: #393939;
  text-decoration: underline;
}
