.sponsor-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    height: 3rem;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background-color: var(--background-color);
    z-index: 1000; /* Ensure footer is above all other elements */
}
  
#nfkt {
    height: 1.5rem;
}
  
#hjelpekilden {
    height: 1rem;
}
  
#aktiv {
    height: 1.5rem;
}
