/* ================================================================
   Jobs-in-Uckermark-Barnim.de — REBUILD 2026
   Job Board for Uckermark-Barnim Region, Brandenburg
   Theme color: #EE8003 (original site accent)
   ================================================================ */

:root {
  --primary:   #EE8003;  /* orange — Hauptfarbe aus theme-color Meta */
  --secondary: #1a2332;  /* dunkles Navy — Header/Footer */
  --accent:    #d47000;  /* tieferes Orange — Hover */
  --text:      #333333;  /* Haupttext */
  --text-muted:#666666;  /* gedämpfter Text */
  --bg:        #f5f5f5;  /* Seitenhintergrund */
  --bg-white:  #ffffff;
  --border:    #e0e0e0;
  --border-soft:#eeeeee;
  --success:   #2e7d32;
  --tag-bg:    #fff3e0;   /* helles Orange für Tags */
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'Segoe UI', system-ui, -apple-system, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
}

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

a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--accent); text-decoration: underline; }

p { margin-bottom: 1em; }
ul, ol { margin: 0.75em 0 1em 1.5em; }
ul li, ol li { margin-bottom: 0.3em; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.3;
  color: var(--secondary);
  margin-bottom: 0.6em;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.2rem; }
h4 { font-size: 1rem; }

strong { font-weight: 700; }

/* ── Layout ── */
.uckermark-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── Header ── */
.uckermark-header {
  background: var(--secondary);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.uckermark-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 64px;
  gap: 20px;
}

