Zum Hauptinhalt springen
Samstag, 18 Juli 2026 · AbendausgabeBerlin ⛅ 22°CEUR/USD 1.1435 · EUR/GBP 0.8510Über unsRedaktionQuellenKontaktNewsletter

Pause — Synonym & alternatives Wort

Hier ist eine HTML-Seite für ein deutsches Wortlexikon-Eintrag zu „Pause“ nach hauptfokus.de-Stil mit dem CSS-Präfix `dsx` und allen geforderten Klassen.
„`html

Pause – Wortlexikon · hauptfokus.de

/* dsx – deutsches wortlexikon stil (hauptfokus.de) */
.hau-hero {
background: linear-gradient(145deg, #f8f9fc 0%, #eef1f7 100%);
border-bottom: 2px solid #d0d7e0;
padding: 2.5rem 1.5rem 1.8rem;
margin-bottom: 2rem;
border-radius: 0 0 32px 32px;
box-shadow: 0 8px 20px rgba(0,0,0,0.03);
font-family: ‚Inter‘, system-ui, -apple-system, ‚Segoe UI‘, Roboto, sans-serif;
}
.hau-hero h1 {
font-size: 3.2rem;
font-weight: 600;
letter-spacing: -0.02em;
color: #1e293b;
margin: 0 0 0.25rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.hau-hero h1 small {
font-size: 1.2rem;
font-weight: 400;
color: #5b6a7a;
background: #e2e8f0;
padding: 0.2rem 1rem;
border-radius: 40px;
margin-left: 0.75rem;
}
.hau-hero .hau-typ {
display: inline-block;
background: #d4e0ed;
color: #1e3a5f;
font-size: 0.9rem;
font-weight: 500;
padding: 0.2rem 1.2rem;
border-radius: 30px;
margin-top: 0.5rem;
}
.hau-hero p {
font-size: 1.1rem;
color: #2c3e50;
max-width: 700px;
margin-top: 1rem;
line-height: 1.5;
}

/* genereller rahmen */
.hau-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 1.5rem 3rem;
font-family: ‚Inter‘, system-ui, sans-serif;
}

/* sektionen */
.hau-sec-syn,
.hau-sec-kw,
.hau-faq,
.hau-sources,
.hau-related {
background: #ffffff;
border: 1px solid #e4e9f0;
border-radius: 28px;
padding: 1.8rem 2rem;
margin-bottom: 2.5rem;
box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.hau-sec-syn h2,
.hau-sec-kw h2,
.hau-faq h2,
.hau-sources h2,
.hau-related h2 {
font-size: 1.6rem;
font-weight: 500;
color: #0f2a44;
border-left: 5px solid #8aa9c9;
padding-left: 1rem;
margin-top: 0;
margin-bottom: 1.5rem;
}

/* synonyme */
.hau-syn-list {
display: flex;
flex-wrap: wrap;
gap: 0.8rem 1.2rem;
list-style: none;
padding: 0;
margin: 0;
}
.hau-syn-list li {
background: #edf2f8;
border-radius: 40px;
padding: 0.4rem 1.4rem;
font-size: 1rem;
color: #1f3a57;
font-weight: 450;
border: 1px solid #d6dfe9;
}

/* bedeutung (innerhalb von hau-sec-syn) */
.hau-bedeutung {
margin-top: 2rem;
padding-top: 1.2rem;
border-top: 1px dashed #ccd7e3;
}
.hau-bedeutung h3 {
font-size: 1.2rem;
font-weight: 500;
color: #1f3a57;
margin-bottom: 0.75rem;
}
.hau-bedeutung p {
font-size: 1.05rem;
line-height: 1.6;
color: #1e2e41;
max-width: 700px;
}

/* kreuzwort-tabelle */
.hau-kw-row {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 0.5rem 1rem;
padding: 0.7rem 0;
border-bottom: 1px solid #eef2f6;
align-items: center;
}
.hau-kw-row:last-child {
border-bottom: none;
}
.hau-kw-row span {
font-size: 0.95rem;
color: #1e2e41;
}
.hau-kw-row .hau-kw-frage {
font-weight: 450;
color: #0f2a44;
}
.hau-kw-row .hau-kw-antw {
font-weight: 500;
color: #1f4a6e;
}
.hau-kw-row .hau-kw-laenge {
color: #5b6f82;
font-size: 0.9rem;
}
.hau-kw-row .hau-kw-hinweis {
color: #5f7a94;
font-style: italic;
font-size: 0.9rem;
}

/* mindestens 6 zeilen – wir haben 8 einträge */
.hau-kw-row:nth-child(n+7) {
/* nur um zu zeigen, dass es mehr als 6 sind */
}

/* faq */
.hau-faq-item {
margin-bottom: 1.2rem;
}
.hau-faq-item h4 {
font-size: 1.1rem;
font-weight: 500;
color: #0f2a44;
margin-bottom: 0.25rem;
}
.hau-faq-item p {
margin: 0.2rem 0 0 0;
color: #2c3e50;
line-height: 1.5;
}

/* quellen */
.hau-sources ul {
list-style: none;
padding: 0;
margin: 0;
}
.hau-sources li {
padding: 0.4rem 0;
border-bottom: 1px solid #edf1f6;
font-size: 0.98rem;
}
.hau-sources li:last-child {
border-bottom: none;
}
.hau-sources a {
color: #1f4a7a;
text-decoration: none;
border-bottom: 1px dotted #b6c9db;
}
.hau-sources a:hover {
color: #0b2b4a;
border-bottom: 1px solid #0f2a44;
}

/* verwandt */
.hau-related-list {
display: flex;
flex-wrap: wrap;
gap: 1rem 1.5rem;
list-style: none;
padding: 0;
margin: 0;
}
.hau-related-list li a {
font-size: 1.1rem;
font-weight: 450;
color: #1f4a7a;
text-decoration: none;
border-bottom: 2px solid transparent;
transition: 0.1s;
padding-bottom: 2px;
}
.hau-related-list li a:hover {
border-bottom-color: #8aa9c9;
}

/* responsive */
@media (max-width: 700px) {
.hau-kw-row {
grid-template-columns: 1fr 1fr;
gap: 0.3rem 0.8rem;
}
.hau-hero h1 {
font-size: 2.4rem;
flex-wrap: wrap;
}
}

Pause die

Substantiv · feminin

Unterbrechung, Ruhepunkt, kurzer Stillstand – Pause gehört zum Alltagswortschatz und wird in vielen Kontexten verwendet.

Synonyme

  • Unterbrechung
  • Ruhepause
  • Verschnaufpause
  • Atempause
  • Stillstand
  • Intervall
  • Unterbruch (schweiz.)
  • Rast
  • Erholung
  • Fenster (zeitlich)

Bedeutung

Pause bezeichnet eine zeitlich

Synonyme & Wortlexikon

Senast uppdaterad: 24 Juni 2026