@font-face {
    font-family: "AkzidGro";
    src: url("/AkzidGroStdReg.woff2") format("woff2"),
        url("/AkzidGroStdLig.otf") format("otf");
    font-display: swap;    
}

body {
    font-family: AkzidGro, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}

.auth {
    display: none;
}

html,
body {
    height: 100%;

}

.bluebg {
    background-color: #0E9CB6;
    color: white;
    font-size: 3em;
    padding-left: 2em;
}


.loginform {
    background-color: #D2CDCD;
    color: black;
}

.whitebg {
    background-color: white;
    color: black;
}

.logo {
    position: fixed;
    bottom: 10px;
    right: 10px;
    /*background-color: white;*/
    text-align: end;
}

.logoClock {
    position: fixed;
    bottom: 0px;
    left: 0px;
    text-align: end;
}

.banniere {
    position: absolute;
    top: 0px;
    right: 0px;
}

.pastille {
    border-radius: 50%;
    background: black;
    color: white;
    display: inline-block;
    height: 1.6em;
    width: 1.6em;
    text-align: center;
    font-size: 1.5em;
    margin-right: 0.2em;
    vertical-align: sub;
}

.pastille_done {
    /*background: #0E9CB6;*/
    background: #FFCB00;
}

.buttonchallenge {
    background-color: #0E9CB6;
    border: solid black 1px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-appearance: none;
    font-weight: bold;
}

.buttonchallenge:hover {
    font-weight: bolder;
}

.avatar {
    border: solid 5px #0E9CB6;
    border-radius: 50%;
    position: relative;
    margin-bottom: -10px;
    margin-top: -10px;
    box-shadow: 2px 2px 15px grey, inset 2px 2px 5px grey;
    background-color: #0E9CB6;
}

.pastille_div {
    margin-bottom: 0.5em;
}

.exolink {
    text-decoration: none;
    color: inherit;
    font-weight: 200;
}

.exolink:hover {
    text-decoration: none;
    font-weight: bolder;
    color: inherit;
}

.exoliste {
    background-color: #0E9CB6;
    color: white;
}

.form-control:focus,
.btn:focus,
.btn:active {
    border-color: #0E9CB6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(14, 156, 182, 0.6);
}

.maincard {
    width: 90%;
    margin-left: 5%;
    background-color: #D2CDCD;
    padding: 1em;
    margin-bottom: 5em;
}

.banniereImage {
    max-width: 30%;
}

.paddingtop {
    padding-top: 5em;
}

a {
    color: black;
    font-weight: bold;
}

@media screen and (max-width: 360px) {
    .bluebg {
        padding-left: 0.1em;
    }
}

@media screen and (max-width: 420px) {
    .paddingtop {
        padding-top: 0em;
    }
    
}


@media screen and (min-width: 1124px) {
    .banniereImage {
        max-width: 45%;
    }
}

@media screen and (min-width: 1200px) {
    .banniereImage {
        max-width: 60%;
    }
}


@media screen and (min-width: 900px) {
    .maincard {
        width: 50%;
    }

    .smallOnly {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .computerOnly {
        display: none;
    }
}