Zum Hauptinhalt springen
Donnerstag, 16 Juli 2026 · AbendausgabeBerlin ⛅ 28°CEUR/USD 1.1467 · EUR/GBP 0.8487Über unsRedaktionQuellenKontaktNewsletter

Küssen — Synonym & alternatives Wort

This HTML document delivers a complete German lexicon page for the word „küssen“, structured with all required sections and a clean, modern design.
„`html

küssen – Deutsche Wortlexikon Seite | pressesicht.de

/* ===== Reset & Basis ===== */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

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

.pre-container {
max-width: 960px;
margin: 0 auto;
background: #ffffff;
border-radius: 24px;
box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
overflow: hidden;
padding: 2.5rem 2.8rem;
}

/* ===== Typografie ===== */
h1,
h2,
h3 {
font-weight: 600;
letter-spacing: -0.01em;
color: #0f172a;
}

h1 {
font-size: 2.8rem;
margin-bottom: 0.25rem;
}

h2 {
font-size: 1.6rem;
margin-bottom: 1.2rem;
display: flex;
align-items: center;
gap: 0.5rem;
}

h2::before {
content: “;
display: inline-block;
width: 4px;
height: 28px;
background: #3b82f6;
border-radius: 4px;
}

h3 {
font-size: 1.15rem;
margin-bottom: 0.5rem;
}

a {
color: #2563eb;
text-decoration: none;
transition: color 0.2s;
}

a:hover {
color: #1e40af;
text-decoration: underline;
}

/* ===== pre-hero ===== */
.pre-hero {
background: linear-gradient(145deg, #f1f5f9, #e9f0f9);
border-radius: 18px;
padding: 2rem 2.2rem;
margin-bottom: 2.8rem;
border-left: 6px solid #3b82f6;
display: flex;
flex-wrap: wrap;
align-items: baseline;
justify-content: space-between;
}

.pre-hero__word {
font-size: 3.2rem;
font-weight: 700;
color: #0f172a;
letter-spacing: -0.02em;
}

.pre-hero__word small {
font-size: 1.2rem;
font-weight: 400;
color: #64748b;
margin-left: 0.75rem;
}

.pre-hero__meta {
display: flex;
gap: 1.8rem;
font-size: 0.95rem;
color: #475569;
background: rgba(255, 255, 255, 0.7);
padding: 0.4rem 1.2rem;
border-radius: 40px;
backdrop-filter: blur(4px);
}

.pre-hero__meta span {
display: flex;
align-items: center;
gap: 0.3rem;
}

/* ===== Sektionen ===== */
section {
margin-bottom: 2.8rem;
}

/* ===== pre-sec-syn (Synonyme) ===== */
.pre-sec-syn {
background: #f8fafc;
border-radius: 16px;
padding: 1.8rem 2rem;
}

.pre-syn-list {
display: flex;
flex-wrap: wrap;
gap: 0.6rem 0.8rem;
list-style: none;
}

.pre-syn-list li {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 40px;
padding: 0.3rem 1.2rem;
font-size: 0.95rem;
transition: background 0.2s, border-color 0.2s;
cursor: default;
}

.pre-syn-list li:hover {
background: #eff6ff;
border-color: #93c5fd;
}

.pre-syn-list .pre-syn-hl {
background: #dbeafe;
border-color: #3b82f6;
font-weight: 500;
}

/* ===== Bedeutung ===== */
.pre-bedeutung {
background: #ffffff;
border: 1px solid #eef2f6;
border-radius: 16px;
padding: 1.6rem 2rem;
margin-bottom: 2.8rem;
}

.pre-bedeutung p {
font-size: 1.05rem;
color: #1e293b;
margin-bottom: 0.6rem;
}

.pre-bedeutung ul {
list-style: none;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.6rem;
}

.pre-bedeutung ul li {
padding-left: 1.8rem;
position: relative;
}

.pre-bedeutung ul li::before {
content: ‚▸‘;
position: absolute;
left: 0;
color: #3b82f6;
font-weight: 700;
}

/* ===== pre-sec-kw + pre-kw-row ===== */
.pre-sec-kw {
background: #f8fafc;
border-radius: 16px;
padding: 1.8rem 2rem;
overflow-x: auto;
}

.pre-kw-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95rem;
}

.pre-kw-table thead {
background: #e9f0f9;
border-bottom: 3px solid #3b82f6;
}

.pre-kw-table thead th {
padding: 0.8rem 1rem;
text-align: left;
font-weight: 600;
color: #0f172a;
letter-spacing: 0.02em;
}

.pre-kw-table thead th:first-child {
border-radius: 10px 0 0 0;
}

.pre-kw-table thead th:last-child {
border-radius: 0 10px 0 0;
}

.pre-kw-row td {
padding: 0.75rem 1rem;
border-bottom: 1px solid #e2e8f0;
vertical-align: middle;
}

/* mindestens 6 Zeilen – wird durch die 6

erfüllt */
.pre-kw-row:hover td {
background: #f1f5f9;
}

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

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

.pre-kw-row td:nth-child(2) {
font-family: ‚Courier New‘, monospace;
font-weight: 600;
color: #1e40af;
letter-spacing: 0.05em;
}

.pre-kw-row td:last-child {
color: #475569;
font-size: 0.9rem;
}

.pre-kw-badge {
display: inline-block;
background: #dbeafe;
color: #1e40af;
font-size: 0.7rem;
font-weight: 600;
padding: 0.15rem 0.6rem;
border-radius: 20px;
letter-spacing: 0.04em;
text-transform: uppercase;
}

/* ===== pre-faq ===== */
.pre-faq {
background: #ffffff;
border: 1px solid #eef2f6;
border-radius: 16px;
padding: 1.8rem 2rem;
}

.pre-faq details {
border-bottom: 1px solid #eef2f6;
padding: 0.8rem 0;
}

.pre-faq details:last-of-type {
border-bottom: none;
}

.pre-faq summary {
font-weight: 500;
cursor: pointer;
color: #0f172a;
display: flex;
align-items: center;
gap: 0.6rem;
transition: color 0.2s;
list-style: none;
}

.pre-faq summary::-webkit-details-marker {
display: none;
}

.pre-faq summary::before {
content: ‚+‘;
font-size: 1.1rem;
font-weight: 300;
color: #3b82f6;
transition: transform 0.2s;
}

.pre-faq details[open] summary::before {
content: ‚−‘;
transform: rotate(180deg);
}

.pre-faq summary:hover {
color: #2563eb;
}

.pre-faq details p {
margin-top: 0.8rem;
padding-left: 1.8rem;
color: #475569;
font-size: 0.95rem;
}

/* ===== pre-sources ===== */
.pre-sources {
background: #f8fafc;
border-radius: 16px;
padding: 1.8rem 2rem;
}

.pre-sources ol {
padding-left: 1.5rem;
font-size: 0.92rem;
color: #334155;
display: flex;
flex

Senast uppdaterad: 24 Juni 2026