/* Textfreie Aquarellvorlage: sämtliche Inhalte bleiben übersetzbares HTML. */
.site-foot.footer-frontpage {
  min-height: clamp(560px, 33.333vw, 724px);
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff7e5 url("../images/optimized/Footer_Frontpage001_background-2172.webp") center center / cover no-repeat;
  color: #2b443b;
  overflow: hidden;
}

.site-foot.footer-frontpage::before,
.site-foot.footer-frontpage::after {
  content: none;
}

.footer-frontpage-inner {
  box-sizing: border-box;
  width: min(100%, 2172px);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(85px, 5.7vw, 124px) clamp(32px, 8.7vw, 190px) 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-frontpage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(26px, 3.3vw, 72px);
  width: min(100%, 1500px);
  margin: 0 auto;
}

.footer-frontpage-column h2 {
  margin: 0 0 24px;
  color: #29493e;
  font-family: var(--font-serif);
  font-size: clamp(24px, 1.58vw, 34px);
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-frontpage-column h2::after {
  content: "❧";
  display: block;
  width: 175px;
  margin-top: 8px;
  color: #8d9d81;
  font-size: 28px;
  font-weight: 400;
  line-height: 0.7;
  text-align: center;
  background: linear-gradient(#a1ad98, #a1ad98) left center / 42% 1px no-repeat,
              linear-gradient(#a1ad98, #a1ad98) right center / 42% 1px no-repeat;
}

.footer-frontpage-column p,
.footer-frontpage-column address {
  margin: 0;
  color: #344a43;
  font-family: var(--font-serif);
  font-size: clamp(19px, 1.3vw, 24px);
  font-style: normal;
  line-height: 1.42;
}

.footer-frontpage-column address span {
  display: block;
}

.footer-newsletter-form {
  margin-top: 18px;
}

.footer-newsletter-form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

.footer-newsletter-form input[type="email"] {
  min-width: 0;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #789080;
  border-radius: 3px;
  background: rgba(255, 250, 236, .9);
  color: #29493e;
  font: 500 clamp(17px, 1vw, 20px) / 1.2 var(--font-serif);
}

.footer-newsletter-form input[type="email"]::placeholder {
  color: #6d7d72;
  opacity: 1;
}

.footer-newsletter-form button {
  width: 100%;
  min-height: 48px;
  padding: 11px 16px;
  border: 1px solid #355748;
  border-radius: 3px;
  background: #355748;
  color: #fff8e8;
  font: 600 clamp(16px, .95vw, 19px) / 1.2 var(--font-serif);
  cursor: pointer;
  white-space: nowrap;
}

.footer-newsletter-form button:hover {
  background: #29493e;
}

.footer-frontpage-column .footer-newsletter-note {
  margin-top: 12px;
  padding: 8px 10px;
  border-left: 2px solid #789080;
  background: rgba(255, 250, 236, .82);
  font-size: clamp(15px, .9vw, 18px);
  line-height: 1.35;
}

.footer-frontpage-column .footer-newsletter-note a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-frontpage-column a {
  color: inherit;
  text-decoration: none;
}

.footer-frontpage-column a:hover {
  color: var(--waldgruen);
  text-decoration: underline;
}

.footer-frontpage-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.footer-frontpage-legal a {
  min-width: 145px;
  padding: 10px 17px;
  border: 1px solid #355748;
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(19px, 1.1vw, 24px);
}

.footer-frontpage-social {
  display: flex;
  gap: 32px;
  margin-top: 36px;
}

.footer-frontpage-social a {
  display: grid;
  place-items: center;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background: #73866b;
  color: #fff8e8;
}

.footer-frontpage-social svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.footer-frontpage-social a:nth-child(2) svg path {
  fill: #73866b;
}

.footer-frontpage-social a:nth-child(3) svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.footer-frontpage-social a:nth-child(3) circle:last-child {
  fill: currentColor;
  stroke: none;
}

.footer-frontpage-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid #869887;
  color: #344a43;
  font-family: var(--font-serif);
  font-size: clamp(16px, 1vw, 22px);
}

.footer-frontpage a:focus-visible {
  outline: 3px solid var(--waldgruen);
  outline-offset: 3px;
}

.footer-newsletter-form input[type="email"]:focus-visible,
.footer-newsletter-form button:focus-visible {
  outline: 3px solid var(--waldgruen);
  outline-offset: 2px;
}

@media (max-width: 1100px) {
  .footer-frontpage-inner { padding-inline: 5vw; }
  .footer-frontpage-grid { gap: 30px; }
  .footer-frontpage-column h2 { white-space: normal; }
  .footer-frontpage-legal a { min-width: 110px; }
  .footer-frontpage-social { gap: 15px; }
}

@media (max-width: 760px) {
  .site-foot.footer-frontpage {
    min-height: 0;
    background-position: center bottom;
    background-size: cover;
    background-image: linear-gradient(180deg, rgba(255, 249, 233, .97), rgba(255, 249, 233, .92) 78%, rgba(255, 249, 233, .78)), url("../images/optimized/Footer_Frontpage001_background-960.webp");
  }
  .footer-frontpage-inner {
    min-height: 0;
    padding: 54px 8vw 24px;
  }
  .footer-frontpage-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-frontpage-column h2 { margin-bottom: 18px; }
  .footer-frontpage-legal, .footer-frontpage-social { margin-top: 20px; }
  .footer-frontpage-social a { width: 48px; height: 48px; }
  .footer-frontpage-social svg { width: 27px; height: 27px; }
  .footer-frontpage-bottom { flex-wrap: wrap; }
}
