/* Moorfrosch Lehrpfad – Hallo Startwahl */

.mfh-wrap {
  max-width: 760px;
  margin: 20px auto;
  padding: 24px 22px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  box-sizing: border-box;
}

.mfh-wrap h2 {
  margin: 0 0 16px 0;
  font-size: 1.4em;
  color: #1a1a1a;
}

.mfh-wrap p {
  margin: 0 0 12px 0;
  color: #333;
  line-height: 1.55;
}

.mfh-station-badge {
  display: inline-block;
  background: #eaf6f0;
  color: #1e7a4a;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 1em;
}

.mfh-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 20px 0 0 0;
}

.mfh-buttons form {
  margin: 0;
  flex: 1;
  display: flex;
}

.mfh-wrap .mfh-buttons form .mfh-btn {
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: center !important;
  white-space: normal !important;
  line-height: 1.3 !important;
  padding: 12px 10px !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mfh-btn {
  display: inline-block;
  padding: 13px 22px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.1s ease;
  line-height: 1;
}

.mfh-btn:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.mfh-btn:active {
  transform: translateY(0);
  filter: brightness(0.95);
}

.mfh-btn-naz {
  background: #2ecc71;
}

.mfh-btn-dietmanns {
  background: #3498db;
}

.mfh-hint {
  margin-top: 16px;
  padding: 12px 14px;
  background: #f4f4f4;
  border-radius: 10px;
  color: #666;
  font-size: 0.9em;
  line-height: 1.5;
}

.mfh-hint code {
  background: #e0e0e0;
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 0.95em;
}
  70%  { r: 42; opacity: 0 }
  100% { r: 42; opacity: 0 }
}

/* Empfehlung */
.mfh-btn {
  flex-direction: column;
  gap: 3px;
}
.mfh-btn-sub {
  display: block;
  font-size: 0.72em;
  font-weight: 500;
  opacity: 0.85;
}
.mfh-btn-badge {
  display: inline-block;
  margin-top: 2px;
  background: rgba(255,255,255,0.25);
  border-radius: 20px;
  font-size: 0.65em;
  font-weight: 800;
  padding: 2px 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mfh-btn-empfohlen {
  box-shadow: 0 0 0 3px rgba(255,255,255,0.5), 0 4px 14px rgba(0,0,0,0.2);
}
