.loggedout-container{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.04vw;
}

@media screen and (min-width: 3440px) {
  .loggedout-container {
    gap: 0.8vw; /* Kleinere Lücken */
  }
}