@font-face {
  font-family: Dia-Med;
  src: url("DiatypePre-Medium.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: Dia-Med-Ita;
  src: url("DiatypePre-MediumItalic.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: Dia-Reg;
  src: url("DiatypePre-Regular.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: Dia-Reg-Ita;
  src: url("DiatypePre-Italic.otf") format("opentype");
  font-style: normal;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.flickity-slider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  color: #333;
  background: #ffffffbf;
  border: none;
  position: absolute;
}

.flickity-button:hover {
  cursor: pointer;
  background: #fff;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: .6;
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  left: 10px;
  right: auto;
}

.flickity-prev-next-button .flickity-button-icon {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 20%;
}

.flickity-page-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  position: absolute;
  bottom: -25px;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  opacity: .25;
  cursor: pointer;
  background: #333;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  display: inline-block;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.page-transition {
  transition-property: opacity;
  transition-duration: .25s;
}

html.is-changing .page-transition {
  opacity: 1;
  transition: opacity .25s;
}

html.is-animating .page-transition {
  opacity: 0;
}

html {
  scrollbar-gutter: stable;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "kern" "calt" 1;
  -ms-font-feature-settings: "kern" "calt" 1;
  -o-font-feature-settings: "kern" "calt" 1;
  -webkit-font-feature-settings: "kern" "calt" 1;
  font-feature-settings: "kern" "calt" 1;
  font-kerning: normal;
  background-color: #fff;
  margin: 0;
  font-family: Dia-Reg, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.2em;
}

@media (width <= 700px) {
  body {
    font-size: 1em;
  }
}

p {
  color: #000;
  margin-block: 0;
}

p + p {
  margin-top: 1em;
}

em {
  font-family: Dia-Med-Ita, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
}

ul {
  color: #000;
  margin-block: 0;
  margin-inline: 0;
  padding-inline-start: 18px;
  list-style-type: "• ";
  display: block;
}

hr {
  color: #fff;
  border: 1px solid #fff;
  border-top-color: #000;
  margin-left: 20px;
  margin-right: 20px;
}

.menu-container {
  width: 100%;
  position: absolute;
}

.menu {
  z-index: 3;
  max-width: 1600px;
  margin: 20px auto;
  padding: 0 20px;
  transition: max-height .7s ease-in-out;
  position: relative;
}

.menu a {
  color: #000;
  text-decoration: none;
}

.menu a a:visited {
  color: #000;
}

.menu ul {
  padding-inline-start: 0;
  list-style-type: none;
}

.menu ul li:first-child {
  margin-bottom: 1em;
}

.menu.white, .menu.white a, .menu.white a a:visited {
  color: #fff;
}

.headerImage {
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: clamp(400px, 80vh, 700px);
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.noheaderimagespacing {
  height: 200px;
}

.logo {
  width: 80%;
  max-width: 500px;
}

.logo img {
  width: 100%;
}

.slogan {
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  max-width: 1600px;
  margin: 20px auto 100px;
  padding: 0 20px;
  display: grid;
}

.slogan .row1 {
  grid-row: 1;
}

.slogan .row2 {
  grid-row: 2;
}

.slogan .row3 {
  grid-row: 3;
}

.slogan .row4 {
  grid-row: 4;
}

.slogan .row5 {
  grid-row: 5;
}

.slogan .column1 {
  grid-column: 1;
}

.slogan .column2 {
  grid-column: 2;
}

.slogan .column3 {
  grid-column: 3;
}

@media (width <= 700px) {
  .slogan .column3 {
    display: none;
  }

  .slogan {
    grid-template-columns: repeat(2, 1fr);
  }
}

.slogan .doubleindent {
  text-indent: 6em;
}

.slogan .singleindent {
  text-indent: 3em;
}

.slogan .apl {
  grid-area: 1 / 4;
  align-self: center;
  margin-top: 140px;
  position: absolute;
  right: 10px;
  rotate: -90deg;
}

@media (width <= 920px) {
  .slogan .doubleindent {
    text-indent: 3em;
  }

  .slogan .singleindent {
    text-indent: 1.5em;
  }
}

.grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1600px;
  margin: 20px auto;
  padding: 0 20px;
  display: grid;
}

.grid .column {
  grid-column: span var(--span);
  margin-bottom: 60px;
}

.grid .column .blocks figure {
  margin: 0;
}

.grid .column .blocks img {
  width: 100%;
  height: auto;
  display: block;
}

.grid .column .blocks .text-block p {
  text-indent: 3em;
}

.grid .column .blocks .text-block p:first-of-type {
  text-indent: 0;
}

@media (width <= 700px) {
  .grid .column .blocks .text-block p + p {
    margin-top: 0;
  }
}

.grid .column .blocks .text-block a {
  color: #000;
  text-decoration: underline;
}

.grid .column .blocks .text-block a a:visited {
  color: #000;
}

.grid .column .blocks:has(.text-block + .text-block) figure {
  grid-column: span 2;
}

.grid .column .blocks:has(.text-block + .text-block) {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

@media (width <= 700px) {
  .grid .column .blocks:has(.text-block + .text-block) {
    display: block;
  }

  .grid .column .blocks:has(.text-block + .text-block) .text-block {
    margin-top: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .grid .column {
    grid-column: span 1;
    margin-bottom: 0;
  }
}

#home .slideshow-title {
  box-sizing: border-box;
  max-width: 1600px;
  margin: 60px auto 0;
}

#home .more {
  text-align: right;
  max-width: 1600px;
  margin: 20px auto;
}

#home .more a {
  color: #000;
  padding: 0 20px;
  text-decoration: none;
}

#home .slideshow-container {
  max-width: 1600px;
  margin: 60px auto 0;
  padding: 0 20px;
}

