.custom-popover {
    --bs-popover-max-width: 400px;
    --bs-popover-border-color: #FFA500;
    /* Violett */
    --bs-popover-header-bg: #FFA500;
    --bs-popover-header-color: #fff;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 0.5rem;
}

.btn-custom {
    background-color: #FFA500;
    color: #333;
    border: none;
    font-weight: bold;
    padding: 8px;
}

.btn-custom:hover {
    background-color: #333;
    color: #FFA500;
    font-weight: bold;
}

#profile-picture {
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 15px;
}