Zum Hauptinhalt springen
Sonntag, 26 Juli 2026 · MorgenausgabeBerlin ⛅ 21°CEUR/USD 1.1377 · EUR/GBP 0.8539Über unsRedaktionQuellenKontaktNewsletter

Wiederholen — Synonym & alternatives Wort

wiederholen – Deutsche Wortlexikon Seite | abendanalyse.de

/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

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;
}

/* ===== DSX CONTAINER ===== */
.dsx {
max-width: 920px;
margin: 0 auto;
background: #ffffff;
border-radius: 2rem;
box-shadow: 0 20px 60px -15px rgba(0, 20, 40, 0.15);
overflow: hidden;
padding: 2rem 2.5rem;
}

@media (max-width: 600px) {
.dsx {
padding: 1.5rem 1rem;
border-radius: 1.25rem;
}
}

/* ===== HERO ===== */
.ana-hero {
background: linear-gradient(145deg, #f0f4ff 0%, #e6edfa 100%);
border-radius: 1.5rem;
padding: 2rem 2rem 1.8rem;
margin-bottom: 2.2rem;
border: 1px solid rgba(59, 130, 246, 0.10);
position: relative;
}
.ana-hero::after {
content: ‚📖‘;
position: absolute;
right: 1.8rem;
top: 1.8rem;
font-size: 2.4rem;
opacity: 0.25;
}
.ana-hero h1 {
font-size: 2.6rem;
font-weight: 700;
letter-spacing: -0.02em;
color: #0b1f3b;
display: flex;
align-items: center;
gap: 0.6rem;
flex-wrap: wrap;
}
.ana-hero h1 small {
font-size: 1rem;
font-weight: 400;
color: #4b5e77;
background: rgba(255, 255, 255, 0.6);
padding: 0.2rem 1rem;
border-radius: 40px;
border: 1px solid rgba(0, 0, 0, 0.06);
letter-spacing: 0;
}
.ana-hero .ana-tagline {
margin-top: 0.6rem;
font-size: 1.1rem;
color: #2c3f5a;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem 1.2rem;
}
.ana-hero .ana-tagline span {
background: #ffffffcc;
padding: 0.15rem 0.9rem;
border-radius: 30px;
font-size: 0.85rem;
font-weight: 500;
color: #1e3a6b;
border: 1px solid #dce3ef;
}
.ana-hero .ana-ipa {
font-family: ‚Courier New‘, monospace;
background: #dce3ef;
padding: 0.1rem 0.8rem;
border-radius: 20px;
font-size: 0.9rem;
color: #0b1f3b;
}

/* ===== SEKTIONEN ===== */
.ana-section {
margin-bottom: 2.6rem;
}
.ana-section:last-of-type {
margin-bottom: 0;
}

.ana-section-title {
font-size: 1.5rem;
font-weight: 600;
color: #0f2a4a;
margin-bottom: 1.2rem;
display: flex;
align-items: center;
gap: 0.75rem;
border-bottom: 3px solid #e9eef5;
padding-bottom: 0.5rem;
}
.ana-section-title::before {
font-size: 1.4rem;
}

/* ===== SYNONYME (ana-sec-syn) ===== */
.ana-sec-syn .ana-section-title::before {
content: ‚🔀‘;
}
.ana-syn-list {
display: flex;
flex-wrap: wrap;
gap: 0.6rem 0.8rem;
list-style: none;
}
.ana-syn-list li {
background: #f0f4fe;
padding: 0.3rem 1.1rem;
border-radius: 40px;
font-size: 0.95rem;
border: 1px solid #d6e0f0;
color: #1a3355;
transition: background 0.2s;
}
.ana-syn-list li:hover {
background: #dce6fa;
}

/* ===== BEDEUTUNG (im Hero enthalten oder eigener Block) ===== */
.ana-meaning-box {
background: #f8fafd;
border-radius: 1.2rem;
padding: 1.2rem 1.8rem;
margin: 1rem 0 0.2rem;
border-left: 5px solid #3b82f6;
}
.ana-meaning-box p {
font-size: 1.05rem;
color: #1e2c44;
}
.ana-meaning-box strong {
color: #0f2a4a;
}

/* ===== KREUZWORT-TABELLE (ana-sec-kw) ===== */
.ana-sec-kw .ana-section-title::before {
content: ‚🧩‘;
}

.ana-kw-table {
width: 100%;
border-collapse: collapse;
background: #ffffff;
border-radius: 1rem;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.ana-kw-table thead {
background: #eef3fc;
border-bottom: 2px solid #cdd9ec;
}
.ana-kw-table th {
text-align: left;
padding: 0.8rem 1.2rem;
font-weight: 600;
color: #1a3355;
font-size: 0.9rem;
letter-spacing: 0.02em;
}
.ana-kw-table td {
padding: 0.7rem 1.2rem;
border-bottom: 1px solid #e9eef5;
font-size: 0.95rem;
vertical-align: top;
}
.ana-kw-table tbody tr:last-child td {
border-bottom: none;
}
.ana-kw-table tbody tr:hover {
background: #f8faff;
}
.ana-kw-table .ana-kw-word {
font-weight: 600;
color: #0f2a4a;
}
.ana-kw-table .ana-kw-hint {
color: #4b5e77;
}

/* jede Zeile = ana-kw-row */
.ana-kw-row td:first-child::before {
content: ‚▸ ‚;
color: #3b82f6;
font-weight: 700;
}

/* ===== FAQ (ana-faq) ===== */
.ana-faq .ana-section-title::before {
content: ‚❓‘;
}
.ana-faq-item {
background: #f9fbfe;
border: 1px solid #e6ecf5;
border-radius: 1rem;
padding: 1rem 1.4rem;
margin-bottom: 0.8rem;
transition: background 0.2s;
}
.ana-faq-item:hover {
background: #f2f7ff;
}
.ana-faq-item summary {
font-weight: 600;
color: #0f2a4a;
cursor: pointer;
font-size: 1.02rem;
padding: 0.2rem 0;
}
.ana-faq-item p {
margin-top: 0.6rem;
color: #2c3f5a;
}

/* ===== QUELLEN (ana-sources) ===== */
.ana-sources .ana-section-title::before {
content: ‚📚‘;
}
.ana-sources ul {
list-style: none;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.ana-sources li {
padding: 0.4rem 0.8rem 0.4rem 1.8rem;
background: #f5f8fe;
border-radius: 8px;
border-left: 4px solid #94a3b8;
font-size: 0.92rem;
color: #1e2c44;
position: relative;
}
.ana-sources li::before {
content: ‚📄‘;
position: absolute;
left: 0.3rem;
top: 0.3rem;
font-size: 0.9rem;
opacity: 0.6;
}

/* ===== VERWANDT (ana-related) ===== */
.ana-related .ana-section-title::before {
content: ‚🔗‘;
}
.ana-related-grid {
display: flex;
flex-wrap: wrap;
gap: 0.7rem 1rem;
}
.ana-related-grid a {
display: inline-block;
background: #eef3fc;
padding: 0.4rem 1.2

Synonyme & Wortlexikon

Senast uppdaterad: 24 Juni 2026