@font-face {
  font-family: 'Outfit';
  src: url('/assets/_files/styles/fonts/bauerndiele/Outfit-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/assets/_files/styles/fonts/bauerndiele/Inter-VariableFont.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1A2421;
  background: #FAF8F5;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3 {
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.05em;
  margin: 0 0 16px;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
p {
  margin: 0 0 16px;
}
a {
  color: #114B43;
}
:focus-visible {
  outline: 2px solid #114B43;
  outline-offset: 2px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}
.btn-primary {
  background: #FAAC1A;
  color: #1A2421;
}
.btn-primary:hover {
  background: #EF9F10;
}
.btn-primary:active {
  background: #DE9204;
  transform: translateY(1px);
}
.btn-secondary {
  background: transparent;
  color: #114B43;
  box-shadow: inset 0 0 0 2px #114B43;
}
.btn-secondary:hover {
  background: rgba(17,75,67,0.08);
}
.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 8px;
  background: #1A2421;
  color: #FFFFFF;
  text-decoration: none;
  transition: transform 200ms ease, background 200ms ease;
}
.store-badge:hover {
  background: #000000;
  transform: translateY(-1px);
}
.store-badge svg {
  flex: none;
}
.store-badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: left;
}
.store-badge-hint {
  font-size: 11px;
  opacity: 0.8;
}
.store-badge-store {
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 600;
}
.store-badges-light .store-badge {
  background: #FFFFFF;
  color: #1A2421;
}
.store-badges-light .store-badge:hover {
  background: #FAF8F5;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 72px;
  background: rgba(250,248,245,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(26,36,33,0.08);
}
.header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header-logo img {
  height: 32px;
  width: auto;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #1A2421;
  text-decoration: none;
  transition: color 200ms ease;
}
.nav-link:hover {
  color: #114B43;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
}
.nav-toggle-bar {
  width: 22px;
  height: 2px;
  background: #1A2421;
  border-radius: 2px;
}
.hero {
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(0,0.85fr);
  gap: 48px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}
.eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #114B43;
  margin-bottom: 12px;
}
.hero-text {
  font-size: 18px;
  max-width: 54ch;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.hero-note {
  font-size: 14px;
  color: #5C6660;
  margin: 0;
}
.hero-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5C6660;
}
.hero-divider::before,
.hero-divider::after {
  content: "";
  flex: 1;
  max-width: 96px;
  height: 1px;
  background: rgba(26,36,33,0.15);
}
.plz-form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 480px;
  padding: 8px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26,36,33,0.08);
}
.plz-input {
  flex: 1;
  min-width: 120px;
  padding: 10px 16px;
  border: 1px solid rgba(26,36,33,0.15);
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #1A2421;
  background: #FAF8F5;
  transition: border-color 200ms ease;
}
.plz-input:focus {
  outline: none;
  border-color: #114B43;
}
.plz-input::placeholder {
  color: #5C6660;
}
.plz-form .btn {
  white-space: nowrap;
}
.plz-hint {
  font-size: 14px;
  color: #5C6660;
  margin: 8px 0 0;
}
.phone {
  width: 300px;
  max-width: 80vw;
  margin: 0 auto;
  padding: 12px;
  border-radius: 40px;
  background: #1A2421;
  box-shadow: 0 24px 48px rgba(26,36,33,0.25);
}
.phone img {
  border-radius: 30px;
}
.hero-media {
  position: relative;
}
.hero-media::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -15%;
  bottom: -20%;
  left: -15%;
  background: radial-gradient(closest-side,rgba(141,163,153,0.3),transparent 70%);
  z-index: -1;
}
.trust-bar {
  background: #114B43;
  color: #FAF8F5;
  padding: 20px 0;
  overflow: hidden;
}
.trust-track {
  display: flex;
  width: max-content;
  animation: trust-marquee 36s linear infinite;
}
.trust-bar:hover .trust-track {
  animation-play-state: paused;
}
.trust-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.trust-list li {
  display: flex;
  align-items: center;
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.trust-list li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #FAAC1A;
  margin-left: 32px;
  margin-right: 32px;
}
@keyframes trust-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .trust-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 0;
    width: auto;
    padding: 0 24px;
  }
  .trust-track .trust-list[aria-hidden="true"] {
    display: none;
  }
  .trust-track .trust-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 0;
  }
}
.section {
  padding: 80px 0;
}
.section-alt {
  background: #FFFFFF;
}
.section-head {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}
.section-head p {
  color: #5C6660;
  font-size: 18px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.step {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26,36,33,0.08);
  padding: 32px 24px;
  counter-increment: step;
}
.section-alt .step {
  background: #FAF8F5;
  box-shadow: none;
}
.step::before {
  content: counter(step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #114B43;
  color: #FAF8F5;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.step h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.step p {
  margin: 0;
  color: #5C6660;
}
.feature {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 64px;
  align-items: center;
  padding: 64px 0;
}
.feature + .feature {
  border-top: 1px solid rgba(26,36,33,0.08);
}
.feature-media {
  order: 0;
}
.feature-copy {
  order: 1;
}
.feature-reverse .feature-media {
  order: 1;
}
.feature-reverse .feature-copy {
  order: 0;
}
.feature-copy h3 {
  font-size: 26px;
}
.feature-copy p {
  color: #5C6660;
}
.feature-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #62A13A;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5 6.5 12 13 4.5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5 6.5 12 13 4.5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.cards {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}
.card {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26,36,33,0.08);
  padding: 32px 24px;
  transition: box-shadow 200ms ease, transform 200ms ease;
}
.card:hover {
  box-shadow: 0 4px 14px rgba(26,36,33,0.12);
  transform: translateY(-2px);
}
.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: rgba(17,75,67,0.08);
  color: #114B43;
}
.card h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
.card p {
  margin: 0;
  font-size: 15px;
  color: #5C6660;
}
.practices {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.practice {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-items: center;
  background: #FAF8F5;
  border-radius: 12px;
  padding: 24px;
}
.practice-icon {
  grid-row-start: 1;
  grid-row-end: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #114B43;
  color: #FAF8F5;
}
.practice h3 {
  font-size: 19px;
  margin: 0 0 4px;
}
.practice p {
  grid-column: 2;
  margin: 0;
  font-size: 15px;
  color: #5C6660;
}
.notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  max-width: 860px;
  margin: 48px auto 0;
  padding: 32px;
  background: #FFFFFF;
  border-left: 4px solid #114B43;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26,36,33,0.08);
}
.section-alt .notice {
  background: #FAF8F5;
  box-shadow: none;
}
.notice h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.notice p {
  margin: 0;
  color: #5C6660;
}
.notice-icon {
  color: #114B43;
  margin-top: 4px;
}
.team-inner {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 64px;
  align-items: center;
}
.team-photo {
  margin: 0;
}
.team-photo img {
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(26,36,33,0.12);
}
.team-photo figcaption {
  margin-top: 12px;
  font-size: 14px;
  color: #5C6660;
}
.team-copy h2 {
  max-width: 20ch;
}
.team-copy p {
  color: #5C6660;
}
.faq-list {
  max-width: 760px;
  margin: 0 auto;
}
.faq-item {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26,36,33,0.08);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-item summary {
  padding: 20px 56px 20px 24px;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-right: 2px solid #114B43;
  border-bottom: 2px solid #114B43;
  transform: rotate(45deg);
  transition: transform 200ms ease;
}
.faq-item[open] summary::after {
  transform: rotate(225deg);
}
.faq-item p {
  padding: 0 24px 20px;
  margin: 0;
  color: #5C6660;
}
.cta-final {
  background: #114B43;
  color: #FAF8F5;
  text-align: center;
  padding: 80px 0;
}
.cta-final h2 {
  color: #FAF8F5;
}
.cta-final p {
  max-width: 56ch;
  margin: 0 auto 32px;
  opacity: 0.9;
}
.cta-final .store-badges {
  justify-content: center;
}
.cta-final-note {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 24px;
}
.cta-final-note a {
  color: #FAF8F5;
}
.site-footer {
  background: #1A2421;
  color: #FAF8F5;
  padding: 48px 0;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-logo img {
  height: 28px;
  width: auto;
}
.footer-note {
  font-size: 14px;
  opacity: 0.75;
  margin: 8px 0 0;
}
.footer-note a {
  color: #FAF8F5;
}
.footer-links {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links a {
  color: #FAF8F5;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.85;
}
.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (max-width: 960px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 40px;
  }
  .feature {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 0;
  }
  .feature-reverse .feature-media {
    order: 0;
  }
  .feature-reverse .feature-copy {
    order: 1;
  }
  .feature .phone {
    width: 260px;
    max-width: 75vw;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .cards {
    grid-template-columns: repeat(2,1fr);
  }
  .practices {
    grid-template-columns: 1fr;
  }
  .team-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 720px) {
  .nav-toggle {
    display: flex;
  }
  .site-nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(26,36,33,0.08);
    padding: 16px 24px 24px;
    display: none;
  }
  .site-nav.open {
    display: flex;
  }
  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav-link {
    display: block;
    padding: 12px 0;
    font-size: 17px;
  }
  .nav-cta {
    margin-top: 16px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .notice {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 56px 0;
  }
}
.dl-page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px 24px 48px;
  text-align: center;
}
.dl-logo {
  height: 36px;
  width: auto;
  margin-bottom: 24px;
}
.dl-title {
  font-size: 30px;
  margin-bottom: 8px;
}
.dl-text {
  max-width: 34ch;
  margin: 0 auto 32px;
  color: #5C6660;
  font-size: 17px;
}
.dl-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 360px;
}
.dl-store {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: 18px 24px;
  border-radius: 12px;
  background: #1A2421;
  color: #FFFFFF;
  text-decoration: none;
  transition: transform 200ms ease, background 200ms ease, opacity 200ms ease;
}
.dl-store:active {
  transform: scale(0.98);
}
.dl-store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: left;
}
.dl-store-hint {
  font-size: 13px;
  opacity: 0.8;
}
.dl-store-name {
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.dl-store.is-match {
  background: #FAAC1A;
  color: #1A2421;
}
.dl-store.is-match:hover {
  background: #EF9F10;
}
.dl-note {
  margin-top: 24px;
  font-size: 14px;
  color: #5C6660;
}
.dl-note a {
  color: #114B43;
}
.elem-frontend-hoefe-overview .hof-search-section {
  padding: 56px 0 80px;
}
.elem-frontend-hoefe-overview .section-head {
  margin-bottom: 32px;
}
.elem-frontend-hoefe-overview .section-head h1 {
  font-size: 32px;
}
.elem-frontend-hoefe-overview .hof-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 860px;
  margin: 0 auto;
  padding: 8px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26,36,33,0.08);
}
.elem-frontend-hoefe-overview .hof-search-input,
.elem-frontend-hoefe-overview .hof-search-select {
  padding: 10px 16px;
  border: 1px solid rgba(26,36,33,0.15);
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #1A2421;
  background: #FAF8F5;
  transition: border-color 200ms ease;
}
.elem-frontend-hoefe-overview .hof-search-input:focus,
.elem-frontend-hoefe-overview .hof-search-select:focus {
  outline: none;
  border-color: #114B43;
}
.elem-frontend-hoefe-overview .hof-search-input::placeholder {
  color: #5C6660;
}
.elem-frontend-hoefe-overview .hof-search-zip {
  flex: 1;
  min-width: 90px;
  max-width: 140px;
}
.elem-frontend-hoefe-overview .hof-search-city {
  flex: 2;
  min-width: 140px;
}
.elem-frontend-hoefe-overview .hof-search-hint {
  max-width: 860px;
  margin: 8px auto 0;
  font-size: 14px;
  color: #5C6660;
}
.elem-frontend-hoefe-overview .hof-filter {
  max-width: 860px;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.elem-frontend-hoefe-overview .hof-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.elem-frontend-hoefe-overview .hof-filter-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5C6660;
  margin-right: 4px;
}
.elem-frontend-hoefe-overview .hof-filter-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(26,36,33,0.08);
  color: #5C6660;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 200ms ease, color 200ms ease;
}
.elem-frontend-hoefe-overview .hof-filter-chip:hover {
  background: rgba(17,75,67,0.08);
  color: #114B43;
}
.elem-frontend-hoefe-overview .hof-filter-chip.is-active {
  background: #114B43;
  color: #FAF8F5;
}
.elem-frontend-hoefe-overview .hof-filter-reset {
  font-size: 14px;
  color: #5C6660;
}
.elem-frontend-hoefe-overview .hof-result-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  max-width: 860px;
  margin: 24px auto 16px;
}
.elem-frontend-hoefe-overview .hof-result-count {
  margin: 0;
  color: #5C6660;
}
.elem-frontend-hoefe-overview .hof-result-count strong {
  color: #1A2421;
}
.elem-frontend-hoefe-overview .hof-sort-form label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.elem-frontend-hoefe-overview .hof-sort-form .hof-sort-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5C6660;
}
.elem-frontend-hoefe-overview .hof-sort-form select {
  padding: 6px 10px;
  border: 1px solid rgba(26,36,33,0.15);
  border-radius: 8px;
  background: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #1A2421;
}
.elem-frontend-hoefe-overview .hof-recommend-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  text-align: center;
  background: rgba(17,75,67,0.05);
  border: 2px dashed rgba(17,75,67,0.25);
  border-radius: 12px;
  box-shadow: none;
}
.elem-frontend-hoefe-overview .hof-recommend-card h3 {
  color: #114B43;
  font-size: 18px;
  margin-bottom: 8px;
}
.elem-frontend-hoefe-overview .hof-recommend-card p {
  margin: 0;
  font-size: 14px;
  color: #5C6660;
}
.elem-frontend-hoefe-overview .hof-recommend-card:hover {
  transform: none;
  box-shadow: none;
}
.elem-frontend-hoefe-overview .hof-recommend-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(17,75,67,0.08);
  color: #114B43;
}
.elem-frontend-hoefe-overview .hof-recommend-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
}
.elem-frontend-hoefe-overview .hof-recommend-actions .btn {
  padding: 10px 18px;
  font-size: 13px;
}
.elem-frontend-hoefe-overview .hof-recommend-standalone {
  max-width: 640px;
  margin: 24px auto 0;
}
.elem-frontend-hoefe-overview .hof-recommend-standalone .hof-recommend-card {
  padding: 32px 24px;
}
.elem-frontend-hoefe-overview .hof-search-empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
}
.elem-frontend-hoefe-overview .hof-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.elem-frontend-hoefe-overview .hof-card {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26,36,33,0.08);
  overflow: hidden;
  transition: box-shadow 200ms ease, transform 200ms ease;
}
.elem-frontend-hoefe-overview .hof-card:hover {
  box-shadow: 0 4px 14px rgba(26,36,33,0.12);
  transform: translateY(-2px);
}
.elem-frontend-hoefe-overview .hof-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.elem-frontend-hoefe-overview .hof-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: rgba(17,75,67,0.08);
  overflow: hidden;
}
.elem-frontend-hoefe-overview .hof-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elem-frontend-hoefe-overview .hof-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  opacity: 0.35;
}
.elem-frontend-hoefe-overview .hof-card-placeholder img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.elem-frontend-hoefe-overview .hof-badge-bio {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #114B43;
  color: #FAF8F5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.elem-frontend-hoefe-overview .hof-card-body {
  padding: 16px;
}
.elem-frontend-hoefe-overview .hof-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.elem-frontend-hoefe-overview .hof-card-head h3 {
  margin: 0;
  font-size: 18px;
  color: #114B43;
}
.elem-frontend-hoefe-overview .hof-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  color: #8DA399;
  font-size: 14px;
  font-weight: 600;
}
.elem-frontend-hoefe-overview .hof-rating svg {
  display: block;
}
.elem-frontend-hoefe-overview .hof-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin: 8px 0 0;
  font-size: 14px;
  color: #5C6660;
}
.elem-frontend-hoefe-overview .hof-card-products {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 0;
}
.elem-frontend-hoefe-overview .hof-chip {
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(17,75,67,0.08);
  color: #114B43;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.elem-frontend-hoefe-overview .hof-chip-more {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(17,75,67,0.25);
}
.elem-frontend-hoefe-overview .hof-search-empty {
  max-width: 640px;
  margin: 40px auto 0;
  padding: 32px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26,36,33,0.08);
}
.elem-frontend-hoefe-overview .hof-search-empty h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.elem-frontend-hoefe-overview .hof-search-empty p {
  color: #5C6660;
}
.elem-frontend-hoefe-overview .hof-search-empty .btn {
  margin-top: 8px;
}
.elem-frontend-hoefe-overview .hof-app-cta {
  max-width: 720px;
  margin: 56px auto 0;
  padding: 40px 32px;
  text-align: center;
  background: #114B43;
  border-radius: 12px;
  color: #FAF8F5;
}
.elem-frontend-hoefe-overview .hof-app-cta h2 {
  color: #FAF8F5;
  font-size: 26px;
}
.elem-frontend-hoefe-overview .hof-app-cta p {
  opacity: 0.9;
  margin-bottom: 24px;
}
@media (max-width: 960px) {
  .elem-frontend-hoefe-overview .hof-list {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 640px) {
  .elem-frontend-hoefe-overview .hof-search-section {
    padding: 40px 0 56px;
  }
  .elem-frontend-hoefe-overview .hof-list {
    grid-template-columns: 1fr;
  }
  .elem-frontend-hoefe-overview .hof-search-zip {
    max-width: none;
  }
}
.elem-frontend-hof-detail .hof-hero {
  padding-top: 32px;
}
.elem-frontend-hof-detail .hof-hero-media {
  position: relative;
  height: 380px;
  background: rgba(17,75,67,0.08);
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26,36,33,0.08);
}
.elem-frontend-hof-detail .hof-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elem-frontend-hof-detail .hof-hero-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  opacity: 0.35;
}
.elem-frontend-hof-detail .hof-hero-placeholder img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.elem-frontend-hof-detail .hof-hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 48px 24px 20px;
  background: linear-gradient(to top,rgba(26,36,33,0.75),rgba(26,36,33,0));
  color: #FFFFFF;
}
.elem-frontend-hof-detail .hof-hero-overlay h1 {
  margin: 0;
  font-size: 32px;
  color: #FFFFFF;
}
.elem-frontend-hof-detail .hof-hero-address {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 6px 0 0;
  font-size: 15px;
  color: rgba(255,255,255,0.9);
}
.elem-frontend-hof-detail .hof-detail-body {
  padding: 24px 0 64px;
}
.elem-frontend-hof-detail .hof-detail-grid {
  display: grid;
  grid-template-columns: minmax(0,2fr) minmax(280px,1fr);
  gap: 24px;
  align-items: start;
}
.elem-frontend-hof-detail .hof-detail-main,
.elem-frontend-hof-detail .hof-detail-aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.elem-frontend-hof-detail .hof-detail-card {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26,36,33,0.08);
  padding: 24px;
}
.elem-frontend-hof-detail .hof-detail-card h2 {
  font-size: 22px;
  margin-bottom: 12px;
}
.elem-frontend-hof-detail .hof-detail-card h3 {
  font-size: 16px;
  margin: 20px 0 8px;
}
.elem-frontend-hof-detail .hof-detail-about {
  margin: 0;
  color: #5C6660;
  white-space: pre-line;
  line-height: 1.7;
}
.elem-frontend-hof-detail .hof-detail-muted {
  margin: 12px 0 0;
  font-size: 14px;
  color: #5C6660;
}
.elem-frontend-hof-detail .hof-detail-certs,
.elem-frontend-hof-detail .hof-detail-products,
.elem-frontend-hof-detail .hof-detail-delivery {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0 0;
}
.elem-frontend-hof-detail .hof-detail-products {
  margin-top: 0;
}
.elem-frontend-hof-detail .hof-detail-delivery {
  margin-top: 0;
}
.elem-frontend-hof-detail .hof-chip {
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(17,75,67,0.08);
  color: #114B43;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.elem-frontend-hof-detail .hof-gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
}
.elem-frontend-hof-detail .hof-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}
.elem-frontend-hof-detail .hof-detail-facts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.elem-frontend-hof-detail .hof-detail-facts li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  color: #5C6660;
}
.elem-frontend-hof-detail .hof-detail-facts li svg {
  flex: none;
  margin-top: 2px;
  color: #114B43;
}
.elem-frontend-hof-detail .hof-detail-facts li a {
  color: #114B43;
}
.elem-frontend-hof-detail .hof-detail-route {
  margin-top: 20px;
  width: 100%;
}
.elem-frontend-hof-detail .hof-detail-cta {
  background: #114B43;
  color: #FAF8F5;
}
.elem-frontend-hof-detail .hof-detail-cta h2 {
  color: #FAF8F5;
}
.elem-frontend-hof-detail .hof-detail-cta p {
  opacity: 0.9;
}
.elem-frontend-hof-detail .hof-detail-cta .btn {
  width: 100%;
}
.elem-frontend-hof-detail .hof-detail-back {
  margin: 32px 0 0;
  font-size: 15px;
}
.elem-frontend-hof-detail .hof-detail-back a {
  text-decoration: none;
}
.elem-frontend-hof-detail .hof-detail-back a:hover {
  text-decoration: underline;
}
.elem-frontend-hof-detail .hof-search-empty {
  max-width: 640px;
  margin: 40px auto 0;
  padding: 32px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26,36,33,0.08);
}
.elem-frontend-hof-detail .hof-search-empty h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.elem-frontend-hof-detail .hof-search-empty p {
  color: #5C6660;
}
.elem-frontend-hof-detail .hof-search-empty .btn {
  margin-top: 8px;
}
@media (max-width: 960px) {
  .elem-frontend-hof-detail .hof-hero-media {
    height: 280px;
  }
  .elem-frontend-hof-detail .hof-hero-overlay h1 {
    font-size: 26px;
  }
  .elem-frontend-hof-detail .hof-detail-grid {
    grid-template-columns: 1fr;
  }
}
