@font-face {
  font-family: FedraSerif;
  src: url('../fonts/FedraSerifBStd-Demi.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: FedraSerif;
  src: url('../fonts/FedraSerifBStd-Bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: FedraSans;
  src: url('../fonts/FedraSansAltStd-Demi.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --gold: #a69265;
  --gold-light: #d1ba80;
  --gold-dark: #756543;
  --gray: #58585a;
  --paper: #e3e3e4;
  --white: #fff;
}

* { box-sizing: border-box; }

html {
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  color: #000;
  background: var(--white);
  font-family: FedraSans, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
}

img { display: block; max-width: 100%; }

a {
  color: var(--gold);
  font-family: FedraSans, Arial, sans-serif;
}

a:hover,
a:focus-visible {
  color: var(--gold-dark);
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}

h1 {
  margin: 0;
  color: #000;
  font-family: FedraSerif, Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 18px;
  color: var(--gold);
  font-family: FedraSerif, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}

p { margin: 0; }
ul { margin: 0 0 1.5em; padding-left: 20px; }

.pagewrap {
  display: block;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.header { width: 100%; padding-top: 20px; }

.logo {
  display: block;
  width: 160px;
  margin: 0 auto 32px;
}

.logo img { display: block; width: 160px; height: 160px; object-fit: contain; }

.langmenu {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 52px;
  font-size: 17px;
  line-height: 1.3;
}

.langmenu a,
.langmenu a:visited,
.langmenu a:hover,
.langmenu a:focus-visible {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.langmenu a:hover,
.langmenu a:focus-visible {
  color: var(--gold-dark);
  text-decoration: underline;
}

.langmenu a.active,
.langmenu a.active:hover,
.langmenu a.active:focus-visible { color: var(--gold-light); }

.content {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid var(--gold);
  background: var(--paper);
}

.slidecontainer {
  position: relative;
  width: 960px;
  max-width: 100%;
  height: 502px;
  overflow: hidden;
  background: var(--gray);
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 700ms ease;
}

.slide.is-active { opacity: 1; }

.slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 4400ms ease-out;
}

.slide.is-active > img { transform: scale(1.018); }

.slide-copy {
  position: absolute;
  bottom: 38px;
  z-index: 2;
  display: flex;
  max-width: calc(100% - 130px);
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  pointer-events: none;
}

.slide-copy.align-left {
  left: 65px;
  text-align: left;
}
.slide-copy.align-center {
  left: 50%;
  align-items: center;
  transform: translateX(-50%);
  text-align: center;
}
.slide-copy.align-right {
  right: 65px;
  align-items: flex-end;
  text-align: right;
}

.slide-heading,
.slide-subheading {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 6px 12px;
  background: rgb(166 146 101 / 92%);
  color: var(--white);
  font-family: FedraSans, Arial, sans-serif;
  line-height: 1.15;
  text-align: inherit;
}

.slide-heading { font-size: 21px; font-weight: 700; }
.slide-subheading { font-size: 15px; font-weight: 400; }

.innerwrap {
  width: auto;
  margin: 95px 65px 0;
  text-align: left;
}

.intro > h1 { margin-bottom: 25px; }

.columns {
  display: grid;
  grid-template-columns: 375px 375px;
  gap: 80px;
}

.column p {
  margin-bottom: 1.5em;
  line-height: 1.5;
  text-align: left;
}

.column h2 { margin-top: 34px; }
.column > h2:first-child { margin-top: 0; }

.column li {
  line-height: 1.5;
  text-align: left;
}

.column strong {
  font-family: FedraSerif, Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.column a strong,
.column a:hover,
.column a:focus-visible {
  font-family: FedraSans, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.column-divider {
  width: 100%;
  height: 1px;
  margin: 24px 0;
  padding: 0;
  border: 0;
  background-color: #c7c7c7; /* Grau */
}

.column-divider {
  width: 100%;
  height: 1px;
  margin: 24px 0;
  padding: 0;
  border: 0;
  background-color: #c7c7c7;
}

/* Standardmäßig auf Desktop und Tablet ausblenden */
.column-divider.mobile-only {
  display: none;
}

/* Nur mobil anzeigen */
@media (max-width: 700px) {
  .column-divider.mobile-only {
    display: block;
  }
}

.spacer-transparent {
  width: 100%;
  height: 20px;
}

.signature { width: 150px; height: 43px; margin-bottom: 8px;}

.content-image {
  display: block;
  width: 375px;
  height: auto;
  margin: 0 0 1.5em;
}

.content-lightbox { display: block; width: fit-content; }
.content-lightbox:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 3px; }

.link-list { list-style: none; padding: 0; }
.link-list li { margin-bottom: 5px; }

.wine-tour-highlight {
  padding: 12px 14px;
  background: var(--gold);
  color: var(--white);
}

.wine-tour-highlight a,
.wine-tour-highlight a:visited {
  color: var(--white);
}

.wine-tour-highlight a:hover,
.wine-tour-highlight a:focus-visible {
  color: var(--white);
}

.wine-package {
  margin: 0 0 1.5em;
  padding: 9px 8px;
  border: 2px solid var(--gold);
}

.wine-package ul { padding-left: 16px; }
.wine-package li {
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.4;
}

.wine-package p > strong {
  font-family: FedraSans, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.wine-package p:last-child,
.wine-package ul:last-child { margin-bottom: 0; }

.event-item { margin-bottom: 1.25em !important; }
.event-date { font-weight: 700; }

.funding p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.2;
}

.funding img { width: 80%; height: auto; }

.gallery {
  display: grid;
  grid-template-columns: repeat(6, 145px);
  gap: 17px;
  width: 955px;
  margin: 40px 0 50px;
  overflow: hidden;
}

.gallery-item img {
  width: 145px;
  height: 145px;
  object-fit: cover;
}

.bottompattern { width: 960px; height: auto; }

.footer {
  min-height: 220px;
  padding: 42px 0;
  background: var(--gray);
  color: var(--white);
  font-family: FedraSerif, Georgia, serif;
  line-height: 1.5;
  text-align: center;
}

.footer-logo {
  display: block;
  width: 92px;
  height: 92px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.footer > p:first-of-type {
  padding: 0;
  background: none;
}

.footer a,
.footer a:visited {
  color: var(--white);
  font-family: FedraSerif, Georgia, serif;
}

.legal-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
  font-size: 13px;
}

.legal-links a:hover,
.legal-links a:focus-visible {
  color: var(--gold);
  font-style: normal;
  font-weight: 700;
}

.copyright { margin-top: 8px; font-size: 11px; }
.footer-credit { white-space: nowrap; }
.copyright a:hover,
.copyright a:focus-visible {
  color: var(--gold);
  font-style: normal;
  font-weight: 500;
}

.legal-page {
  min-height: 480px;
  padding: 1px 0 90px;
}

.legal-content {
  max-width: 760px;
  margin-top: 65px;
  font-size: 15px;
  line-height: 1.55;
}

.legal-content h1 { margin-bottom: 38px; }
.legal-content h2 { margin-top: 34px; margin-bottom: 12px; }
.legal-content p,
.legal-content ul { margin-bottom: 1.25em; }
.legal-content address { margin-bottom: 1.25em; font-style: normal; }

.contact-form,
.form-status { width: 100%; }

.contact-section {
  margin-top: 48px;
  padding-top: 28px;
  padding-bottom: 30px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.contact-section + .funding { margin-top: 44px; }
.contact-form { padding-bottom: 0; }
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-row { min-width: 0; margin-bottom: 10px; }
.form-row-wide { grid-column: span 2; }

.contact-form label {
  display: block;
  color: var(--gray);
  font-family: FedraSans, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 8px 9px;
  border: 1px solid var(--gold);
  border-radius: 0;
  background: var(--white);
  color: #000;
  font: 14px/1.4 FedraSans, Arial, sans-serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--gold-dark);
  outline-offset: 2px;
}

.contact-form textarea { min-height: 130px; resize: vertical; }

.consent label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.consent input { margin-top: 3px; }

.contact-form button {
  min-width: 150px;
  border: 0;
  padding: 10px 20px;
  background: var(--gray);
  color: var(--white);
  font: 14px FedraSans, Arial, sans-serif;
  cursor: pointer;
}

.contact-form button:hover,
.contact-form button:focus-visible { background: var(--gold-light); }

.form-status {
  margin: 0 0 22px;
  padding: 12px 14px;
  font: 14px/1.4 FedraSans, Arial, sans-serif;
}

.form-status ul { margin: 0; }
.form-status.success { border-left: 4px solid #71824a; background: #eef2e6; }
.form-status.error { border-left: 4px solid #9b3e35; background: #f6e9e7; }

.contact-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.lightbox {
  max-width: 92vw;
  max-height: 92vh;
  border: 0;
  padding: 0;
  background: transparent;
}

.lightbox::backdrop { background: rgb(0 0 0 / 82%); }
.lightbox[open] { animation: lightbox-in 180ms ease-out both; }
.lightbox[open]::backdrop { animation: lightbox-backdrop-in 180ms ease-out both; }
.lightbox.is-closing { animation: lightbox-out 160ms ease-in both; }
.lightbox.is-closing::backdrop { animation: lightbox-backdrop-out 160ms ease-in both; }
.lightbox img { max-width: 88vw; max-height: 88vh; }

@keyframes lightbox-in {
  from { opacity: 0; transform: scale(.97); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes lightbox-out {
  from { opacity: 1; transform: scale(1); }
  to { opacity: 0; transform: scale(.97); }
}

@keyframes lightbox-backdrop-in {
  from { background: rgb(0 0 0 / 0%); }
  to { background: rgb(0 0 0 / 82%); }
}

@keyframes lightbox-backdrop-out {
  from { background: rgb(0 0 0 / 82%); }
  to { background: rgb(0 0 0 / 0%); }
}

.lightbox-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #a69265;
  color: #000;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close:hover { background: var(--gold-light); }
.lightbox-close:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
  background: #a69265;
  color: #000;
}

@media (max-width: 960px) {
  .pagewrap,
  .slidecontainer,
  .bottompattern { width: 100%; }

  .slidecontainer {
    height: 52.2917vw;
    max-height: 502px;
    aspect-ratio: 960 / 502;
  }

  .slide { width: 100%; height: 100%; }

  .innerwrap {
    margin-right: 6.77vw;
    margin-left: 6.77vw;
  }

  .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8.33vw;
  }

  .content-image { width: 100%; }

  .gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.77vw;
    width: 100%;
  }

  .gallery-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 145 / 96;
  }

  .footer { padding-right: 6.77vw; padding-left: 6.77vw; }
}

@media (max-width: 700px) {
  body { font-size: 14px; line-height: 1.25; overflow-x: hidden; }
  .header { padding-top: 15px; }

  .logo,
  .logo img { width: 130px; height: 130px; }

  .logo { margin-bottom: 24px; }
  .langmenu { margin-bottom: 32px; font-size: 16px; }

  .slide-copy { bottom: 18px; max-width: calc(100% - 44px); }
  .slide-copy.align-left { left: 22px; }
  .slide-copy.align-right { right: 22px; }
  .slide-heading,
  .slide-subheading { padding: 5px 9px; }
  .slide-heading { font-size: clamp(16px, 5.2vw, 19px); }
  .slide-subheading { display: none; }

  h1 {
    font-size: clamp(23px, 7.4vw, 30px);
    line-height: 1.25;
    letter-spacing: 2px;
  }

  h2 { font-size: 17px; }
  .innerwrap { margin: 52px 22px 0; }
  .intro > h1 { margin-bottom: 34px; }

  .columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .column,
  .contact-form,
  .form-status { min-width: 0; width: 100%; }

  .column p,
  .column li { line-height: 1.5; }

  .column:nth-child(2) > h2:first-child { margin-top: 30px; }
  .wine-package { padding: 10px 11px; }
  .wine-package li {
    white-space: normal;
    font-size: clamp(11px, calc(2.3vw + 3px), 15px);
  }
  .funding p { font-size: 15px; line-height: 1.35; }
  .funding img { width: 100%; }

  .contact-form input[type='text'],
  .contact-form input[type='email'],
  .contact-form textarea,
  .contact-form button { font-size: 16px; }

  .contact-form button { width: 100%; min-height: 48px; }

  .contact-form-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .form-row-wide { grid-column: auto; }

  .contact-section {
    margin-top: 38px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contact-section + .funding { margin-top: 38px; }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 48px 0;
  }

  .gallery-item,
  .gallery-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .gallery-item { overflow: hidden; }

  .gallery-item img {
    height: 100%;
    object-fit: cover;
  }

  .footer { padding: 36px 22px; }
  .footer-logo { width: 92px; height: 92px; margin-bottom: 18px; }
  .legal-content { margin: 46px 22px 0; padding-bottom: 20px; }
}

@media (max-width: 420px) {
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .slide,
  .slide > img { transition: none; }
  .slide.is-active > img { transform: none; }
  .lightbox[open],
  .lightbox[open]::backdrop,
  .lightbox.is-closing,
  .lightbox.is-closing::backdrop { animation: none; }
}
