/*! , 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 article.vintner
 * @author     gueldner
 * @since      07.09.2022
 * @version    $Id$
 **/
/*  =========================================================
basic structure
title
paragraphs
========================================================== */
/*  =========================================================
basic structure
========================================================== */
@media (min-width: 600.1px) {
  #keyvisualArea.v-el-large + .article-vintner {
    margin-top: -80px;
  }
}
@media (max-width: 600px) {
  #keyvisualArea.v-el-large + .article-vintner {
    margin-top: -50px;
  }
}
.article-vintner__wrap {
  text-align: left;
}
/*  =========================================================
title
========================================================== */
.article-vintner__title {
  color: #393939;
}
@media (min-width: 600.1px) {
  .article-vintner__title {
    font: 400 normal 50px/1.32em Arial, sans-serif;
  }
}
@media (max-width: 600px) {
  .article-vintner__title {
    font: 400 normal 36px/1.3em Arial, sans-serif;
  }
}
.article-vintner__title:not(:last-child) {
  margin: 0 0 15px 0;
}
.article-vintner__title:last-child {
  margin: 0;
}
/*  =========================================================
paragraph
========================================================== */
.article-vintner__paragraphs p {
  color: #393939;
  font: 400 normal 17px/1.6em Arial, sans-serif;
  overflow: hidden;
}
.article-vintner__paragraphs p:not(:last-child) {
  margin: 0 0 15px 0;
}
.article-vintner__paragraphs p:last-child {
  margin: 0;
}
