/* Headings */
body {
    background-color: #0e1621;
}
h1  {
    font-weight: 600;
    margin-bottom: 1em;
    color: #ffffff;
    font-family: San Francisco, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    text-align: center;
}

h2 {
    font-weight: 600;
    margin-bottom: 1em;
    color: #ffffff;
    font-family: San Francisco, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

/* Paragraphs */
p {
    margin-bottom: 1em;
    font-weight: 600;
    color: #ffffff;
    font-family: San Francisco, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

label {
    font-weight: 600;
    margin-bottom: 1em;
    color: #ffffff;
    font-family: San Francisco, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 3000px;
    margin: 0 auto;
}

.button-row {
    display: flex;
    gap: 16px; /* Abstand zwischen den Buttons */
    justify-content: center;
    margin-bottom: 0px;
    top: 250px;
    position: relative;
}

.link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-family: San Francisco, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    height: 100px;
    width: 200px;
    background-color: #2b5278;
    transition: transform 0.15s cubic-bezier(.4,2,.6,1);
    border: none;
}

.link:hover {
    transform: scale(1.08);
}

.logoutbut {
    background-color: #2b5278;
    color: #ffffff;
    transition: transform 0.15s cubic-bezier(.4,2,.6,1);
    height: 50px;
    width: 100px;
    border: none;
}

.logoutbut:hover {
    transform: scale(1.08);
}


.list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    position: absolute;
}



.button-row {
    margin-top: 40px;
    align-self: center;
}

.laufband {
    width: 100%;
    overflow: hidden;
}

.laufband-inhalt {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    will-change: transform;
}

.laufband-original {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.sogu-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 0;
}

.circle-container {
    position: absolute;
    width: 250px;
    height: 250px;
    margin: 0 auto 2em auto;
    animation: rotate 6s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.circle-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: rotate(calc(60deg * var(--i)));
    transform-origin: center center;
    animation: orbit 6s linear infinite;
    /* Jede Umlaufbahn startet versetzt */
    animation-delay: calc(-1s * var(--i));
}

.circle-img {
    position: absolute;
    left: 0;
    top: -100px; /* Abstand vom Zentrum, Radius */
    width: 60px !important;
    height: 60px !important;
    display: block !important;
}

.center {
    position: absolute;
    top: 44%;
    left: 50%;
    width: 150px;
    height: auto;
    transform: translate(-50%, -50%);
}
.putin {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 200px;
    height: auto;
    
}

.green {
    position: absolute;
    top: 30%;
    left: 75%;
    width: 350px;
    height: auto;
}

.wolf {
    position: absolute;
    top: 60%;
    margin-left: center;
    width: 200px;
    height: auto;
}
