/*! , 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 winLocationArea
 * @author     gueldner
 * @since      26.09.2022
 * @version    $Id$
 **/
/*  =========================================================
basic structure
map
list
========================================================== */
/*  =========================================================
basic structure
========================================================== */
@media (min-width: 1000.1px) {
  .wineLocationArea__wrap {
    -ms-flex-align: start;
        align-items: flex-start;
    column-gap: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media (max-width: 1000px) {
  .wineLocationArea__wrap {
    position: relative;
  }
}
/*  =========================================================
map
========================================================== */
.wineLocationArea__map {
  overflow: hidden;
}
@media (min-width: 1400.1px) {
  .wineLocationArea__map {
    width: 68.85416667%;
  }
}
@media (max-width: 1400px) and (min-width: 1200.1px) {
  .wineLocationArea__map {
    width: 60%;
  }
}
@media (max-width: 1200px) and (min-width: 1000.1px) {
  .wineLocationArea__map {
    width: 50%;
  }
}
@media (min-width: 1000.1px) {
  .wineLocationArea__map {
    height: calc(100vh - 95px);
    max-height: 100%;
    position: sticky !important;
    top: 95px;
  }
}
@media (max-width: 1000px) {
  .wineLocationArea__map {
    height: 100vh;
    width: 100%;
  }
}
/*  =========================================================
list
========================================================== */
@media (min-width: 1000.1px) {
  .wineLocationArea__listWrap {
    -ms-flex: 1 1;
        flex: 1 1;
    padding-right: 30px;
  }
}
@media (max-width: 1000px) {
  .wineLocationArea__listWrap {
    box-sizing: border-box;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
  }
}
.wineLocationArea__list {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1000.1px) {
  .wineLocationArea__list {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 15px;
  }
}
@media (max-width: 1000px) {
  .wineLocationArea__list {
    column-gap: 10px;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0 10px 10px 10px;
    overflow-x: auto;
  }
}
.wineLocationArea__list--hiden {
  display: none !important;
}

/**
 * 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 winLocationArea
 * @author     gueldner
 * @since      26.09.2022
 * @version    $Id$
 **/
/*  =========================================================
basic structure
========================================================== */
.wineLocationArea__article__title {
  color: #393939;
}
@media (min-width: 600.1px) {
  .wineLocationArea__article__title {
    font: 400 normal 36px/1.35em Arial, sans-serif;
  }
}
@media (max-width: 600px) {
  .wineLocationArea__article__title {
    font: 400 normal 24px/1.25em Arial, sans-serif;
  }
}
.wineLocationArea__article__title:not(:last-child) {
  margin: 0 0 15px 0;
}
.wineLocationArea__article__title:last-child {
  margin: 0;
}
.wineLocationArea__article__subline {
  color: #393939;
}
@media (min-width: 600.1px) {
  .wineLocationArea__article__subline {
    font: 400 25px/34px Arial, sans-serif;
  }
}
@media (max-width: 600px) {
  .wineLocationArea__article__subline {
    font: 400 18px/24px Arial, sans-serif;
  }
}
.wineLocationArea__article__subline:not(:first-child) {
  margin-top: -10px;
}
.wineLocationArea__article__subline:first-child {
  margin-top: 0;
}
.wineLocationArea__article__subline:not(:last-child) {
  margin-bottom: 15px;
}
.wineLocationArea__article__subline:last-child {
  margin-bottom: 0;
}
.wineLocationArea__article__paragraph {
  color: #393939;
  font: 400 normal 17px/1.6em Arial, sans-serif;
}
.wineLocationArea__article__paragraph:not(:last-child) {
  margin: 0 0 15px 0;
}
.wineLocationArea__article__paragraph: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 winLocationArea
 * @author     gueldner
 * @since      26.09.2022
 * @version    $Id$
 **/
/*  =========================================================
WineLocationArea basics
========================================================== */
.wineLocationArea__filter {
  column-gap: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}
.wineLocationArea__filter__item {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  font: 400 16px/20px Arial, sans-serif;
  padding: 8px 13px;
  white-space: nowrap;
}
.wineLocationArea__filter__item:not(.wineLocationArea__filter__item--active, :hover) {
  background-color: #fff;
  border: 1px solid #868686;
  color: #393939;
}
.wineLocationArea__filter__item:is(.wineLocationArea__filter__item--active, :hover) {
  background-color: #c08700;
  border: 1px solid #c08700;
  color: #fff;
}
.wineLocationArea__filter__item__icon {
  font-size: 20px;
  line-height: 20px;
  margin-left: 10px;
  vertical-align: bottom;
}

/**
 * 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 winLocationArea
 * @author     gueldner
 * @since      26.09.2022
 * @version    $Id$
 **/
/*  =========================================================
basic structure
figure
text
========================================================== */
/*  =========================================================
basic structure
========================================================== */
.wineLocationArea__teaser {
  -ms-flex-align: start;
      align-items: flex-start;
  column-gap: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
  text-align: left;
}
@media (min-width: 1000.1px) {
  .wineLocationArea__teaser {
    padding-bottom: 15px;
  }
}
@media (max-width: 1000px) {
  .wineLocationArea__teaser {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 10px;
    width: 290px;
  }
}
@media (min-width: 1000.1px) {
  .wineLocationArea__teaser::before {
    background-color: #fff;
    border: 1px #a7a09e solid;
    bottom: 0;
    content: '';
    left: 53px;
    position: absolute;
    right: 0;
    top: 10px;
  }
}
/* actual link that is positioned */
.wineLocationArea__teaser__link {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
}
/*  =========================================================
figure
========================================================== */
.wineLocationArea__teaser__fig {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
@media (min-width: 1000.1px) {
  .wineLocationArea__teaser__fig {
    position: relative;
  }
}
@media (min-width: 1000.1px) {
  .wineLocationArea__teaser__fig {
    width: 210px;
  }
}
@media (max-width: 1000px) {
  .wineLocationArea__teaser__fig {
    width: 100px;
  }
}
.wineLocationArea__teaser__fig :is(picture,img) {
  display: block;
  width: 100%;
}
.wineLocationArea__teaser__fig img {
  aspect-ratio: 1.5;
  height: auto;
  object-fit: cover;
}
/*  =========================================================
text
========================================================== */
.wineLocationArea__teaser__text {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 10px;
}
@media (min-width: 1000.1px) {
  .wineLocationArea__teaser__text {
    padding: 20px 10px 0 0;
    position: relative;
  }
}
/* title */
.wineLocationArea__teaser__title {
  color: #393939;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin: 0;
}
@media (min-width: 1000.1px) {
  .wineLocationArea__teaser__title {
    font: 700 normal 17px/1.15em Arial, sans-serif;
  }
}
@media (max-width: 1000px) {
  .wineLocationArea__teaser__title {
    font: 700 normal 16px/1.15em Arial, sans-serif;
  }
}
/* opening state */
.wineLocationArea__teaser__openingState {
  color: #393939;
  column-gap: 5px;
  display: -ms-flexbox;
  display: flex;
  font: 400 italic 14px/1.2em Arial, sans-serif;
  -ms-flex-direction: row;
      flex-direction: row;
}
.wineLocationArea__teaser__openingState::before {
  border-radius: 50%;
  content: '';
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  width: 16px;
}
.wineLocationArea__teaser__openingState.opened::before {
  background-color: #73c46c;
}
.wineLocationArea__teaser__openingState.closed::before {
  background-color: #d34545;
}
/* cta fake link */
.wineLocationArea__teaser__cta {
  color: #c08700;
  font: 400 normal 15px/1.15em Arial, sans-serif;
  text-decoration: underline;
}

/**
 * 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 winLocationArea
 * @author     gueldner
 * @since      26.09.2022
 * @version    $Id$
 **/
/*  =========================================================
basic structure
content wrap
close element
figure
text
========================================================== */
/*  =========================================================
basic structure
========================================================== */
.wineLocationArea__overlay {
  background: #fff;
  position: fixed;
  text-align: left;
  z-index: 2;
}
@media (min-width: 1000.1px) {
  .wineLocationArea__overlay {
    box-sizing: border-box;
    padding: 20px 20px 20px 100px;
  }
}
/* position and animation on desktop */
@media (min-width: 1400.1px) {
  .wineLocationArea__overlay {
    width: 31.14583333%;
  }
}
@media (max-width: 1400px) and (min-width: 1200.1px) {
  .wineLocationArea__overlay {
    width: 40%;
  }
}
@media (max-width: 1200px) and (min-width: 1000.1px) {
  .wineLocationArea__overlay {
    width: 50%;
  }
}
@media (min-width: 1000.1px) {
  .wineLocationArea__overlay {
    bottom: 0;
    right: 0;
    transition: margin-right 0.5s ease;
    top: 95px;
  }
  .wineLocationArea__overlay:not(.wineLocationArea__overlay--active) {
    margin-right: -50%;
  }
  .wineLocationArea__overlay.wineLocationArea__overlay--active {
    margin-right: 0;
  }
}
/* position and animation on smartphone */
@media (max-width: 1000px) {
  .wineLocationArea__overlay {
    bottom: 0;
    box-sizing: border-box;
    height: 350px;
    left: 0;
    max-height: calc(100% - 95px);
    padding: 10px;
    right: 0;
    transition: bottom 0.5s ease;
  }
}
.wineLocationArea__overlay:not(.wineLocationArea__overlay--active) {
  bottom: -350px;
}
.wineLocationArea__overlay.wineLocationArea__overlay--active {
  bottom: 0;
}
/*  =========================================================
content wrap
========================================================== */
.wineLocationArea__overlay {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 10px;
}
.wineLocationArea__overlay__wrap {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1000.1px) {
  .wineLocationArea__overlay__wrap {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 10px;
  }
}
@media (max-width: 1000px) {
  .wineLocationArea__overlay__wrap {
    column-gap: 10px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
/*  =========================================================
close element
========================================================== */
.wineLocationArea__overlay__close {
  -ms-flex-align: center;
      align-items: center;
  color: #c08700;
  column-gap: 5px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  font: 400 normal 15px/1.15em Arial, sans-serif;
}
@media (min-width: 1000.1px) {
  .wineLocationArea__overlay__close {
    margin-left: -70px;
  }
}
@media (max-width: 1000px) {
  .wineLocationArea__overlay__close {
    background: #fff;
    left: 0;
    padding: 5px 10px;
    position: sticky;
    top: 0;
  }
}
.wineLocationArea__overlay__close__icon {
  font-size: 6px;
  line-height: 16px;
}
/*  =========================================================
figure
========================================================== */
.wineLocationArea__overlay__fig {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
@media (min-width: 1000.1px) {
  .wineLocationArea__overlay__fig {
    margin-left: -70px;
    max-width: 100%;
    width: 360px;
  }
}
@media (max-width: 1000px) {
  .wineLocationArea__overlay__fig {
    width: 100px;
  }
}
.wineLocationArea__overlay__fig :is(picture,img) {
  display: block;
  width: 100%;
}
.wineLocationArea__overlay__fig img {
  aspect-ratio: 1.5;
  height: auto;
  object-fit: cover;
}
/*  =========================================================
text
========================================================== */
.wineLocationArea__overlay__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 10px;
}
/* title */
.wineLocationArea__overlay__title {
  color: #393939;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin: 0;
}
@media (min-width: 1000.1px) {
  .wineLocationArea__overlay__title {
    font: 700 normal 17px/1.15em Arial, sans-serif;
  }
}
@media (max-width: 1000px) {
  .wineLocationArea__overlay__title {
    font: 700 normal 16px/1.15em Arial, sans-serif;
  }
}
/* opening state */
.wineLocationArea__overlay__openingState {
  color: #393939;
  column-gap: 5px;
  display: -ms-flexbox;
  display: flex;
  font: 400 italic 14px/1.2em Arial, sans-serif;
  -ms-flex-direction: row;
      flex-direction: row;
}
.wineLocationArea__overlay__openingState::before {
  border-radius: 50%;
  content: '';
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  width: 16px;
}
.wineLocationArea__overlay__openingState.opened::before {
  background-color: #73c46c;
}
.wineLocationArea__overlay__openingState.closed::before {
  background-color: #d34545;
}
/* text paragraph */
.wineLocationArea__overlay__paragraph {
  color: #393939;
  font: 400 normal 14px/1.15em Arial, sans-serif;
  margin: 0;
}
.wineLocationArea__overlay__paragraph p:not(:last-child) {
  margin: 0 0 10px 0;
}
.wineLocationArea__overlay__paragraph p:last-child {
  margin: 0;
}
/* cta fake link */
.wineLocationArea__overlay__cta {
  color: #c08700;
  font: 400 normal 15px/1.15em Arial, sans-serif;
  text-decoration: underline;
}