.uckermark-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.uckermark-logo-mark {
  width: 38px;
  height: 38px;
  background: var(--primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  letter-spacing: -1px;
}

.uckermark-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.uckermark-logo-text .brand-top {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.uckermark-logo-text .brand-main {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.uckermark-logo-text .brand-main span {
  color: var(--primary);
}

/* ── Navigation ── */
.uckermark-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.uckermark-nav a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.uckermark-nav a:hover,
.uckermark-nav a.active {
  background: rgba(238,128,3,0.2);
  color: var(--primary);
  text-decoration: none;
}

.uckermark-nav a.nav-cta {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  padding: 8px 16px;
}

.uckermark-nav a.nav-cta:hover {
  background: var(--accent);
  color: #fff;
}

/* ── Hero / Such-Banner ── */
.stellensuche-banner {
  background: linear-gradient(135deg, var(--secondary) 0%, #243447 60%, #1a2332 100%);
  padding: 56px 20px 48px;
  text-align: center;
}

.stellensuche-banner h1 {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.stellensuche-banner .banner-subtitle {
  color: rgba(255,255,255,0.72);
  font-size: 1.05rem;
  margin-bottom: 32px;
}

.stellensuche-form {
  display: flex;
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
}

.stellensuche-form input {
  flex: 1;
  border: none;
  padding: 16px 20px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--text);
  outline: none;
}

.stellensuche-form input + input {
  border-left: 1px solid var(--border);
}

.stellensuche-form button {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 16px 28px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  font-family: inherit;
  white-space: nowrap;
}

.stellensuche-form button:hover {
  background: var(--accent);
}

.banner-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 28px;
}

.banner-stat {
  text-align: center;
  color: rgba(255,255,255,0.85);
}

.banner-stat-num {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--primary);
  display: block;
}

/* ── Region Info ── */
.region-info-bar {
  background: var(--primary);
  color: #fff;
  padding: 14px 20px;
  text-align: center;
  font-size: 0.9rem;
}

.region-info-bar a {
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.region-info-bar a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom-color: #fff;
}

/* ── Main Content Area ── */
.uckermark-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.uckermark-main-wide {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* ── Vorteile / Features ── */
.vorteile-section {
  padding: 60px 20px;
  background: var(--bg-white);
}

.vorteile-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.vorteile-section h2 {
  text-align: center;
  margin-bottom: 10px;
}

.vorteile-section .section-intro {
  text-align: center;
  color: var(--text-muted);
  max-width: 620px;
  margin: 0 auto 40px;
}

.vorteile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.vorteil-item {
  background: var(--bg);
  border-radius: 10px;
  padding: 30px 24px;
  border: 1px solid var(--border-soft);
  transition: box-shadow 0.2s, transform 0.2s;
}

.vorteil-item:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.vorteil-icon {
  width: 54px;
  height: 54px;
  background: var(--tag-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.5rem;
}

.vorteil-item h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.vorteil-item p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* ── Stellenangebote-Grid ── */
.stellenangebote-section {
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.section-header h2 {
  margin-bottom: 0;
}

.stellenangebote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
}

.stelle-karte {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px;
  transition: box-shadow 0.2s, border-color 0.2s;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stelle-karte:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border-color: var(--primary);
}

.stelle-karte-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.stelle-arbeitgeber-logo {
  width: 50px;
  height: 50px;
  background: var(--tag-bg);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--primary);
  flex-shrink: 0;
}

.stelle-karte h3 {
  font-size: 1rem;
  margin-bottom: 4px;
  color: var(--secondary);
}

.stelle-karte h3 a {
  color: var(--secondary);
}

.stelle-karte h3 a:hover {
  color: var(--primary);
  text-decoration: none;
}

.stelle-arbeitgeber-name {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.stelle-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stelle-tag {
  background: var(--tag-bg);
  color: var(--accent);
  font-size: 0.8rem;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 600;
  border: 1px solid rgba(238,128,3,0.2);
}

.stelle-tag.ort {
  background: #f0f4f8;
  color: var(--text-muted);
  border-color: var(--border);
}

.stelle-datum {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: auto;
}

/* ── Aktuelles / News ── */
.aktuelles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.region-news-karte {
  background: var(--bg-white);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: box-shadow 0.2s;
}

.region-news-karte:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.region-news-bild {
  background: linear-gradient(135deg, var(--secondary) 0%, #2d4a6e 100%);
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

.region-news-body {
  padding: 20px;
}

.region-news-datum {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.region-news-karte h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.region-news-karte h3 a {
  color: var(--secondary);
}

.region-news-karte h3 a:hover {
  color: var(--primary);
  text-decoration: none;
}

.region-news-karte p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 14px;
}

.weiterlesen-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
}

/* ── Anbieten / Preise ── */
.preise-section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.preise-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.preise-intro h1 {
  margin-bottom: 14px;
}

.preise-intro p {
  color: var(--text-muted);
}

.preise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.preis-karte {
  background: var(--bg-white);
  border: 2px solid var(--border);
  border-radius: 12px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.preis-karte.featured {
  border-color: var(--primary);
  box-shadow: 0 4px 24px rgba(238,128,3,0.15);
}

.preis-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.preis-karte h3 {
  font-size: 1.3rem;
  color: var(--primary);
}

.preis-betrag {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--secondary);
  line-height: 1;
}

.preis-betrag span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-muted);
}

.preis-laufzeit {
  font-size: 0.85rem;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border-soft);
  padding-bottom: 16px;
}

.preis-features {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.preis-features li {
  font-size: 0.92rem;
  padding-left: 22px;
  position: relative;
  color: var(--text);
  margin: 0;
}

.preis-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}

.btn-preis {
  display: block;
  text-align: center;
  background: var(--secondary);
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.2s;
  margin-top: auto;
}

.btn-preis:hover {
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}

.preis-karte.featured .btn-preis {
  background: var(--primary);
}

.preis-karte.featured .btn-preis:hover {
  background: var(--accent);
}

/* Paket-Tabelle */
.paket-tabelle-section {
  background: var(--bg-white);
  border-radius: 12px;
  padding: 36px;
  margin-bottom: 40px;
}

.paket-tabelle-section h2 {
  margin-bottom: 24px;
}

.paket-tabelle {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.paket-tabelle th {
  background: var(--secondary);
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
}

.paket-tabelle td {
  padding: 11px 16px;
  border-bottom: 1px solid var(--border-soft);
}

.paket-tabelle tr:hover td {
  background: #fafafa;
}

.preis-highlight {
  font-weight: 700;
  color: var(--primary);
}

/* ── Unternehmen ── */
.unternehmen-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.unternehmen-filter {
  background: var(--bg-white);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 32px;
  border: 1px solid var(--border);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-end;
}

.unternehmen-filter label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-muted);
  display: block;
  margin-bottom: 6px;
}

.filter-input-group {
  flex: 1;
  min-width: 200px;
}

.filter-input-group input,
.filter-input-group select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 0.95rem;
  font-family: inherit;
  background: var(--bg);
  color: var(--text);
}

.btn-suchen {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  height: 40px;
  align-self: flex-end;
  margin-top: auto;
}

.btn-suchen:hover { background: var(--accent); }

/* ── Suchauftraege ── */
.suchauftraege-section {
  padding: 60px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.suchauftrag-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-bottom: 48px;
}

.suchauftrag-vorteile h3 {
  margin-bottom: 16px;
}

.suchauftrag-vorteile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.suchauftrag-vorteile ul li {
  padding: 8px 0 8px 28px;
  position: relative;
  border-bottom: 1px solid var(--border-soft);
  color: var(--text);
  font-size: 0.95rem;
  margin: 0;
}

.suchauftrag-vorteile ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}

.suchauftrag-form-box {
  background: var(--bg-white);
  border-radius: 12px;
  padding: 32px;
  border: 1px solid var(--border);
  max-width: 680px;
  margin: 0 auto;
}

.suchauftrag-form-box h2 {
  margin-bottom: 24px;
}

.form-row {
  margin-bottom: 18px;
}

.form-row label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 6px;
  color: var(--text);
}

.form-row input,
.form-row select {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--text);
}

.form-row input:focus,
.form-row select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(238,128,3,0.12);
}

.btn-submit {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 13px 32px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
  margin-top: 8px;
  transition: background 0.2s;
}

.btn-submit:hover { background: var(--accent); }

/* ── Login / Register ── */
.login-section {
  padding: 60px 20px;
  max-width: 960px;
  margin: 0 auto;
}

