.news-date {
    min-width: 200px;
    white-space: nowrap;
}

.news-item {
    gap: 2rem;  /* ← diesen Wert anpassen, z.B. 1rem, 3rem */
}

.faehigkeiten-banner img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.faehigkeiten-item {
    border-bottom: 1px solid var(--color-border);
    padding: 1rem 0;
}

.faehigkeiten-item summary {
    font-weight: 600;
    cursor: pointer;
    font-size: 1.1rem;
    color: var(--color-primary);
}

.faehigkeiten-content {
    padding: 1rem 0 0.5rem 1rem;
    color: var(--color-text);
}

.brand .dot {
    background: var(--color-primary);
}

.news-badge {
    background: var(--color-primary);
    color: #fff;
}

.kontakt-content {
    line-height: 2;
    font-size: 1.1rem;
}

.kontakt-content a {
    color: var(--color-primary);
    text-decoration: none;
}

.kontakt-content a:hover {
    text-decoration: underline;
}

.morandi-nav {
    flex-wrap: nowrap;
    align-items: center;
}

@media (max-width: 768px) {
    .morandi-nav {
        flex-wrap: nowrap;
        gap: 0.4rem;
    }

    .nav-links {
        width: auto;
        flex-wrap: nowrap;
        justify-content: center;
    }
}

.brand {
    white-space: nowrap;
}

.markdown-body img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .section-heading {
        flex-direction: row;
        align-items: center;
    }
}


.nav-links {
    margin-left: auto;
}


.kontakt-content {
    text-align: center;
}

.theme-toggle {
    margin-left: 1rem;
}
