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

Ebenso — Synonym & alternatives Wort

ebenso – Bedeutung, Synonyme & Kreuzworträtsel | politikstudio.de

/* ============================================
DSX – Canon.de Wortlexikon
Prefix: dsx
============================================ */

/* ———- Reset / Basis ———- */
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

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

.pks-container {
max-width: 960px;
margin: 0 auto;
background: #ffffff;
border-radius: 2rem;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.04);
padding: 2.5rem 2.8rem;
transition: box-shadow 0.2s;
}

@media (max-width: 640px) {
.pks-container {
padding: 1.5rem 1.2rem;
border-radius: 1.2rem;
}
}

/* ———- Typografie ———- */
.pks-title-xl {
font-size: 2.8rem;
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.15;
}

.pks-title-lg {
font-size: 1.8rem;
font-weight: 600;
letter-spacing: -0.01em;
}

.pks-title-md {
font-size: 1.3rem;
font-weight: 600;
letter-spacing: -0.005em;
}

.pks-text-sm {
font-size: 0.95rem;
color: #475569;
}

.pks-text-muted {
color: #64748b;
}

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

/* ———- HERO ———- */
.pks-hero {
background: linear-gradient(145deg, #f0f4fe 0%, #e8edf9 100%);
border-radius: 1.6rem;
padding: 2rem 2.2rem;
margin-bottom: 2.4rem;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 1.2rem;
border: 1px solid rgba(255, 255, 255, 0.6);
}

.pks-hero__word {
display: flex;
flex-direction: column;
}

.pks-hero__word h1 {
font-size: 3.2rem;
font-weight: 700;
letter-spacing: -0.03em;
color: #0b1e3a;
line-height: 1.1;
}

.pks-hero__word .pks-badge {
display: inline-block;
background: #ffffffcc;
backdrop-filter: blur(4px);
padding: 0.2rem 1rem;
border-radius: 40px;
font-size: 0.85rem;
font-weight: 500;
color: #1e3a6f;
margin-top: 0.3rem;
border: 1px solid #ffffff;
align-self: flex-start;
}

.pks-hero__meta {
text-align: right;
font-size: 0.95rem;
color: #2c3e6b;
background: rgba(255, 255, 255, 0.5);
padding: 0.5rem 1.2rem;
border-radius: 40px;
backdrop-filter: blur(4px);
border: 1px solid rgba(255, 255, 255, 0.7);
}

.pks-hero__meta span {
font-weight: 600;
}

@media (max-width: 540px) {
.pks-hero {
flex-direction: column;
align-items: flex-start;
}
.pks-hero__meta {
text-align: left;
width: 100%;
}
.pks-hero__word h1 {
font-size: 2.4rem;
}
}

/* ———- Synonyme Sektion ———- */
.pks-sec-syn {
margin-bottom: 2.4rem;
}

.pks-sec-syn .pks-syn-list {
display: flex;
flex-wrap: wrap;
gap: 0.6rem 0.8rem;
margin-top: 0.8rem;
list-style: none;
}

.pks-sec-syn .pks-syn-list li {
background: #f1f5f9;
padding: 0.3rem 1.2rem;
border-radius: 40px;
font-size: 0.98rem;
border: 1px solid #e2e8f0;
transition: background 0.15s;
}

.pks-sec-syn .pks-syn-list li:hover {
background: #e2e8f0;
}

/* ———- Bedeutung Sektion ———- */
.pks-sec-kw {
margin-bottom: 2.4rem;
}

.pks-sec-kw .pks-def-box {
background: #fafcff;
border-left: 4px solid #3b6cb0;
padding: 1.2rem 1.6rem;
border-radius: 0 1rem 1rem 0;
margin-top: 0.6rem;
}

.pks-sec-kw .pks-def-box p {
margin-bottom: 0.4rem;
}

.pks-sec-kw .pks-def-box .pks-example {
color: #3b6cb0;
font-style: italic;
background: #eef4ff;
padding: 0.2rem 0.8rem;
border-radius: 20px;
display: inline-block;
font-size: 0.95rem;
}

/* ———- Kreuzwort-Tabelle ———- */
.pks-kw-table-wrap {
overflow-x: auto;
margin-top: 0.8rem;
border-radius: 1rem;
border: 1px solid #e9edf2;
}

.pks-kw-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95rem;
min-width: 480px;
}

.pks-kw-table thead {
background: #f0f4fe;
}

.pks-kw-table th {
text-align: left;
padding: 0.9rem 1.2rem;
font-weight: 600;
color: #1e3a6f;
border-bottom: 2px solid #dce3ef;
}

.pks-kw-table td {
padding: 0.8rem 1.2rem;
border-bottom: 1px solid #edf1f7;
vertical-align: top;
}

.pks-kw-table tbody tr:last-child td {
border-bottom: none;
}

.pks-kw-table tbody tr:hover {
background: #f8faff;
}

.pks-kw-row {
transition: background 0.12s;
}

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

.pks-kw-row td:nth-child(2) {
color: #2c3e6b;
}

.pks-kw-row td:nth-child(3) {
color: #3b6cb0;
font-weight: 500;
}

.pks-kw-badge {
display: inline-block;
background: #e6edf9;
padding: 0.15rem 0.8rem;
border-radius: 30px;
font-size: 0.8rem;
font-weight: 500;
color: #1e3a6f;
}

/* ———- FAQ Sektion ———- */
.pks-faq {
margin-bottom: 2.4rem;
}

.pks-faq details {
border-bottom: 1px solid #e9edf2;
padding: 0.9rem 0;
}

.pks-faq details:first-of-type {
border-top: 1px solid #e9edf2;
}

.pks-faq summary {
font-weight: 600;
cursor: pointer;
display: flex;
align-items

Senast uppdaterad: 24 Juni 2026