#home .more + .slideshow-container {
  margin-top: 40px;
}

#home .slideshow .slide {
  width: calc(66.6667% - 6.66667px);
  margin-right: 20px;
}

#home .slideshow .slide.onecolumn {
  width: calc(33.3333% - 13.3333px);
}

#home .slideshow .slide.onecolumn .slide-texts {
  grid-template-columns: 1fr;
}

#home .slideshow .slide figure {
  margin: 0;
}

#home .slideshow .slide img {
  width: 100%;
  height: auto;
  display: block;
}

#home .slideshow .slide .slide-texts {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
  display: grid;
}

@media (width <= 700px) {
  #home .slideshow .slide {
    width: 100% !important;
  }

  #home .slideshow .slide .slide-texts {
    display: block;
  }
}

#home .news {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1600px;
  margin: 20px auto 60px;
  padding: 0 20px;
  display: grid;
}

@media (width <= 700px) {
  #home .news {
    grid-template-columns: 1fr;
  }
}

#home .news .news-item {
  margin: 0;
}

#home .news .news-item .news-title, #home .news .news-item .news-date {
  text-align: left;
}

#home .news .news-item .news-content {
  margin-top: 1em;
}

.cart-header {
  box-sizing: border-box;
  text-align: right;
  z-index: 3;
  pointer-events: none;
  width: 100%;
  max-width: 1600px;
  margin: 20px auto 0;
  padding: 0 20px;
  position: absolute;
}

.cart-header.white {
  color: #fff;
}

.cart-header .cart-header-label {
  pointer-events: auto;
  cursor: pointer;
}

.cart-footer {
  margin-top: 1em;
}

.checkout-btn {
  cursor: pointer;
  text-underline-offset: 6px;
  margin-top: 1em;
  text-decoration: underline 1px;
}

.cart-overlay {
  box-sizing: border-box;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: opacity .3s, visibility .3s;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}

.cart-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-overlay-header.grid {
  z-index: 1;
  background: #fff;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.cart-overlay-header.grid .column {
  margin-bottom: 0;
}

.cart-overlay-title {
  font-weight: normal;
}

.cart-close {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 1em;
}

.shop-block {
  border-top: 1px solid #000;
}

.shop-block .shop-product-note, .shop-block .shop-product-details-body {
  grid-template-columns: 1fr 140px 90px;
  gap: 20px;
  display: grid;
}

.shop-block .shop-variants {
  flex-direction: column;
  gap: 24px;
  margin-top: 20px;
  display: flex;
}

.shop-block .shop-gebinde, .shop-block .shop-jahrgang {
  margin-top: 10px;
}

.shop-block .shop-gebinde-select, .shop-block .shop-jahrgang-select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.shop-block .shop-variant-soldout {
  color: #d3d3d3;
}

.shop-block .shop-variant-row {
  grid-template-columns: 1fr 140px 90px;
  align-items: center;
  gap: 20px;
  display: none;
}

.shop-block .shop-variant-row.is-active {
  display: grid;
}

.shop-block .shop-variant-option {
  cursor: pointer;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.shop-block .shop-variant-option input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
}

.shop-block .shop-variant-price-per-liter {
  color: #d3d3d3;
  margin-top: 2px;
  font-size: .85em;
}

.shop-block .shop-variant-qty {
  align-items: center;
  gap: 8px;
  display: flex;
}

