:root {
    --heading1: 2.5rem;
    --heading2: 2rem;
    --heading3: 1.6rem;
    --heading4: 1.2rem;
    --body-text: 1rem;
    --nav-text: 1rem;
}

.sidebarContentContainer {
    max-width: 350px;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
}

.ausstellungContentContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ausstellungContentContainer h4 {
    font-size: var(--heading4);
    color: #6b6b6b;
    font-weight: 600;
    margin: 10px 0;
    text-align: center;
}

.ausstellungContentContainer p {
    margin: 0;
    font-size: var(--body-text);
    color: #6b6b6b;
    line-height: 1.2rem;
}

.ausstellungAddressAdditiveContainer {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ausstellungAddressAdditiveContainer img {
    margin: 0 5px;
}

/* For smaller screens */
@media (max-width: 1389px) {
    .sidebarContentContainer {
        max-width: 300px; /* fixed width for smaller screens */
        padding: 20px 10px;
        margin: 0 auto; /* center */
    }


}

@media (max-width: 992px) {
    .sidebarContentContainer {
        max-width: 280px;
    }
}
