/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./styles/styles.scss ***!
  \*****************************************************************************************************************************************/
@font-face {
  font-display: swap;
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  src: url(5992370d6f08801ceaaf.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url(6dacce4cff13d02117d6.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(feb0d8644aca3df9fabf.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url(4014dc96fc81e6741eac.woff2) format("woff2");
}
/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

html {
  font-family: "Mukta", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #3d3d3d;
}

a, button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, .h1 {
  font-family: "Tenor Sans", serif;
  font-size: 1.625rem;
  line-height: 1.25;
  font-weight: normal;
}
@media (min-width: 767px) {
  h1, .h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1500px) {
  h1, .h1 {
    font-size: 2.8125rem;
  }
}

h2, .h2 {
  font-family: "Tenor Sans", serif;
  font-size: 1.625rem;
  line-height: 1.35;
  font-weight: normal;
}
@media (min-width: 767px) {
  h2, .h2 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.625rem;
  }
}

h3, .h3, .c-banner__headline {
  font-family: "Tenor Sans", serif;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: normal;
}
@media (min-width: 767px) {
  h3, .h3, .c-banner__headline {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  h3, .h3, .c-banner__headline {
    font-size: 2.25rem;
  }
}

h4, .h4, .c-wine__name, .c-contact--page .c-contact__headline, .c-contact--widget .c-contact__headline, .c-packages__duration, .c-packages__name, .c-team--about .c-team__member-name, .c-box__headline {
  font-family: "Tenor Sans", serif;
  font-size: 1.0625rem;
  line-height: 1.35;
  font-weight: normal;
}
@media (min-width: 767px) {
  h4, .h4, .c-wine__name, .c-contact--page .c-contact__headline, .c-contact--widget .c-contact__headline, .c-packages__duration, .c-packages__name, .c-team--about .c-team__member-name, .c-box__headline {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  h4, .h4, .c-wine__name, .c-contact--page .c-contact__headline, .c-contact--widget .c-contact__headline, .c-packages__duration, .c-packages__name, .c-team--about .c-team__member-name, .c-box__headline {
    font-size: 1.5rem;
  }
}

h5, .h5, .c-wine__subtitle, .c-contact--page .c-contact__subline, .c-packages__subline, .c-alpakas__subline, .c-article__subline {
  font-family: "Tenor Sans", serif;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: normal;
}
@media (min-width: 767px) {
  h5, .h5, .c-wine__subtitle, .c-contact--page .c-contact__subline, .c-packages__subline, .c-alpakas__subline, .c-article__subline {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  h5, .h5, .c-wine__subtitle, .c-contact--page .c-contact__subline, .c-packages__subline, .c-alpakas__subline, .c-article__subline {
    font-size: 1.3125rem;
  }
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.65;
}
@media (min-width: 1200px) {
  p {
    font-size: 1.0625rem;
  }
}

.container {
  margin: 0 auto;
  padding-left: max(5%, 1.5625rem);
  padding-right: max(5%, 1.5625rem);
  max-width: 93.75rem;
}
.o-button {
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0.5em 0.85em;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
@media (min-width: 767px) {
  .o-button {
    padding: 0.8em 1.2em;
    font-size: 1rem;
  }
}
.o-button:hover {
  opacity: 0.85;
}
.o-button--primary {
  background: rgb(245, 245, 245);
  color: #3d3d3d;
}
.o-button--secondary {
  color: rgb(245, 245, 245);
}
.o-button--tertiary {
  background: rgb(245, 245, 245);
}
.o-button--icon {
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1.6em 0.825em 1.35em;
  gap: 0.7em;
}
.o-button--icon svg {
  display: block;
  height: 1.3em;
  width: auto;
  margin-bottom: -1px;
}
.o-button--icon svg path, .o-button--icon svg polygon {
  fill: currentColor;
}

.o-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.9375rem;
  color: #7E6158;
  font-weight: 500;
}
.o-link--wine {
  color: rgb(142, 64, 77);
}
.o-link__chevron {
  display: block;
  height: 0.75em;
  width: auto;
  margin-bottom: -0.15em;
}

.c-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 1000;
  padding: 2.1875rem 0;
}
.c-header.sticky.scrolling-up {
  position: fixed;
  background: #FAF1E9;
  padding: 0.9375rem 0;
}
.page-id-14 .c-header.sticky.scrolling-up {
  background: #d8c7c7;
}
.c-header.sticky.scrolling-up .c-navigation__topbar {
  display: none;
}
.c-header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header__logo {
  flex-shrink: 0;
}
.c-header__logo img {
  display: block;
  height: 4.0625rem;
  width: auto;
}
@media (min-width: 767px) {
  .c-header__logo img {
    height: 5.3125rem;
  }
}
@media (min-width: 1200px) {
  .c-header__logo img {
    height: 5.875rem;
  }
}
.c-header__hamburger {
  height: 2.3125rem;
  padding: 0.5rem !important;
  margin: -0.5rem !important;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .c-header__hamburger {
    display: none !important;
  }
}

.c-navigation__topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 1.25rem;
}
@media (max-width: 991.98px) {
  .c-navigation__topbar {
    display: none;
  }
}
.c-navigation__topbar-item {
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  color: #7E6158;
  gap: 0.5rem;
}
.page-id-14 .c-navigation__topbar-item {
  color: rgb(142, 64, 77);
}
.c-navigation__topbar-icon {
  display: block;
  height: 1.5em;
  width: auto;
}

.c-navigation {
  display: none;
  position: absolute;
  inset: 0 0 auto;
  background: #FAF1E9;
  padding: 9.375rem 1.875rem 3.125rem;
  z-index: -1;
  box-shadow: 0 0 0.375rem rgba(200, 200, 200, 0.4);
}
@media (min-width: 767px) {
  .c-navigation {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media (min-width: 992px) {
  .c-navigation {
    position: static;
    background: none;
    box-shadow: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 1.5625rem;
    z-index: auto;
  }
}
.c-navigation__main .nav-menu {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
}
@media (max-width: 991.98px) {
  .c-navigation__main .nav-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-navigation__main .nav-menu > .menu-item > a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  gap: 0.4em;
}
@media (min-width: 1200px) {
  .c-navigation__main .nav-menu > .menu-item > a {
    font-size: 1.125rem;
  }
}
.c-navigation__main .menu-item-svg {
  display: block;
  height: 1.5em;
  width: auto;
  margin-top: -0.25em;
}
.c-navigation__main .menu-item-has-children {
  position: relative;
}
.c-navigation__main .menu-item-has-children::before {
  content: "";
  display: none;
  position: absolute;
  left: -1.75rem;
  right: -1.75rem;
  top: 100%;
  bottom: -1.875rem;
}
@media (min-width: 992px) {
  .c-navigation__main .menu-item-has-children:hover::before {
    display: block;
  }
  .c-navigation__main .menu-item-has-children:hover .menu-item-svg {
    rotate: 180deg;
  }
  .c-navigation__main .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    translate: -50% 0;
  }
}
.c-navigation__main .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgb(245, 245, 245);
  color: #3d3d3d;
  padding: 0.625rem 1.25rem;
  border-radius: 0.3125rem;
  margin-top: 1.25rem;
  box-shadow: 0 2px 8px rgba(120, 120, 120, 0.15);
  pointer-events: none;
  translate: -50% 3.125rem;
  transition: opacity 0.15s cubic-bezier(0.45, 0, 0.55, 1) 0.1s, translate 0.25s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
  z-index: 100;
}
@media (min-width: 992px) {
  .c-navigation__main .sub-menu::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -0.625rem;
    margin-bottom: -1px;
    display: block;
    width: 0;
    height: 0;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-bottom: 0.625rem solid rgb(245, 245, 245);
    filter: drop-shadow(0 -3px 5px rgba(120, 120, 120, 0.15));
    z-index: -1;
  }
}
.c-navigation__main .sub-menu .menu-item {
  display: block;
  padding: 0.6875rem 0.3125rem;
  border-bottom: 1px solid rgb(230, 230, 230);
  padding-right: 3.125rem;
  transition: color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-navigation__main .sub-menu .menu-item:hover {
  color: #FAF1E9;
}
.c-navigation__main .sub-menu .menu-item:last-child {
  border-bottom: none;
}

[data-hamburger].is-active ~ .c-navigation {
  display: block;
}

.c-teaser {
  padding: 6.25rem 0 0;
  background: #FAF1E9;
  margin-bottom: 20%;
}
@media (min-width: 767px) {
  .c-teaser {
    padding: 9.375rem 0 0;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 992px) {
  .c-teaser {
    padding: 12.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .c-teaser {
    margin-bottom: 6.25rem;
  }
}
.c-teaser.error-404 {
  min-height: 75vh;
}
.c-teaser--wine {
  background: #d8c7c7;
}
.c-teaser--subpage {
  padding: 10rem 0 1.875rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .c-teaser--subpage {
    padding: 12.5rem 0 4.375rem;
  }
}
@media (min-width: 1500px) {
  .c-teaser--subpage {
    padding: 15rem 0 5.625rem;
  }
}
.c-teaser--subpage .c-teaser__text {
  padding: 0;
}
.c-teaser__flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 767px) {
  .c-teaser__flex {
    flex-direction: row;
  }
}
.c-teaser__text {
  flex: 0 0 42%;
  padding: 4.375rem 0;
  max-width: 30rem;
}
.c-teaser__visual {
  flex: 0 0 56%;
  display: flex;
  justify-content: space-between;
  margin-bottom: -20%;
}
@media (min-width: 767px) {
  .c-teaser__visual {
    margin-bottom: -3.125rem;
  }
}
@media (min-width: 992px) {
  .c-teaser__visual {
    margin-bottom: -4.375rem;
  }
}
.c-teaser__image {
  flex: 0 0 48%;
  aspect-ratio: 3/4;
  border-radius: 0.25rem;
  overflow: hidden;
}
.c-teaser__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-teaser__subline {
  margin-bottom: 1em;
}
.c-teaser__headline {
  margin-bottom: 0.75em;
}
.c-teaser__link {
  font-size: 1rem;
}

.c-article {
  text-align: center;
  padding: 3.125rem 0;
}
@media (min-width: 1200px) {
  .c-article {
    padding: 5rem 0;
  }
}
.c-article__icon {
  display: block;
  height: 3.4375rem;
  width: auto;
  margin: 0 auto 1.875rem;
}
.c-article__headline {
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .c-article__text {
    padding: 0 10%;
  }
}

.c-categories {
  padding: 2.5rem 0;
  margin-bottom: 2.5rem;
}
@media (min-width: 767px) {
  .c-categories {
    padding: 4.375rem 0;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .c-categories {
    margin-bottom: 5rem;
  }
}
.c-categories__flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.875rem;
}
@media (min-width: 767px) {
  .c-categories__flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .c-categories__flex {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.c-box__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-bottom: 1.5625rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.c-box--3-4 .c-box__image {
  aspect-ratio: 3/4;
}
.c-box__headline {
  margin: 0.5em 0;
}

.c-alpakas {
  background: #FAF1E9;
  text-align: center;
  padding: 4.375rem 0;
}
@media (min-width: 767px) {
  .c-alpakas {
    padding: 5.3125rem 0;
  }
}
@media (min-width: 992px) {
  .c-alpakas {
    padding: 6.25rem 0;
  }
}
.c-alpakas__subline {
  color: #7E6158;
}
.c-alpakas__slider {
  margin-top: 2.5rem;
}
@media (min-width: 767px) {
  .c-alpakas__slider {
    margin-top: 4.375rem;
  }
}
.c-alpakas .splide__arrow {
  top: calc(50% - 40px);
  background: rgb(245, 245, 245);
  width: 2.5em;
  height: 2.5em;
  opacity: 1;
  box-shadow: 0 0 0.25rem rgba(60, 60, 60, 0.2);
}
.c-alpakas .splide__arrow--prev {
  left: -1.25em;
}
.c-alpakas .splide__arrow--next {
  right: -1.25em;
}
.c-alpakas .splide__arrow svg {
  width: 1em;
  height: 1em;
}
.c-alpakas .splide__pagination {
  position: static;
  margin-top: 1.5625rem;
}
.c-alpakas .splide__pagination__page {
  background: #d2c1c1;
  width: 0.625rem;
  height: 0.625rem;
}
.c-alpakas .splide__pagination__page.is-active {
  background: #7E6158;
  transform: none;
}

.c-image-text {
  padding: 4.375rem 0;
}
@media (min-width: 767px) {
  .c-image-text {
    padding: 8.125rem 0;
  }
}
@media (min-width: 992px) {
  .c-image-text {
    padding: 12.5rem 0;
  }
}
.c-image-text--v2 {
  padding: 4.375rem 0;
}
@media (min-width: 767px) {
  .c-image-text--v2 {
    padding: 6.25rem 0;
  }
}
@media (min-width: 992px) {
  .c-image-text--v2 {
    padding: 9.375rem 0;
  }
}
.c-image-text--v2 .c-image-text__content {
  flex: 0 0 45%;
}
.c-image-text--v2 .c-image-text__visual {
  flex: 0 0 50%;
}
.c-image-text--grey {
  background: #d2c1c1;
}
.c-image-text--grey .c-image-text__subline {
  color: #3d3d3d;
}
.c-image-text--grey .c-image-text__background {
  background: #bba2a2;
}
.c-image-text--grey .c-image-text__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 7.1875rem;
  width: auto;
  translate: 15% 23%;
}
.c-image-text--grey .c-image-text__link {
  color: rgb(142, 64, 77);
}
.c-image-text__flex {
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
}
@media (min-width: 767px) {
  .c-image-text__flex {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 0;
  }
}
.c-image-text__content {
  flex: 0 0 50%;
}
.c-image-text__visual {
  position: relative;
  flex: 0 0 40%;
  z-index: 10;
}
.c-image-text__visual--double {
  display: flex;
  flex-direction: row;
  gap: 0.9375rem;
}
.c-image-text__visual--double .c-image-text__image {
  width: calc((100% - 15px) / 2);
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.c-image-text__visual--iframe iframe {
  display: block;
  width: 100%;
  height: 31.25rem;
}
.c-image-text__background {
  position: absolute;
  inset: -1.875rem -1.25rem 1.25rem 1.25rem;
  border-radius: 0.3125rem;
  background: #FAF1E9;
  z-index: -1;
}
.c-image-text__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}
.c-image-text__subline {
  color: #7E6158;
}
.c-image-text__headline {
  margin-top: 0.125em;
  margin-bottom: 0.75em;
}
.c-image-text__link {
  font-size: 1rem;
  margin-top: 2em;
}

.c-team--about {
  padding: 4.375rem 0;
}
@media (min-width: 767px) {
  .c-team--about {
    padding: 8.125rem 0;
  }
}
@media (min-width: 992px) {
  .c-team--about {
    padding: 9.375rem 0;
  }
}
.c-team--about .c-team__subline {
  color: #7E6158;
}
.c-team--about .c-team__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media (min-width: 767px) {
  .c-team--about .c-team__list {
    margin-top: 3.125rem;
  }
}
@media (min-width: 992px) {
  .c-team--about .c-team__list {
    grid-template-columns: 1fr 1fr;
    gap: 3.125rem 1.875rem;
    margin-top: 5rem;
  }
}
.c-team--about .c-team__item {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
@media (min-width: 767px) {
  .c-team--about .c-team__item {
    flex-direction: row;
  }
}
.c-team--about .c-team__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
  border-radius: 0.25rem;
  object-fit: cover;
}
@media (min-width: 767px) {
  .c-team--about .c-team__image {
    width: 12.5rem;
  }
}
.c-team--about .c-team__member-subline {
  font-size: 0.9375rem;
}
.c-team--about .c-team__member-name {
  margin: 0.25em 0 1em;
  color: #7E6158;
}
.c-team--about .c-team__member-text {
  font-size: 0.9375rem;
  padding-right: 1.875rem;
}

.c-team--home .c-team__list {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
  margin-top: 1.875rem;
}
.c-team--home .c-team__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 3.75rem;
}
.c-team--home .c-team__image {
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.4375rem;
}

.c-team.c-team--wine .c-image-text__subline {
  color: rgb(142, 64, 77);
}
.c-team.c-team--wine .c-image-text__background {
  background: #d8c7c7;
}

.c-banner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 1.875rem;
  padding-bottom: 3.125rem;
  margin-top: 3.125rem;
}
@media (min-width: 767px) {
  .c-banner {
    justify-content: space-between;
    flex-direction: row;
    padding: 5rem;
  }
}
@media (min-width: 1500px) {
  .c-banner {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
.c-banner--image {
  width: 100%;
  aspect-ratio: 4/3;
  padding: 0;
  margin: 4.375rem 0 0;
}
@media (min-width: 992px) {
  .c-banner--image {
    aspect-ratio: 16/9;
    margin: 8.125rem 0 0;
  }
}
.c-banner--image .c-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner--wine .c-banner__background::after {
  background: #d8c7c7;
}
.c-banner__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 0.5rem;
  overflow: hidden;
  opacity: 0.65;
}
.c-banner__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFE1C3;
  opacity: 0.9;
  z-index: 2;
}
.c-banner__background-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner__content {
  flex: 0 0 33%;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .c-banner__content {
    flex: 0 0 60%;
    text-align: left;
    margin: 0;
  }
}
.c-banner__visual {
  display: flex;
  justify-content: center;
  position: relative;
  flex: 0 0 30%;
  margin-bottom: 9.375rem;
}
@media (min-width: 767px) {
  .c-banner__visual {
    margin: 0;
  }
}
.c-banner__image {
  display: block;
  position: absolute;
  top: -6.875rem;
  height: calc(100% + 13.75rem);
}
.c-banner__headline {
  margin-bottom: 0.5em;
  max-width: 23.75rem;
}
.c-banner__text {
  margin: 1.5em 0;
  max-width: 38.75rem;
}

.c-packages {
  text-align: center;
  padding: 4.375rem 0;
}
@media (min-width: 767px) {
  .c-packages {
    padding: 8.125rem 0;
  }
}
@media (min-width: 992px) {
  .c-packages {
    padding: 9.375rem 0;
  }
}
.c-packages--page {
  padding: 3.125rem 0 5rem;
}
@media (min-width: 767px) {
  .c-packages--page {
    padding: 5rem 0 6.25rem;
  }
}
@media (min-width: 992px) {
  .c-packages--page {
    padding: 7.5rem 0 7.5rem;
  }
}
.c-packages__subline {
  color: #7E6158;
}
.c-packages__headline {
  margin: 0.125em 0 0.5em;
}
.c-packages__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
}
@media (min-width: 767px) {
  .c-packages__list {
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
  }
}
@media (min-width: 992px) {
  .c-packages__list {
    margin-top: 5rem;
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .c-packages__list {
    gap: 3.125rem;
  }
}
.c-packages__item {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
}
.c-packages__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-packages__image-holder {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 0.25rem;
  overflow: hidden;
}
.c-packages__header {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0;
}
.c-packages__name {
  margin-bottom: 0;
}
.c-packages__duration {
  color: #7E6158;
}
.c-packages__text {
  font-size: 0.9375rem;
  line-height: 1.65;
}
.c-packages__prices {
  margin-top: 1.25rem;
}
.c-packages__prices div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-packages__prices div + div {
  margin-top: 0.3125rem;
}
.c-packages__prices dt {
  font-weight: 500;
}
.c-packages__prices dd {
  font-weight: 500;
  color: #7E6158;
}
.c-packages__content {
  list-style: none;
}
.c-packages__content li {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  padding: 0.3125rem 0;
}
.c-packages__content li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #CEB7B0;
  margin-bottom: -1px;
}

.c-footer {
  padding: 5rem 0 7.5rem;
  background: #FAF1E9;
}
.page-id-14 .c-footer {
  background: #d8c7c7;
}
.c-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
}
@media (min-width: 992px) {
  .c-footer__grid {
    grid-template-columns: auto 1fr 1fr 1fr;
  }
}
.c-footer__logo {
  display: block;
  height: 6.25rem;
  flex-shrink: 0;
  width: auto;
}
.c-footer__headline {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #d2c1c1;
  margin-bottom: 1em;
}
.page-id-14 .c-footer__headline {
  border-color: #bba2a2;
}
.c-footer__column, .c-footer__column p {
  font-size: 0.9375rem;
  line-height: 1.75;
}

.c-contact__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.c-contact__item {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  font-size: 1.0625rem;
}
.c-contact__icon {
  display: block;
  height: 1.85em;
  width: auto;
}

.c-contact--widget {
  margin-top: 2.1875rem;
}
.c-contact--widget .c-contact__headline {
  margin-bottom: 1em;
}

.c-contact--page {
  padding: 4.375rem 0;
}
@media (min-width: 767px) {
  .c-contact--page {
    padding: 8.125rem 0;
  }
}
@media (min-width: 992px) {
  .c-contact--page {
    padding: 12.5rem 0;
  }
}
.c-contact--page .c-contact__flex {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media (min-width: 992px) {
  .c-contact--page .c-contact__flex {
    flex-direction: row;
    gap: 6.25rem;
  }
}
.c-contact--page .c-contact__column {
  flex: 1 0 auto;
}
.c-contact--page .c-contact__logo {
  display: block;
  width: auto;
}
.c-contact--page .c-contact__logo--alpaka {
  height: 5.625rem;
}
.c-contact--page .c-contact__logo--wine {
  height: 4.5625rem;
}
.c-contact--page .c-contact__logo-wrapper {
  display: flex;
  align-items: center;
  height: 6.25rem;
  margin-bottom: 2.1875rem;
}
.c-contact--page .c-contact__headline {
  margin-bottom: 1em;
}
.c-contact--page .c-contact__address {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1.875rem 0;
}
.c-contact--page .c-contact__block {
  margin: 3.125rem 0;
}
.c-contact--page .c-contact__subline {
  margin-bottom: 1em;
}

.c-gallery {
  padding: 6.25rem 0;
}
@media (min-width: 767px) {
  .c-gallery {
    padding: 10.625rem 0;
  }
}
@media (min-width: 992px) {
  .c-gallery {
    padding: 15.625rem 0;
  }
}
.c-gallery__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
}
@media (min-width: 767px) {
  .c-gallery__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .c-gallery__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-gallery__item {
  height: 12.5rem;
}
@media (min-width: 767px) {
  .c-gallery__item {
    height: 18.75rem;
  }
}
@media (min-width: 992px) {
  .c-gallery__item:first-child, .c-gallery__item:last-child {
    grid-column: span 2;
  }
}
.c-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-wine {
  text-align: center;
  padding: 4.375rem 0;
}
@media (min-width: 767px) {
  .c-wine {
    padding: 6.25rem 0;
  }
}
@media (min-width: 992px) {
  .c-wine {
    padding: 9.375rem 0;
  }
}
.c-wine__subtitle {
  color: rgb(142, 64, 77);
}
.c-wine__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.0625rem 1.875rem;
  margin-top: 3.125rem;
}
@media (min-width: 767px) {
  .c-wine__list {
    margin-top: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .c-wine__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .c-wine__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-wine__item:hover .c-wine__text {
  opacity: 1;
}
.c-wine__item:hover .c-wine__image {
  opacity: 0;
  translate: 0 5.3125rem;
}
.c-wine__background {
  position: relative;
  aspect-ratio: 3/4;
  background: #d8c7c7;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 0.25rem;
}
.c-wine__text {
  position: absolute;
  inset: 10% 10% auto;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgb(142, 64, 77);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 2;
}
.c-wine__image {
  display: block;
  height: 85%;
  width: auto;
  translate: 0 2.1875rem;
  filter: drop-shadow(0px 5px 8px rgba(150, 150, 150, 0.25));
  transition: all 0.25s ease;
}
.c-wine__caption {
  margin-top: 2.1875rem;
  padding: 1.5625rem 0 0;
}
.c-wine__subline {
  font-size: 0.875rem;
  color: rgb(142, 64, 77);
}

.c-page {
  padding: 4.375rem 0;
}
.c-page h2, .c-page h3, .c-page h4 {
  margin-bottom: 1em;
}
.c-page p + p {
  margin-top: 1.25rem;
}
.c-page strong {
  font-weight: 800;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #7E6158;
}

.hamburger-box {
  width: 36px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 36px;
  height: 3px;
  background-color: #7E6158;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
