.center-fullscreen {
    margin-top: var(--nav-h);
    min-height: calc(100svh - var(--nav-h));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    box-sizing: border-box;
    width: 100%;
}

.center-fullscreen .text-center {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kreisLogo {
    width: clamp(350px, 50vw, 500px);
    max-width: 90vw;
    height: auto;
    opacity: .4;
    margin-bottom: 2.5rem;
}

.comingSoon {
    font-size: 1.5rem;
    /*margin-bottom: 3rem;*/
    padding-bottom: 3rem;
    text-align: center;
    width: 100%;
}

.followUs {
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    margin: 1rem 0 0;
}

.followUs p {
    margin: .5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem 1rem;
}

.followUs a {
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: 1.2rem;
}

.followUs a:hover {
    color: #fff;
    text-decoration: underline;
}

.followUs a:first-of-type {
    color: #3b5998;
}

.followUs a:nth-of-type(2) {
    color: #E4405F;
}

.followUs i {
    font-size: 1.5rem;
}
