@font-face {
    font-family: Nunito;
    src: url(fonts/Nunito_Sans/Nunito-VariableFont_wght.ttf);
}

body {
    background-color: #B8E0EC;
    color: #172E4A;
    font-family: Nunito, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1em;

    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0;
    padding: 0;
    border: 0;

    height: 90dvh;

    text-align: center;
}

#wrap {
    container-type: size;
    container-name: mainbody;

    width: min(80cqi, 90dvh);
    aspect-ratio: 1;

    display: flex;
    flex-direction: column;
}

header,
main,
footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

header {
    height: 50cqi;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo {
    width: 90cqi;
}

main {
    align-items: start;    
    min-height: 27cqi;
    font-size: 5cqi;
    font-size: max(5cqi, 1.2em);
    padding-bottom: 1em;
}

footer {
    align-items: start;

    height: auto;

    font-size: max(3.5cqi, 1em);
}

#legal {
    position: fixed;
    bottom: 1cqi;
    right: 2cqi;
    font-size: max(1.5cqi, 1rem);
}
#legal-footer{
    width: max-content;
}
#copyright-notice{
    color: white;
    text-align: right;
}
#copyright-char{
    font-size: 0.85em;
}
.logo-inline{
    position: relative;
    top: 0.065em;
    height: 0.78em;
    display: inline;
}

#imprint {
    padding: 1em 3em 3em 3em;
    width: min(30em, 50dvi);
    font-size: 0.8rem;
}
#imprint-close{
    position: absolute;
    top: 0.5em;
    right: 0.8em;
}

button {
    font-family: inherit;
    font-weight: 650;
    font-size: 1em;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;  
    color: inherit;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

a{
    color: #0000ee;
    text-decoration: none;
}
#instalink{
    display: block;
    margin-top: 0.5em;
    font-weight: 250;
}
.inline-logo{
    display: inline-block;
    height: 1.5em;
    margin-bottom: -0.4em;
    margin-right: 0.1em;
}
/*#imprint::before{
    z-index: 0;
    content: "";
    width: 100vi;
    height: 100vb;
    background-color: red;
    position: fixed;
    top: 0;
    left: 0;
}*/