/*! , 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 vintner Details
 * @author     gueldner
 * @since      04.10.2022
 * @version    $Id$
 **/
/*  =========================================================
basic structure
title
========================================================== */
/*  =========================================================
basic structure
========================================================== */
.vintnerDetails__wrap {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 800.1px) {
  .vintnerDetails__wrap {
    column-gap: 30px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (max-width: 800px) {
  .vintnerDetails__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 10px;
  }
}
/*  =========================================================
title
========================================================== */
.vintnerDetails__title {
  color: #393939;
  font: 400 36px/1.25em Arial, sans-serif;
}
.vintnerDetails__title:not(:last-child) {
  margin: 0 0 15px 0;
}
.vintnerDetails__title:last-child {
  margin: 0;
}

/**
 * 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 vintner Details
 * @author     gueldner
 * @since      04.10.2022
 * @version    $Id$
 **/
/*  =========================================================
basic structure
title
paragraph
links
social
========================================================== */
/*  =========================================================
basic structure
========================================================== */
.vintnerDetails__contact {
  background: #f5f5f5;
  -ms-flex: 1 1;
      flex: 1 1;
}
.vintnerDetails__contact__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px;
  row-gap: 15px;
}
/*  =========================================================
title
========================================================== */
.vintnerDetails__contact__title {
  color: #393939;
  font: 700 17px/1.6em Arial, sans-serif;
  margin: 0;
}
/*  =========================================================
paragraph
========================================================== */
.vintnerDetails__contact__paragraph {
  color: #393939;
  font: 400 17px/1.6em Arial, sans-serif;
  margin: 0;
}
/*  =========================================================
links
========================================================== */
.vintnerDetails__contact__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.vintnerDetails__contact__links__item {
  color: #c08700;
  font: 400 17px/1.6em Arial, sans-serif;
  text-decoration: underline;
}
/*  =========================================================
social
========================================================== */
.vintnerDetails__contact__social {
  column-gap: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.vintnerDetails__contact__social__item {
  background-color: #fff;
  color: #c08700;
  padding: 8px;
  text-decoration: none;
}
.vintnerDetails__contact__social__item__icon {
  font-size: 22px;
  line-height: 22px;
}
.vintnerDetails__contact__social__item__text {
  display: 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 vintner Details
 * @author     gueldner
 * @since      04.10.2022
 * @version    $Id$
 **/
/*  =========================================================
basic structure
========================================================== */
/*  =========================================================
basic structure
========================================================== */
.vintnerDetails__infos {
  -ms-flex: 1 1;
      flex: 1 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.vintnerDetails__infos__item {
  -ms-flex-align: start;
      align-items: flex-start;
  color: #393939;
  column-gap: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  font: 400 17px/1.6em Arial, sans-serif;
  margin: 0 0 11px 0;
}
.vintnerDetails__infos__item::before {
  color: #c08700;
  content: '\e618';
  font: 400 normal 30px/30px 'icomoon';
}