.login-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.login-box {
  background: var(--bg-white);
  border-radius: 12px;
  padding: 36px;
  border: 1px solid var(--border);
}

.login-box h2 {
  margin-bottom: 8px;
}

.login-box .box-intro {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.login-features {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
}

.login-features li {
  padding: 7px 0 7px 24px;
  position: relative;
  font-size: 0.92rem;
  border-bottom: 1px solid var(--border-soft);
  margin: 0;
}

.login-features li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--primary);
}

/* ── Impressum / Legal Pages ── */
.legal-section {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.legal-section h1 {
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 3px solid var(--primary);
}

.legal-section h2,
.legal-section h3 {
  margin-top: 2em;
}

.legal-section p, .legal-section li {
  color: #444;
}

.legal-contact-box {
  background: var(--bg);
  border-left: 4px solid var(--primary);
  padding: 20px 24px;
  border-radius: 0 8px 8px 0;
  margin: 24px 0;
}

.legal-contact-box strong {
  color: var(--secondary);
}

/* ── DOCX / Article-Seite ── */
.artikel-section {
  padding: 40px 20px;
  max-width: 880px;
  margin: 0 auto;
}

.artikel-section h1 {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--primary);
}

.article-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 0.95rem;
}

.article-table th {
  background: var(--secondary);
  color: #fff;
  padding: 12px 14px;
  text-align: left;
  font-weight: 600;
}

.article-table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.article-table tr:nth-child(even) td {
  background: #f8f9fa;
}

.faq-section h3 {
  background: #f0f4f8;
  padding: 13px 18px;
  border-left: 4px solid var(--primary);
  margin: 0 0 2px;
  font-size: 1rem;
  color: var(--secondary);
  border-radius: 0 4px 0 0;
}

.faq-section p {
  padding: 13px 18px;
  background: #fafafa;
  border-left: 4px solid var(--border);
  margin-bottom: 18px;
  border-radius: 0 0 4px 4px;
  font-size: 0.95rem;
}

/* ── 404 ── */
.error-404 {
  text-align: center;
  padding: 80px 20px;
}

.error-404 .big-404 {
  font-size: 120px;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  opacity: 0.9;
}

.error-404 h2 {
  font-size: 1.8rem;
  margin: 16px 0 10px;
}

.error-404 p {
  color: var(--text-muted);
  max-width: 400px;
  margin: 0 auto 28px;
}

.btn-back {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  transition: background 0.2s;
}

.btn-back:hover {
  background: var(--accent);
  color: #fff;
  text-decoration: none;
}

/* ── Footer ── */
.uckermark-footer {
  background: var(--secondary);
  color: rgba(255,255,255,0.8);
  padding: 48px 20px 24px;
  margin-top: 60px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 36px;
}

.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 12px;
  color: rgba(255,255,255,0.65);
  max-width: 300px;
}

.footer-col h4 {
  color: #fff;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(238,128,3,0.4);
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: var(--primary);
  text-decoration: none;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 10px;
}

.footer-contact-item strong {
  color: rgba(255,255,255,0.9);
  min-width: 30px;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.12);
  margin: 0 0 20px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom a {
  color: rgba(255,255,255,0.55);
  margin-left: 16px;
  font-size: 0.85rem;
}

.footer-bottom a:hover {
  color: var(--primary);
  text-decoration: none;
}

/* ── Utilities ── */
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0 !important; }
.mt-30 { margin-top: 30px; }

.btn-primary {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 11px 26px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.2s;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.btn-primary:hover {
  background: var(--accent);
  color: #fff;
  text-decoration: none;
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--primary);
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid var(--primary);
  transition: all 0.2s;
}

.btn-secondary:hover {
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .vorteile-grid { grid-template-columns: 1fr; }
  .preise-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .login-grid { grid-template-columns: 1fr; }
  .suchauftrag-info { grid-template-columns: 1fr; }
  .stellenangebote-grid { grid-template-columns: 1fr; }
  .banner-stats { gap: 20px; }
}

@media (max-width: 768px) {
  .uckermark-header-inner { flex-direction: column; padding: 12px 16px; min-height: auto; gap: 10px; }
  .uckermark-nav { justify-content: center; }
  .uckermark-nav a { font-size: 0.82rem; padding: 6px 9px; }
  .stellensuche-banner h1 { font-size: 1.6rem; }
  .stellensuche-form { flex-direction: column; border-radius: 8px; }
  .stellensuche-form input { border-left: none; border-top: 1px solid var(--border); }
  .stellensuche-form input:first-child { border-top: none; }
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.25rem; }
  .paket-tabelle { font-size: 0.85rem; }
  .paket-tabelle th, .paket-tabelle td { padding: 8px 10px; }
}

@media (max-width: 480px) {
  .uckermark-main, .uckermark-main-wide, .legal-section, .artikel-section { padding: 24px 14px; }
  .banner-stats { flex-direction: column; gap: 14px; }
  .login-box { padding: 22px; }
  .preis-karte { padding: 22px 18px; }
}
