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