Zum Hauptinhalt springen
Montag, 20 Juli 2026 · MorgenausgabeBerlin ❄ 14°CEUR/USD 1.1435 · EUR/GBP 0.8510Über unsRedaktionQuellenKontaktNewsletter

Biodiversität — Synonym & alternatives Wort

Biodiversität · hauptreport.de

/* === hauptreport.de Basis-Styles mit hre-Präfix === */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: system-ui, -apple-system, ‚Segoe UI‘, Roboto, ‚Helvetica Neue‘, Arial, sans-serif;
background: #f5f7fa;
color: #1e293b;
line-height: 1.6;
padding: 2rem 1rem;
}

.hre-container {
max-width: 920px;
margin: 0 auto;
background: #ffffff;
border-radius: 32px;
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
padding: 2rem 2.5rem;
}

/* allgemeine Sektionen */
.hre-section {
margin-bottom: 2.75rem;
}

.hre-section-title {
font-size: 1.3rem;
font-weight: 600;
letter-spacing: -0.01em;
color: #0f172a;
border-left: 5px solid #2b7a4b;
padding-left: 1rem;
margin-bottom: 1.25rem;
}

.hre-divider {
border: none;
border-top: 2px solid #e9edf2;
margin: 2rem 0;
}

/* ===== hre-hero ===== */
.hre-hero {
text-align: center;
padding: 1.8rem 0 1.2rem 0;
border-bottom: 2px solid #e9edf2;
margin-bottom: 2.2rem;
}

.hre-hero__word {
font-size: 3.2rem;
font-weight: 700;
letter-spacing: -0.03em;
color: #0b2e1a;
line-height: 1.2;
}

.hre-hero__sub {
font-size: 1rem;
color: #5f6c80;
margin-top: 0.25rem;
font-weight: 400;
}

.hre-hero__badge {
display: inline-block;
background: #e6f0ea;
color: #1f6e3f;
font-size: 0.75rem;
font-weight: 600;
padding: 0.2rem 1rem;
border-radius: 100px;
margin-top: 0.6rem;
letter-spacing: 0.02em;
}

/* ===== hre-sec-syn ===== */
.hre-sec-syn .hre-syn-list {
display: flex;
flex-wrap: wrap;
gap: 0.6rem 0.9rem;
list-style: none;
padding: 0;
}

.hre-sec-syn .hre-syn-list li {
background: #f0f4f8;
padding: 0.4rem 1.2rem;
border-radius: 100px;
font-size: 0.95rem;
color: #1e293b;
border: 1px solid #dce2ea;
}

/* ===== Bedeutung (keine Pflichtklasse, aber Inhalt) ===== */
.hre-bedeutung {
background: #f8fafc;
padding: 1.5rem 1.8rem;
border-radius: 20px;
border-left: 4px solid #2b7a4b;
}

.hre-bedeutung p {
margin-bottom: 0.6rem;
}

.hre-bedeutung strong {
color: #0b2e1a;
}

/* ===== hre-sec-kw / hre-kw-row ===== */
.hre-sec-kw .hre-kw-table {
width: 100%;
border-collapse: collapse;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.hre-sec-kw .hre-kw-table thead {
background: #e6f0ea;
}

.hre-sec-kw .hre-kw-table th {
text-align: left;
padding: 0.8rem 1.2rem;
font-weight: 600;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.04em;
color: #1a4d2e;
}

.hre-sec-kw .hre-kw-table td {
padding: 0.7rem 1.2rem;
border-bottom: 1px solid #eef2f6;
font-size: 0.95rem;
}

.hre-kw-row {
transition: background 0.15s;
}

.hre-kw-row:hover {
background: #f4f9f6;
}

.hre-kw-row:last-child td {
border-bottom: none;
}

.hre-kw-row td:first-child {
font-weight: 500;
color: #0f172a;
}

.hre-kw-row td:last-child {
color: #3b4a5e;
}

.hre-kw-hinweis {
margin-top: 0.8rem;
font-size: 0.85rem;
color: #64748b;
text-align: right;
}

/* ===== hre-faq ===== */
.hre-faq .hre-faq-item {
border-bottom: 1px solid #eef2f6;
padding: 1rem 0;
}

.hre-faq .hre-faq-item:last-child {
border-bottom: none;
}

.hre-faq .hre-faq-q {
font-weight: 600;
color: #0f172a;
display: flex;
align-items: center;
gap: 0.6rem;
}

.hre-faq .hre-faq-q::before {
content: „❓“;
font-size: 1rem;
opacity: 0.7;
}

.hre-faq .hre-faq-a {
margin-top: 0.4rem;
padding-left: 2rem;
color: #334155;
}

/* ===== hre-sources ===== */
.hre-sources .hre-source-list {
list-style: none;
padding: 0;
}

.hre-sources .hre-source-list li {
padding: 0.4rem 0;
border-bottom: 1px dashed #e2e8f0;
font-size: 0.9rem;
color: #2c3e50;
}

.hre-sources .hre-source-list li:last-child {
border-bottom: none;
}

.hre-sources .hre-source-list li::before {
content: „📖 „;
opacity: 0.7;
}

/* ===== hre-related ===== */
.hre-related .hre-related-grid {
display: flex;
flex-wrap: wrap;
gap: 0.7rem 1rem;
list-style: none;
padding: 0;
}

.hre-related .hre-related-grid li a {
display: inline-block;
background: #f0f4f8;
padding: 0.45rem 1.4rem;
border-radius: 100px;
font-size: 0.9rem;
color: #1e293b;
text-decoration: none;
border: 1px solid #dce2ea;
transition: all 0.15s;
}

.hre-related .hre-related-grid li a:hover {
background: #e2ebe6;
border-color: #9bb7a8;
color: #0b2e1a;
text-decoration: underline;
}

/* ===== Responsive ===== */
@media (max-width: 640px) {
.hre-container {
padding: 1.5rem 1.2rem;
}

.hre-hero__word {
font-size: 2.4rem;
}

.hre-sec-kw .hre-kw-table th,
.hre-sec-kw .hre-kw-table td {
padding: 0.5rem 0.75rem;
font-size: 0.85rem;
}

.hre-bedeutung {
padding: 1rem 1.2rem;
}
}

Biodiversität

die ·   /ˌbiːodivɛʁziˈtɛːt/

Fachbegriff · Ökologie

Synonyme

  • Artenvielfalt
  • biologische Vielfalt
  • Artendiversität
  • genetische Vielfalt
  • ökologische Vielfalt
  • Lebensraumvielfalt
  • Naturschatz
  • Formenreichtum

Synonyme & Wortlexikon

Senast uppdaterad: 24 Juni 2026