.highlight-year {
    border: 2px solid #4aa3ff;
    background: rgba(74,163,255,0.08);
    border-radius: 12px;
}

.year-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #3c8ae6;
}

.project-link {
    display: inline-block;
    font-weight: 700;              /* fett */
    color: #3c8ae6;                /* passend zur year-title Farbe */
    text-decoration: none;
    margin-bottom: 0.75rem;
}

.project-link:hover {
    text-decoration: underline;
}

.category-title {
    margin-top: 1rem;
    font-weight: 600;
    color: #cccccc;
}

.project-list li {
    margin-left: 1rem;
    margin-bottom: 0.3rem;
}

.project-desc {
    display: block;
    font-size: 0.85rem;
    opacity: 0.7;
    margin-left: 0.2rem;
}

.project-item {
    margin-bottom: 1.4rem;
}

.project-title {
    font-weight: 600;
    font-size: 1.05rem;
    color: #4ea3ff;
    text-decoration: none;
}

.project-title:hover {
    text-decoration: underline;
}

.project-meta {
    margin-top: 0.4rem;
    padding-left: 0.8rem;
    border-left: 2px solid rgba(26, 25, 25, 0.15);
}

.meta-row {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
    line-height: 1.4;
}

.meta-label {
    min-width: 70px;
    font-weight: 600;
    color: #9fc9ff;
}

.meta-text {
    color: #605f5f;
}

.project-meta ul {
    margin-top: 8px;
    padding-left: 18px;
}

.project-meta li {
    margin-bottom: 4px;
    font-size: 0.95rem;
    color: #504c4c;
}

.project-item a {
    font-weight: 600;
    font-size: 1.0rem;
}