* {
    box-sizing: border-box;
}


#logoimg {
    width: 100%;
}

#heroimg {
    height: 100%;
}

#PoweredByOutby img {
    width: 20em;


}

h3 {
    color: #174E94;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 1em;

}

h4 {
    color: #174E94;
    text-align: center;
    font-weight: 600;
    font-size: 1.5em;
    padding-bottom: 1em;

}

h5 {
    color: #174E94;
    text-align: center;
    font-weight: 600;
    padding-top: 1.5em;
    padding-bottom: 0.7em;

}

#orangetext {
    color: #D15E30;
}

#galleri {
    display: flex;
    align-items: flex-start;
    width: 100vw;
    height: auto;
    margin: 2em auto;
}

#galleri img {
    width: 25%;

}

.aktivitet {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 13em;
    margin: 1em;
}


.appar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25em;
}

#appleapp {
    width: 100%;
    padding: 1em;
    margin: auto;
}

#googleapp {
    width: 100%;
    padding: 1em;
    margin: auto;
}

/* HÄNDER I ARENAN */

.nyhetsaktivitet {

    background-color: #F4EFE3;
    border-radius: 4em;
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 2em;
}

.nyhetsaktivitet p {
    text-align: left;
    font-size: 0.8em;
}


.nyhetsaktivitet > img {

    width: 14em;
}

.korttext {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-left: 0.5em;
}

.langtext {
    width: 100%;
}


@media screen and (max-width: 639px) {
    #galleri {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100vw;
        height: auto;
        margin: 2em auto;
    }

    #galleri img {
        width: 50%;
    }


    .appar {
        margin: auto;
        width: 100%;
    }


    #appleapp {
        width: 100%;
        margin: auto;
        padding: 1em;

    }

    #googleapp {
        width: 100%;
        margin: auto;
    }


}

.aktiv {
    padding: 2em 0em 1em 0em;
    font-size: 1.7em;
}

.orangefet {
    color: #D15E30;
    font-weight: 700;
    padding: 1.3em 0em;
}


.img {
    width: 6em;
    margin: 0em auto;
}


.medlem img {
    width: 6em;
    margin: 1.5em 1em;
}

.medlemknapp {
    background-color: #174E94;
    color: white;
    padding: 0.9em 1.2em;
    border: 0.2em solid #174E94;
    border-radius: 1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 1em;
    box-shadow: 0.1em 0.1em 0.3em #c4c4c4

}

.medlemknapp:hover {
    background-color: #316ab4;
    border: 0.2em solid #316ab4;
}

.anmalknapp {
    background-color: #174E94;
    border: solid #174E94;
    color: white;
    border-radius: 1em;
    padding: 0.6em;
    box-shadow: 0.1em 0.1em 0.3em #c4c4c4;
    margin-top: 1em;
    width: 6.5em;

}

.anmalknapp:active {
    background-color: #316ab4;
    border: solid #316ab4;

}

.anmalknapp:hover {
    background-color: #316ab4;
    border: solid #316ab4;

}

.inbjudanknapp {
    background-color: #D15E30;
    border: solid #D15E30;
    color: white;
    border-radius: 1em;
    padding: 0.6em;
    box-shadow: 0.1em 0.1em 0.3em #c4c4c4;
    margin-top: 1em;
    width: 6.5em;
}

.inbjudanknapp:active {
    background-color: #e4835c;
    border: solid #e4835c

}

.inbjudanknapp:hover {
    background-color: #e4835c;
    border: solid #e4835c;

}

.sponsgalleri {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0em 20em;
}


.sponsgalleri img {
    padding: 0em 1em 1em 1em;
    width: 10em;
}

@media screen and (max-width: 1125px) {
    .sponsgalleri {
        margin: 0em 8em;

    }

    .nyhetsaktivitet {
        flex-wrap: wrap;
    }

    .langtext {
        margin-top: 1em;
    }

    .korttext {
        width: 50%;
    }


}

@media screen and (max-width: 470px) {


    .nyhetsaktivitet > img {

        width: 10em;
    }


}


@media screen and (max-width: 730px) {


    .korttext {
        width: 100%;
        margin-top: 1em;
    }

}


@media screen and (max-width: 628px) {
    #hero {
        margin: 2em auto 0em auto;
        width: 75%;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        margin-top: 1em;
    }

    h3 {
        font-size: 0.9em;
    }

    .aktiv {
        padding: 1em 0em 1em 0em;
    }

    .sponsgalleri {
        display: flex;
        margin: auto;
        margin: 0em 2em;

    }

    .sponsgalleri img {
        width: 7em;
    }
}
