.markenwelt-finca-villacreces {
  --color-gold: #f5dd8d;
  --color-dark: #030404;
  --color-text-light: #fff;
  --color-text: #eee1ce;
  position: relative;
  overflow: hidden;
  font-family: Averta, sans-serif;
  background: #030404 url(./bg_mobile.webp) no-repeat center top;
  background-size: auto;
  background-position: top;
  color: var(--color-text);
}

@media (min-width: 768px) {
  .markenwelt-finca-villacreces {
    background: #030404 url(./bg_desktop.webp) no-repeat center top;
  }
}

.markenwelt-finca-villacreces__logo {
  display: block;
  padding: 40px 40px 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  order: 1;
}

@media (min-width: 768px) {
  .markenwelt-finca-villacreces__logo {
    padding: 40px 20px 30px;
    max-width: 480px;
  }
}

.markenwelt-finca-villacreces__headline {
  color: var(--color-text-light);
  font-family: 'BlackerPro', serif;
  font-size: 28px;
  text-align: center;
  margin: 10px 20px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2;
  filter: drop-shadow(4px 2px 6px black);
  order: 2;
}

@media (min-width: 768px) {
  .markenwelt-finca-villacreces__headline {
    font-size: 40px;
    margin: 0 40px;
  }
}

.markenwelt-finca-villacreces__sub-headline {
  color: var(--color-text-light);
  font-family: 'BlackerPro', serif;
  font-size: 24px;
  text-align: center;
  margin: 0 20px 30px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2;
  filter: drop-shadow(4px 2px 6px black);
  order: 3;
}

@media (min-width: 768px) {
  .markenwelt-finca-villacreces__sub-headline {
    font-size: 40px;
    margin: 0 40px 40px;
  }
}

.markenwelt-finca-villacreces__intro {
  text-align: center;
  color: var(--color-text);
  font-size: 16px;
  margin: 40px 20px 0;
  line-height: 1.6;
  order: 5;
}

@media (min-width: 768px) {
  .markenwelt-finca-villacreces__intro {
    font-size: 30px;
    margin: 0 40px 30px;
    order: 4;
  }
}

.markenwelt-finca-villacreces__intro p {
  margin: 0;
  line-height: 1.2;
  filter: drop-shadow(4px 2px 6px black);
}

.markenwelt-finca-villacreces__content {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* Center section with bottle and quote */
.markenwelt-finca-villacreces__center {
  position: relative;
  width: 100%;
  min-height: auto;
  padding: 0;
  margin: 0 auto;
  order: 4;
}

@media (min-width: 768px) {
  .markenwelt-finca-villacreces__center {
    min-height: auto;
    margin: 0 auto;
    max-width: 2560px;
    order: 5;
  }
}

.markenwelt-finca-villacreces__bottle {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: -74vw;
}

@media (min-width: 768px) {
  .markenwelt-finca-villacreces__bottle {
    width: auto;
    height: auto;
    align-items: center;
    max-height: 380px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .markenwelt-finca-villacreces__bottle {
    max-height: 500px;
  }
}

@media (min-width: 1400px) {
  .markenwelt-finca-villacreces__bottle {
    max-height: 720px;
  }
}

.markenwelt-finca-villacreces__bottle picture {
  display: block;
  height: auto;
}

.markenwelt-finca-villacreces__bottle img {
  width: 100%;
}


@media (min-width: 768px) {
  .markenwelt-finca-villacreces__bottle img {
    width: auto;
    height: 950px;
  }
}

@media (min-width: 1200px) {
  .markenwelt-finca-villacreces__bottle img {
    height: 1200px;
  }
}

@media (min-width: 1400px) {
  .markenwelt-finca-villacreces__bottle img {
    height: 100%;
  }
}

.markenwelt-finca-villacreces__box-subhead {
  text-align: center;
  color: var(--color-gold);
  font-family: 'BlackerPro', serif;
  font-size: 22px;
  margin: 30px 20px 10px;
  font-weight: 600;
  line-height: 1.3;
}

.markenwelt-finca-villacreces__box-subhead p {
  margin: 10px 0;
}

.markenwelt-finca-villacreces__quote {
  color: var(--color-gold);
  font-size: 13px;
  line-height: 1.2;
  font-style: italic;
  padding: 8px 0;
  border-radius: 4px;
  text-align: center;
  margin: 0 16px;
}

@media (min-width: 768px) {
  .markenwelt-finca-villacreces__quote {
    font-family: 'BlackerPro', serif;
    max-width: 720px;
    font-size: 15px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .markenwelt-finca-villacreces__quote {
    font-size: 17px;
  }
}

.markenwelt-finca-villacreces__quote p {
  margin-bottom: 15px;
  position: relative;
}

.markenwelt-finca-villacreces__quote--before {
  display: inline-block;
  position: absolute;
  margin: -4px 0 0 -26px;
  width: 20px;
  height: 20px;
  background: url(./quote-01.svg) no-repeat center center;
  background-size: contain;
}

.markenwelt-finca-villacreces__quote--after {
  display: inline-block;
  margin: 0 0 -8px 2px;
  width: 20px;
  height: 20px;
  background: url(./quote-02.svg) no-repeat center center;
  background-size: contain;
}

@media (min-width: 992px) {
  .markenwelt-finca-villacreces__quote--before {
    width: 40px;
    height: 40px;
    margin: -2px 0 0 -46px;
  }

  .markenwelt-finca-villacreces__quote--after {
    width: 40px;
    height: 40px;
    margin: -4px 0 -24px;
  }
}

.markenwelt-finca-villacreces__quote-author {
  font-family: 'BlackerPro', serif;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--color-gold);
}

/* Footer section */
.markenwelt-finca-villacreces__footer {
  position: relative;
  padding: 30px 20px 60px;
  order: 6;
}

@media (min-width: 768px) {
  .markenwelt-finca-villacreces__footer {
    padding: 80px 40px;
  }
}

.markenwelt-finca-villacreces__content-box {
  padding: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .markenwelt-finca-villacreces__content-box {
    max-width: 1040px;
  }
}

@media (min-width: 992px) {
  .markenwelt-finca-villacreces__content-box {
    padding: 0;
  }
}

.markenwelt-finca-villacreces__content-box p {
  font-family: Averta, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  color: var(--color-text);
  margin: 0;
  padding: 0 0 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .markenwelt-finca-villacreces__content-box p {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .markenwelt-finca-villacreces__content-box p {
    font-size: 17px;
  }
}

.markenwelt-finca-villacreces__content-box p:last-child {
  padding-bottom: 0;
}

.markenwelt-finca-villacreces__content-box strong {
  color: var(--color-text);
  font-weight: 600;
}
