/* =========================================
   typography.css
========================================= */

/* ===== Formatierung der Seitenzahlen ===== */

.Seitenzahlen a {
    color: #9baf88;
    text-decoration: underline;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.Seitenzahlen a:hover {
    color: #d94a38;
    text-decoration: none;
}


/* ===== Formatierung: Wittenberge, 2. Mai 2026 ===== */

.tag-box {

    padding: 10px 16px;

    text-align: center;

    width: fit-content;

    margin-left: auto;
}

.tag-title {
    font-size: clamp(0.75rem, 1vw, 1.2rem);
    font-weight: 700;
    line-height: 1.1;

    color: #3e342c;
}


.tag-subtitle {
    font-size: clamp(0.45rem, 0.7vw, 0.75rem);

    margin-top: 3px;

    color: #3e342c;

    line-height: 1.2;
}