.shop-block .shop-variant-qty .qty-btn {
  cursor: pointer;
  background: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  font-family: inherit;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

.shop-block .shop-variant-qty .qty-btn:hover {
  background: #f0f0f0;
}

.shop-block .shop-variant-qty .cart-count {
  text-align: center;
}

.shop-block .shop-product-note {
  color: #d3d3d3;
  margin-top: 5px;
  font-size: .85em;
}

.shop-block .shop-product-note .shop-product-note-text {
  grid-column: 1 / span 2;
}

.shop-block .shop-product-note .shop-product-note-cart {
  grid-column: 3;
}

.shop-block .shop-product-details {
  border-bottom: 1px solid #000;
  margin-top: 20px;
  padding-bottom: 40px;
}

.shop-block .shop-product-details .shop-product-details-title {
  margin-bottom: 20px;
  font-weight: bold;
}

.shop-block .shop-product-details .shop-product-details-text {
  grid-column: 1 / span 3;
}

.shop-block .shop-product-details .shop-product-details-specs {
  grid-column: 3;
}

@media (width <= 700px) {
  .shop-block .shop-product-note, .shop-block .shop-product-details-body, .shop-block .shop-variant-row {
    grid-template-columns: 1fr 80px 70px;
    gap: 8px;
  }

  .shop-block .shop-product-note .shop-product-note-text, .shop-block .shop-product-details-body .shop-product-details-text {
    grid-column: 1 / span 3;
  }

  .shop-block .shop-variant-row {
    padding-bottom: 16px;
  }
}

.cart-overlay .shop-block .shop-product-note, .cart-overlay .shop-block .shop-product-details-body {
  display: none;
}

.cart-overlay .shop-block .shop-gebinde, .cart-overlay .shop-block .shop-jahrgang {
  margin-right: 20px;
  display: inline-block;
}

.cart-overlay .shop-block .shop-product-details {
  margin-top: 0;
}

@media (width <= 700px) {
  .cart-overlay .shop-block .shop-variant-row {
    border-bottom: none;
    grid-template-columns: 1fr 80px 70px;
    padding-bottom: 0;
  }

  .shop-jahrgang {
    display: block !important;
  }
}

.footer .footerlogo {
  background-position: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.footer .footerlogo img {
  width: 80%;
  max-width: 500px;
}

.footer .wappen {
  background-position: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin: 10px 0 -30px;
  display: flex;
}

@media (width <= 1150px) {
  .footer .wappen {
    margin: 10px 0 20px;
  }
}

@media (width <= 700px) {
  .footer .wappen {
    margin: -30px 0 30px;
  }
}

.footer .wappen img {
  width: 80%;
  max-width: 300px;
}

@media (width <= 700px) {
  .footer .wappen img {
    width: 45%;
  }
}

.footer .footer-vierspalter {
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  max-width: 1600px;
  margin: 20px auto 60px;
  padding: 0 20px;
  display: grid;
}

@media (width <= 700px) {
  .footer .footer-vierspalter {
    grid-template-columns: repeat(2, 1fr);
    margin: 20px auto 10px;
  }
}

.footer .footer-vierspalter ul {
  padding-inline-start: 0;
  list-style-type: none;
}

.footer .footer-vierspalter a {
  color: #000;
  text-decoration: none;
}

.footer .footer-vierspalter a a:visited {
  color: #000;
}

.footer .footer-vierspalter .doubleindent {
  margin-left: 6em;
}

@media (width <= 700px) {
  .footer .footer-vierspalter .doubleindent {
    margin-left: 0;
  }
}

.footer .footer-vierspalter .singleindent {
  margin-left: 3em;
}

[x-cloak] {
  display: none !important;
}

.gate {
  z-index: 10;
  color: #fff;
  background: #000 center / cover;
  flex-direction: column;
  display: none;
  position: fixed;
  inset: 0;
}

.gate-image {
  background-position: center;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 0;
  display: flex;
}

html.has-gate {
  overflow: hidden;
}

html.has-gate .gate {
  display: flex;
}

.gate-bar {
  box-sizing: border-box;
  border-top: 1px solid #fff;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
  display: grid;
}

.gate-bar .gate-text {
  color: #fff;
  grid-column: span 2;
  padding-right: 60px;
}

.gate-bar .gate-text p {
  color: #fff;
}

.gate-bar .gate-text a {
  color: inherit;
  text-decoration: none;
}

.gate-bar .gate-text a:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.gate-bar .gate-actions {
  grid-column: 3;
  align-items: flex-start;
  gap: 3em;
  display: flex;
}

.gate-bar button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

@media (width <= 700px) {
  .gate-bar {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gate-bar .gate-text, .gate-bar .gate-actions {
    grid-column: 1;
  }
}
/*# sourceMappingURL=app.css.map */
