﻿.vorstand-page {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.vorstand-title {
    color: white;
    margin-bottom: 2rem;
    border-bottom: 2px solid white;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.vorstand-loading,
.vorstand-fallback {
    color: white;
    opacity: 0.8;
}

.vorstand-panel {
    background-color: rgb(0 0 0 / 27%);
    padding: 2rem;
    border-radius: 16px;
    color: white;
    width: 100%;
    margin: auto;
}

.vorstand-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}

.vorstand-col {
    flex: 1;
    min-width: 250px;
}

.vorstand-label {
    font-size: 1.1rem;
    text-decoration: underline;
}

.vorstand-person {
    margin-top: 0.5rem;
}

.vorstand-link {
    color: inherit;
    text-decoration: none;
}

    .vorstand-link:hover {
        text-decoration: underline;
    }

.vorstand-meta {
    margin-bottom: 2rem;
}

.vorstand-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 0.5rem;
}

.vorstand-divider {
    border-top: 1px solid #ccc;
    margin: 2rem 0;
}

.vorstand-contact {
    font-size: 1.1rem;
}

    .vorstand-contact a {
        color: #0056b3;
        font-weight: bold;
        text-decoration: underline;
    }

.vorstand-api-content {
    width: 100%;
}

    .vorstand-api-content :deep(> *) {
        max-width: 100%;
    }

@media (max-width: 768px) {
    .vorstand-panel {
        padding: 1.25rem;
    }

    .vorstand-row,
    .vorstand-meta-row {
        gap: 1rem;
    }
}
