body {
    line-height: 1.7em;
    padding: 1em 2em 2em 2em;
    font-size: 20px;
    font-family: system-ui, sans-serif;
    img {
        max-width: 100%;
    }
}
header,
main,
footer,
body {
    max-width: 40em;
    margin: auto;
}
header {
    padding: 0em 0em 0em 0em;
}
main {
    padding: 0em 0em 0em 0em;
    min-height: 25em;
}
/*MQ main for smartphone*/
@media screen and (max-width: 600px) {
    main {
        min-width: 12em;
        max-width: 100%;
        padding: 0em 0em 0em 0em;
        min-height: 10em;
        margin: auto;
    }
}
footer {
    padding: 3em 0em 0em 0em;
}
html {
    font-size: 20px;
}
a {
    color: gray;
    text-decoration: none;
}

/*MENU*/
/*Menu flexing*/
.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
/*Menu title logo*/
.menutitlelink {
    flex: auto;
    width: 200px;
    height: auto;
}
/*MQ Menu title logo*/
@media screen and (max-width: 600px) {
    .menutitlelink {
        flex: auto;
        width: 150px;
        height: auto;
    }
}
/*Language botton in menu*/
.menunavbarlang {
    flex: auto;
    color: gray;
    text-decoration: none;
}
/*Links in menu*/
.menulinks {
    flex: auto;
    color: black;
    text-decoration: none;
}
/*Back arrow haeder*/
.backarrow {
    flex: auto;
    color: black;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
}

/*ARCHIV LOGO*/
/*Logo phrase*/
.center {
    text-align: center;
    font-size: 1em;
}
/*MQ Logo phrase*/
@media screen and (max-width: 400px) {
    .center {
        text-align: left;
        font-size: 0.8em;
    }
}
/*ARCHIV LOGO*/
/*Grid container archiv logo*/
.gridcontainerarchivlogo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    grid-auto-rows: minmax(auto, auto);
    grid-auto-columns: minmax(auto, auto);
}
/*MQ GRID ARCHIV LOGO*/
/*Grid Container archiv logo*/
@media screen and (max-width: 600px) {
    .gridcontainerarchivlogo {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5em;
        grid-auto-rows: minmax(auto, auto);
        grid-auto-columns: minmax(auto, auto);
    }
}
/*GRID ITEMS ARCHIV LOGO*/
/*Items position*/
.griditemarchivlogo {
    postion: absolute;
    max-width: 400px;
}

/*GENERAL CONTENT*/
/*Normal content*/
.titlecontent {
    font-size: 1.2em;
}
/*Flexing content*/
.flexcontent {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
/*Flexing images*/
.flexcontentimg {
    flex: auto;
    min-width: 12em;
    max-width: 19em;
}
/*Flexing text*/
.flexcontenttext {
    flex: auto;
    min-width: 12em;
    max-width: 19em;
}

/*Flexing work details*/
.workdetailscontent {
    flex: auto;
    font-size: 0.7em;
    line-height: 1.4em;
    min-width: 12em;
    max-width: 19em;
}

/*MQ FLEXING CONTENT*/
/*Flexing content order*/
@media screen and (max-width: 850px) {
    .flexcontent {
        flex: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #a {
        order: 3;
    }
    #b {
        order: 1;
    }
    #c {
        order: 2;
    }
    #d {
        order: 4;
    }
    #e {
        order: 5;
    }
    #f {
        order: 6;
    }
    #g {
        order: 7;
    }
    /*Flexing images*/
    .flexcontentimg {
        flex: auto;
        min-width: 12em;
        max-width: 100%;
    }
    /*Flexing text*/
    .flexcontenttext {
        flex: auto;
        min-width: 12em;
        max-width: 100%;
    }
}
/*SHOP*/
/*Grid container shop*/
.gridcontainershop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    grid-auto-rows: minmax(auto, auto);
    grid-auto-columns: minmax(auto, auto);
}
/*MQ GRID SHOP*/
/*Grid container shop*/
@media screen and (max-width: 600px) {
    .gridcontainershop {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5em;
        grid-auto-rows: minmax(auto, auto);
        grid-auto-columns: minmax(auto, auto);
    }
}
/*GRID ITEMS SHOP*/
/*Items position*/
.griditemshop {
    postion: absolute;
    max-width: 400px;
}
.gridtextshop {
    postion: absolute;
    font-size: 0.9em;
    line-height: 1.5em;
    max-width: 400px;
}
/*Flexing shop content*/
.flexcontentshop {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
/*Flexing shop images*/
.flexcontentimgshop {
    flex: auto;
    min-width: 12em;
    max-width: 19em;
}
/*Flexing shop text*/
.flexcontenttextshop {
    flex: auto;
    min-width: 12em;
    max-width: 19em;
}

/*Flexing work details*/
.shopdetailscontent {
    flex: auto;
    font-size: 0.7em;
    line-height: 1.4em;
    min-width: 12em;
    max-width: 19em;
}

/*BIO/ABOUT*/
/*Flexing content Bio*/
.flexcontentbio {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
/*Flexing images*/
.flexcontentbioimg {
    flex: auto;
    min-width: 12em;
    max-width: 19em;
}
/*Flexing text*/
.flexcontenttextbio {
    flex: auto;
    line-height: 1.5em;
    min-width: 12em;
    max-width: 19em;
}
/*Normal content bio*/
.contentbio {
    line-height: 1.5em;
}
/*Details in Bio*/
/*Bio details flexing*/
.flexdetails {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
/*Details*/
details {
    flex: auto;
    border: none;
    max-width: 17em;
}
summary {
    flex: auto;
    margin: 0em;
    padding: 0em;
    max-width: 17em;
}
details[open] {
    flex: auto;
    padding: 0em;
    max-width: 17em;
}
details[open] summary {
    flex: auto;
    border-bottom: none;
    margin-bottom: 0em;
    max-width: 17em;
}

/*ARCHIVE*/
/*Archive flexing*/
.archive {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
/*Archive images*/
.archiveimg {
    flex: auto;
    min-width: 12em;
    max-width: 19em;
}
/*Archive work details*/
.workdetailsarchive {
    flex: auto;
    font-size: 0.9em;
    line-height: 1.5em;
    min-width: 12em;
    max-width: 19em;
}
/*MQ FLEXING CONTENT*/
/*Flexing content order*/
@media screen and (max-width: 850px) {
    .archive {
        flex: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    /*Flexing images*/
    .archiveimg {
        flex: auto;
        min-width: 12em;
        max-width: 100%;
    }
    /*Flexing text*/
    .workdetailsarchive {
        flex: auto;
        min-width: 12em;
        max-width: 100%;
    }
}
