#top-logo {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 100px; /* Juster størrelsen efter behov */
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 1px 15px;
    background: transparent; /* eller en farve hvis ønsket */
    z-index: 1050;
}

.logo-img {
    height: 100px;      /* Justér størrelse hvis nødvendigt */
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* Sørger for at indholdet er centreret på hele siden */
}
.baggrund{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-color:#192A40;
}

.logo-container {
    position: relative;
    /* Evt. anden styling */
    margin-top: 20px;
    margin-left: 20px;
}
.tilbageknap-container {
    width: 100%;
    display: flex;
    justify-content: flex-start; /* eller 'center', hvis den skal være i midten */
    margin-bottom: 1px;
}

.tilbageknap-container {
    position: absolute;
    top: 60px; /* Juster denne værdi afhængigt af logoets højde */
    left: 1px;
}

.tilbageknap-img {
    width: 150px; /* Juster størrelsen efter behov */
    cursor: pointer;
}

.hjornet-billede {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 80px;      /* justér størrelse efter behov */
    height: auto;
    z-index: 200;     /* hvis det skal ligge over andet indhold */
}


.profil{

}


.profile-container {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.profile-image {
    width: 500px;
    height: 500px;
    object-fit: cover;
}

.profile-textbox {
    flex: 1;
    font-size: 15px;
    background: #B0B6BF;
    border-radius: 20px;
    border: 2px solid #00b894; /* Blå stroke, skift farve efter behov */
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06); /* Let skygge, valgfri */
}

@media (max-width: 600px) {
    .profile-container {
        max-width: 95vw;
        gap:2px;
    }
    .profile-image {
        width: 200px;
        height: 200px;
    }
    .profile-textbox {
        padding: 12px;
    }
}




    .top-bar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        padding: 1px 15px;
        background: transparent; /* eller en farve hvis ønsket */
        z-index: 1050;
    }

    .logo-img {
        height: 100px;      /* Justér størrelse hvis nødvendigt */
    }

    .center-container {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh; /* Sørger for at indholdet er centreret på hele siden */
    }
    .baggrund{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 100vh;
        background-color:#192A40;
    }

    .logo-container {
        position: relative;
        /* Evt. anden styling */
        margin-top: 20px;
        margin-left: 20px;
    }
    .tilbageknap-container {
        width: 100%;
        display: flex;
        justify-content: flex-start; /* eller 'center', hvis den skal være i midten */
        margin-bottom: 1px;
    }

    .tilbageknap-container {
        position: absolute;
        top: 60px; /* Juster denne værdi afhængigt af logoets højde */
        left: 1px;
    }

    .tilbageknap-img {
        width: 150px; /* Juster størrelsen efter behov */
        cursor: pointer;
    }

    .hjornet-billede {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 80px;      /* justér størrelse efter behov */
        height: auto;
        z-index: 200;     /* hvis det skal ligge over andet indhold */
    }


    .profile-image {
        width: 500px;
        height: 500px;
        object-fit: cover;
    }

    .profile-textbox {
        flex: 1;
        font-size: 15px;
        background: #B0B6BF;
        border-radius: 20px;
        border: 2px solid #00b894; /* Blå stroke, skift farve efter behov */
        padding: 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06); /* Let skygge, valgfri */
    }

    @media (max-width: 600px) {
        .profile-container {
            max-width: 95vw;
            gap:2px;
        }
        .profile-image {
            width: 200px;
            height: 200px;
        }
        .profile-textbox {
            padding: 12px;
        }
    }



    .image-btn {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 10px auto;
        padding: 10px 24px;
        background-color: #00b894;
        color: #000000;
        border: none;
        border-radius: 12px;
        font-size: 16px;
        cursor: pointer;
        transition: background 0.2s;
    }
    .image-btn:last-child {
        margin-bottom: 0;
    }

    @media (max-width: 600px){
        .image-btn {
            font-size: 16px;
            max-width: 95vw;
        }
    }

.profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.profile-info-row {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.deltag-knapper {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}



.ekstra-boks {
    margin-top: 30px;
    padding: 24px 20px;
    border: 2px solid #00b894;      /* Stroke (kant) */
    border-radius: 20px;             /* Corner radius */
    background: #B0B6BF;                /* Baggrundsfarve, kan ændres */
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.ekstra-overskrift {
    margin: 0 0 16px 0;
    font-size: 20px;
    text-align: center;
}

.ekstra-knapper {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.ekstra-btn {
    padding: 10px 22px;
    background: #00b894;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
}

.ekstra-btn:hover {
    background: #009973;
}