
/* ================ SPECIFICS ================= */

form[name="uitgebreidzoeken"]{
    display: block;
    border: 1px solid var(--zilver);
    font-size: 0.7em;
}

div.form-regel{
    /* een regel met een of meer elementen */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 2px;
}
div.form-regel:not(:first-child){
    border-top: 1px dotted var(--zilver);
}
.form-regel span{
    font-weight: 500;
}
div.form-element{
    /* een element binnen een regel */
    height: 3em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: var(--elem_width);
    font-family: "Roboto Mono", monospace;
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 1em;
}
.form-element input:not([type=range]){
    flex-grow: 1;
}
.form-element input[type=range]{
    flex-grow: 1;
    max-width: 4em;
}
div.smal{
    width: auto !important;
}
.form-regel label{
    width: auto;
}
.form-regel label:first-child{
    margin-right: 0.2em;
}
.form-regel label:last-child{
    margin-left: 0.2em;
}
/* header nav form 8 */

form > .formfield-met-flash > p > span{
    font-weight: 700;
}
/* BOEKEN */
.boeken h2,
.recepten h2,
#verlanglijst h2{
    margin-top: 1em;
    margin-bottom: 1em;
}
.recepten h2 img{
    float: right;
    width: 1.38em;
    height: 1.38em;
    border-radius: 50%;
    border: 1px solid var(--bordergrijs);
    margin-left: 1em;
    object-position: center center;
    object-fit: contain;
    padding: 0.12em;
}
.boeken .element{
    margin-bottom: 2em;
}
.boeken section{
    margin-top: 0;
}
.boeken section:nth-child(2){
    margin-top: 2em;
}
.boeken section:nth-child(1){
    margin-top: 1em;
}

#meer-rubrieken{
    margin-top: 2em;
    margin-bottom: 4em;
    text-align: justify;
}
#meer-rubrieken div, #meer-rubrieken a{
    font-family: "Roboto Mono", monospace;
    font-size: 0.9em;
    color: var(--goud);
}

.meer-tonen{
    text-align: center;
}
.meer-tonen button{
    height: 4em;
    text-align: center;
    font-size: 0.6em;
    background-color: var(--zwart);
    border: 0;
    color: var(--wit);
    text-transform: uppercase;
    width: calc(var(--elem_width) - 20px);
    cursor: pointer;
}

/* BOEK BLOKJE */
.blok-eenboek{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    overflow: clip;
    margin-bottom: 2em;
}
.blok-image > a{
    display: block;
    height: inherit;
    width: inherit;
}
.blok-image{
    width: 100%;
    height: 300px;
    outline: 1px solid var(--zilver);
    outline-offset: -1px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.blok-image img{
    object-fit: scale-down;
}

.blok-eenboek h3{
    width: 100%;
    height: 2.6em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
    overflow: hidden;
}
.blok-eenboek p{
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    display: block;
    width: 100%;
    font-size: 0.6em;
    text-align: center;
    height: 1.5em;
    overflow: clip;
}
.blok-eenboek h4{
    /* bestellen bij*/
    width: 100%;
    font-family: "Roboto Mono", monospace;
    font-weight: 600;
    text-align: center;
    font-size: 0.7em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.verborgen{
    display: none !important;
}
.onklaar{
    cursor: default !important;
    background-color: var(--bordergrijs) !important;
}
/* FIN boek blokje */



.smalform{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.half_i form{
    max-width: var(--elem_width);
}
.smalform div:first-of-type{
    margin-top: 1em;
    text-align: left;
}


.account h3{
    margin: 1em 0 2em 0 !important;
}
.account > h3 > span{
    color: var(--goud);
}
.account > * {
    margin-top: 1em;
}
.account h3,
.account p{
    min-width: var(--elem_width);
    max-width: calc(var(--elem_width) * 2);

}
.account h4{
    text-align: left;
}
.account p:not(.flashed){
    text-align: left;
    font-weight: 300;
    margin-bottom: 0.5em;
}
.account p:not(.flashed) span{
    font-weight: 600;
}
.account p.flashed{
    text-align: right;
    font-family: "Roboto Mono", monospace;
    font-size: 1em;
    font-weight: 300;
    background-color: var(--zilver);
    padding: 1px 3px;
    border-radius: 3px;
}

.account button{
    height: 2em;
    padding: 0 1em;
    border: 1px solid var(--donkergrijs);
    background-color: var(--lichtgrijs);
    color: var(--tekstgrijs);
    border-radius: 1.5em;
    -ms-border-radius: 1.5em;
    -o-border-radius: 1.5em;
    resize: vertical;
}
.account .button{
    text-decoration: none;
    padding: 0.25em 1em;
    border: 1px solid var(--donkergrijs);
    background-color: var(--lichtgrijs);
    color: var(--tekstgrijs);
    border-radius: 1.5em;
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 600;
}
.account.instellingen h2{
    text-align: left;
}

.account.instellingen h3{
    text-align: left;
}
.account.instellingen .letop{
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
}
.account.instellingen form > p{
    line-height: 150%;
}
.account.instellingen form > p > span{
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.8em;
    padding: 3px 5px;
    border-radius: 3px;
}
.account.instellingen form img{
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--bordergrijs);
}

.account .doublement{
    max-width: calc(var(--elem_width) * 2);
    min-width: calc(var(--elem_width) * 2);
}
.account .doublement.setting{
    border: 1px solid var(--zilver);
    padding: 1em;
}





.tonen{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    max-width: var(--elem_width);
    font-family: inherit;
}
.tonen div{
    font-family: inherit;
}
form button[name="tonen"]{
    background-color: var(--zilver);
    max-width: 6em;
}
.tonen input{
    flex-grow: 1;
}
.tonen input[type=checkbox]{
    margin-left: 1em;
    border-color: unset;
}
.tonen input:focus-within,
.tonen input[type=checkbox]:checked
{
    outline: unset;
    outline-offset: unset;
}



/* single page */
/* boeken single */

section .double_o.single-book{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.single-book .images{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.single-book .img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 47%;
    aspect-ratio: 2/2.8;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    outline: 1px solid var(--zilver);
    outline-offset: -1px;
}
.single-book h2{
    margin-top: 1em;
}

section .single-book .flaptext{
    margin-top: 2em;
    font-weight: 300;
    line-height: 150%;
}
/* for html tekst in flaptext. zie jinja-object _bleach() */
section .single-book .flaptext > div:nth-child(1) h1,
section .single-book .flaptext > div:nth-child(1) h2,
section .single-book .flaptext > div:nth-child(1) h3,
section .single-book .flaptext > div:nth-child(1) h4,
section .single-book .flaptext > div:nth-child(1) h5{
    font-size: 1em;
}
.single-book .flaptext > div:nth-child(2){
    margin-top: 0.5em;
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300;
}

.single-book .boekinfo{
    margin-top: 1em;
}
.single-book .boekinfo > p,
.single-book .gekoppeld li{
    font-family: "Roboto Mono", monospace;
    font-size: 0.7em;
    font-weight: 300;
}

.single-book .gekoppeld{
    margin-top: 2em;
    width: 100%;
}
.single-book .gekoppeld ul{
    list-style: none;
}
.single-book .gekoppeld h4,
.single-book .gekoppeld ul{
    margin-top: 1em;
}

.single-book .gekoppeld > div > div{
    margin-bottom: 1em;
}

.single-book .gekoppeld-cover{
    width: 150px;
    aspect-ratio: 2/2.8;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    border-radius: 0.2em;
    outline: 1px solid var(--zilver);
    outline-offset: -1px;
}

.single-book .gekoppeld-boek{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.single-book .inkijkexemplaar{
    background-color: var(--zilver);
    border-radius: 3px;
    padding: 3px 6px;
    margin-top: 1em;
    font-weight: 600 !important;
    font-size: 0.8em !important;
}
.single-book .bol-inkijkexemplaar{
    background-color: rgb(0, 0, 146);
    color: white;
    border-radius: 3px;
    padding: 3px 6px;
    margin-top: 1em;
    font-weight: 600 !important;
    font-size: 0.8em !important;
}

.single-book .inside_main a{
    font-size: inherit;
    font-weight: inherit;
}





.widget h3{
    color: var(--roze);
    border-bottom: 1px solid var(--zilver);
}
.widget ul{
    list-style: none;
    list-style-position: inside;
    margin-top: 1em;
    margin-bottom: 2em;
}
.widget li {
    margin-left: 1em;
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
.widget img{
    min-width: 3em;
    max-width: 3em;
    aspect-ratio: 2/2.8;
    margin-left: 0.5em;
    -ms-border-radius: 0.1em;
    -o-border-radius: 0.1em;
    border-radius: 0.1em;
    outline: 1px solid var(--zilver);
    outline-offset: -1px;
}
.widget p{
    flex-grow: 1;
}
.widget a{
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.8em;
}



/* RECEPTEN */
.recepten{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    flex-direction: row;
    justify-content: space-between; /* BETWEEN */
    align-items: flex-start;
}

.recepten .double_i,
.notities .double_i{
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.recept-blokken{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.recepten > a,
.widget > .notitie > a{
    text-decoration: none;
    font-size: 1em;
}

.boeken-balk{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.recepten .book img,
.notities .book img{
    height: 120px;
}
.recepten .book li h3,
.notities .book li h3{
    font-family: "Averia Serif Libre", serif;
    font-size: 1.5em;
}
.recepten ul,
.notities ul{
    list-style: none;
}
.recepten li,
.notities li{
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300;
}



/* blok-lijstjes en bestellen */

.boek-blokjes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.boeken-balk .boek-blokjes{
    margin-top: 1em;
}

.single-book .boek-blokjes{
    justify-content: space-between;
}

.boek-blokjes > div{
    min-width: var(--elem_width);
    max-width: var(--elem_width);
    margin-right: 0.5em;
    margin-top: 0.5em;
}

.bestellen-bij,
.blok-lijstjes{
    min-width: 100%;
    max-width: var(--elem_width);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blok-eenboek .blok-lijstjes{
    position: relative;
    top: -1px; /* fixing te zilver line around the image in eenboek blok */
}

.blok-lijstjes > button{
    display: block;
    height: 3em;
    width: 33%;
    text-align: center;
    text-decoration: none;
    font-size: 0.6em;
    background-color: var(--zwart);
    border: 0;
    color: var(--wit);
    text-transform: uppercase;
    cursor: pointer;
}

.blok-lijstjes > button.bg-goud{
    background-color: var(--goud);
    color: var(--wit);
}
.blok-lijstjes > button.bg-zilver{
    background-color: var(--zilver);
    color: var(--zwart);
}


.bestellen-bij .button{
    display: block;
    height: 3em;
    text-align: center;
    text-decoration: none;
    font-size: 0.6em;
    width: 49%;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 2px;
    opacity: 0.9;
}


.recepten .book-blokjes,
.notities .book-blokjes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.recepten .book-blokjes img,
.notities .book-blokjes img{
    max-height: 2.5em;
}





/* recepten knoppen */

.recepten .recept-knoppen h4{
    margin-bottom: 1em;
}

.recepten .recept-blok p{
    font-family: inherit;
    text-align: center;
}
.recepten .recept-blok p > span{

}
.recepten .recept-blok h4{
    text-align: center;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.recept-element,
.notitie-element{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid var(--zilver);
    border-radius: 2px;
    margin: 0.5em 0;
    overflow: unset;
    /* right side zilver */
}
.recept-element {
    height: 5em;
    background: linear-gradient(
        to left,
        var(--zilver),
        var(--zilver) 2.75em,
        transparent 2.75em,
        transparent 100%
    );
}
.recept-element > form{
    height: 70px;
}

.recept-element.valop{
    border-color: var(--roze);
    background: linear-gradient(
        to left,
        var(--roze),
        var(--roze) 2.75em,
        transparent 2.75em,
        transparent 100%
    );
}

.recept-element h4,
.notitie-element h4{
    overflow: hidden;
    max-height: 4.4em;
}

.recepten .recept-blok{
    flex-grow: 1;
    padding: 5px;
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.7em;
}
.recept-element-links,
.recept-element-rechts{
    min-width: 18%;
    max-width: 18%;

    height: 100%;
}
.recept-element-rechts{
    /* background-image: url(/static/lotte/notitie-picto.png); */
    background-repeat: no-repeat;
    background-position: center 80%;
    background-size: 1.25em;
}
.recept-element-rechts img{
    width: 1em;
    margin-top: -0.25em;
    margin-left: 1.5em;
    cursor: pointer;
}
.recept-element-links{
    text-align: center;
    line-height: 6em;
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.7em;
}
.click-to-make-recipe{
    background-color: var(--goud);
    cursor: pointer;
}
.nieuw-recept{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.nieuw-recept input{
    font-size: 1.1em;
    margin: 0.25em 0;
}
.recept-element-links.maken{
    font-weight: 600;
    text-decoration: underline;
}
.recepten p.info,
.notities p.info{
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.8em;
    margin-bottom: 0.8em;
    border-left: 0.5em solid var(--zilver);
    padding-left: 0.5em;
}

.recept-element-rechts > span{
    display: block;
    font-family: "Roboto Mono", monospace;
    margin-top: 1.5em;
    margin-left: 0.5em;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    padding: 0.25em;
    width: 1.25em;
    height: 1.25em;
}
.recept-element-rechts > span.goud{
    background-color: var(--goud);
    color: white;
}

.border-roze .recept-element-links,
.border-roze .recept-element-rechts{
    background-color: var(--roze);
}



.note-by-r{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.note-by-r h3{
    width: 100%;
    color: var(--roze);
    border-bottom: 1px solid var(--zilver);
}

.note-by-r .notitie{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2em;
    margin-left: 1em;
}

.note-by-r .bij-r-p{
    width: 100%;
    border: 1px solid var(--zilver);
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 3em;
    overflow: hidden;
}

.note-by-r .bij-vlag{
    min-width: 2.5em;
    max-width: 2.5em;
    height: 3em;
    background-color: var(--zilver);
    background-image: url(/static/lotte/notitie-picto.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6em 6em;
    cursor: pointer;
}

.note-by-r .bij-r-p .bij-pagenr-recipe{
    margin-left: 0.5em;
    flex-grow: 1;
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.7em;
}

.note-by-r .bij-a-m{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow: hidden;
}
.note-by-r .bij-a-m div{
    margin-top: 0.5em;
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.7em;
}

.recepten .recept-knoppen{
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.recepten a.recept-knop{
    height: 1.5em;
    padding: 0 1em;
    margin-bottom: 0.5em;
    line-height: 1.5em;
    border: 1px solid var(--donkergrijs);
    background-color: var(--lichtgrijs);
    color: var(--tekstgrijs);
    border-radius: 1.5em;
    -ms-border-radius: 1.5em;
    -o-border-radius: 1.5em;
    resize: vertical;
    margin-right: 0.5em;
    text-decoration: none;
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300;
    white-space: nowrap;
}
.recepten a.recept-knop.filter{
    background-color: var(--zilver);
    color: var(--zwart);
}
.recepten a.recept-knop.mijnfilter{
    background-color: var(--goud);
    color: var(--wit);
}

/* ok button for new recipe */
.recepten .recept-element button{
    padding: 5px;
    width: 2.5em;
    height: 2.5em;
    border: 1px solid var(--donkergrijs);
    background-color: var(--goud);
    color: var(--tekstgrijs);
    border-radius: 50%;
    -ms-border-radius: 1.5em;
    -o-border-radius: 1.5em;
}

.recepten .info-panel{
    text-decoration: underline;
    font-family: "Roboto Mono", monospace;
    font-weight: 600;
    font-size: 0.9em;
    color: var(--roze);
    cursor: pointer;
}



/* ======= NOTITIES =========== */
/* the book part is managed above like recepten */
.notities .notitie-recept{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2em;
    margin-bottom: 1em;
}
.notities .notitie-recept > h2{
    width: calc(100% - 1.25em);
}
.notities .notitie-recept span{
    font-size: 1.5em;
    width: 1.25em;
    text-align: right;
}
.notities .notitie-recept > span > img{
    width: 0.75em;
    cursor: pointer;
}

.notities .notitie-element .note-foot {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.8em;
    margin-bottom: 1em;
    border-bottom: 1px solid var(--zilver);
}
.notities .notitie-element .note-foot span:last-child{
    width: 12em;
    text-align: right;
}
.notities .notitie-element .note-foot span:first-child{
    width: auto;
}


.notities .notitie-element p.de-notitie span{
    background-color: var(--zilver);
    padding: 0 3px 0 3px;
    border-radius: 2px;
    margin-right: 1em;
}

p.de-notitie > img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 50%;
}
.padlinks p.de-notitie img{
    float: right;
    margin: -0.5em -0.5em 0.5em 0.5em;
}
.padrechts p.de-notitie img{
    float: left;
    margin: -0.5em 0.5em 0.5em -0.5em;
}

.notities .notitie-element .open-sluit{
    margin-top: 0;
}
.notities .notitie-element .open-sluit-bar{
    background-color: var(--zilver);
    margin: 0 -1em;
    text-align: center;
    font-family: "Roboto Mono", monospace;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}


.notities .notitie-element{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 2px;
    margin: 1em 0;
    overflow: hidden;
    /* background-color: var(--zilver); */
    max-width: calc((var(--elem_width) * 3) - 1em);
}
.notities .notitie-element > div{
    /* background-color: white; */
    padding: 1em;
    width: 100%;
}
.notities .notitie-element > div.no-margin-bottom{
    padding-bottom: 0;
}
.notities .notitie-element .padrechts{
    padding-right: 3.5em;
    background: linear-gradient(
        to left,
        var(--zilver),
        var(--zilver) 3em,
        transparent 3em,
        transparent 100%
    );
}
.notities .notitie-element .padlinks{
    background: linear-gradient(
        to right,
        var(--zilver),
        var(--zilver) 3em,
        transparent 3em,
        transparent 100%
    );
    padding-left: 3.5em;
    height: 100%;
}
.notities .notitie-element > div > p{
    width: 100%;
    margin-bottom: 1em;
}

.notities .notitie-element .level-taste{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.notities .notitie-element .note-level{
    margin-bottom: 1em;
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.8em;
}
.notities .notitie-element .note-level img{
    height: 1.5em;
    position: relative;
    top: 0.5em;
    margin-right: 0.5em;
}

.notities .notitie-element .trefwoorden{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    list-style-type: none;
    margin-bottom: 1em;
}
.notities .notitie-element .trefwoorden li{
    background-image: url(/static/lotte/picto-goud.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.8em;
    padding-left: 2.5em;
    margin-right: 2em;
    text-transform: capitalize;
}
.notities .notitie-element.own{
    border-color: var(--goud);
}
.notities .notitie-element.own .bewerken{
    background-color: var(--goud);
    border-radius: 1.2em;
    padding: 0.5em 1em;
    cursor: pointer;
    border: 1px solid var(--zwart);
}
.notities .notitie-element.own .note-foot span:last-child{
    /* padding: 0.5em 0;  in own not tpo put it on same height as alias button text */
}

.notities .notitie-form{
    border: 1px solid var(--goud);
    padding: 1em;
    border-radius: 3px;
    max-width: calc((var(--elem_width) * 3) - 3em);
}
.notities .notitie-form > div{
    min-width: calc(100% - 1em);
    max-width: calc(100% - 1em);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1em;
}
.notities .notitie-form textarea{
    width: 100%;
    height: 6em;
    padding: 1em;
    border-radius: 0.5em;
    scrollbar-color: var(--goud) var(--lichtgrijs);
    scrollbar-width: auto;
}

.notities .notitie-form > div > label{
    /* specifiek voor label per regel */
    width: 7em;
    font-weight: 600;
}
.notities .notitie-form input[name="tags"]{
    flex-grow: 1;
}
.notities .notitie-form .slider-container{
    flex-grow: 1;
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.8em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 378px;
}
.notities .notitie-form .slider-container *{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}
.notities .notitie-form .slider-container *:first-child{
    text-align: left;
    width: 55px;
}
.notities .notitie-form .slider-container *:last-child{
    width: auto;
}
.notities .notitie-form .fiver{
    width: 220px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.notities .notitie-form .fiver img{
    max-height: 2em;
    max-width: 2em;
    cursor: pointer;
}


.notities .notitie-form input[max="5"]{
    flex-grow: 1;
}
/* categorie checkboxes */
.notities .notitie-form .cats > label{
    width: 100%;
}
.notities .notitie-form .een-cat{
    width: 10em;
}
.notities .notitie-form .een-cat{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.notities .notitie-form .een-cat .checkmark{
    width: 0.8em;
    height: 0.8em;
}
.notities .notitie-form .een-cat label{
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.8em;
}
.notities .notitie-form input[name="save_notitie"]{
    background-color: var(--goud);
}
.notities .notitie-form input[name="delete_notitie"]{
    background-color: var(--roze);
}
.notities .notitie-form .note-buttons{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.notities .notitie-form .note-buttons input{
    margin-left: 1em;
}

.notities .login,
.recepten .login{
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.8em;
    color: var(--roze);
}

.notities .valop{
    background-color: var(--roze);
    border-color: var(--roze);
}
.notities .recept-form-velden{
    justify-content: space-between !important;
}
.notities .recept-form-velden > div.element{
    min-width: calc(var(--elem_width) - 2em);
    max-width: 50%;
    margin-bottom: 0.5em;
}
.notities .recept-form-velden input{
    width: 10em;
}

/* in notes overzicht paginas */
.notes .cats{
    height: fit-content;
}


/* paging stuff */
section .paging{
    text-align: center;
    width: 100%;
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300;
}
section .paging span{
    background-color: var(--zilver);
    padding: 0.5em 1em;
    border-radius: 1.5em;
    cursor: pointer;
}
section .paging span a{
    text-decoration: none;
}






/* ============= HOME en FOOTER ============== */
.footers .adres{
    margin-left: 2em;
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300;
}
.footers h2{
    display: inline-block;
    width: auto;
    padding-right: 2.5em;
    background-image: url(/static/lotte/picto-goud.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 2px;
}

.footers h3{
    margin-top: 2em !important;
}

.footers p{
    margin-bottom: 1em;
    font-weight: 300;
    line-height: 150%;
}
.footers ul{
    list-style-type: none;
    margin-bottom: 1em;
}
.footers ol{
    padding: 0 3em;
    margin-bottom: 1em;
    list-style-position: outside;
}
.footers li{
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300;
    background-size: 1.5em;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 1em;
    line-height: 1.5;
}
.footers .magda-niet li{
    background-image: url(/static/lotte/cross.png);
    padding-left: 2.5em;
}
.footers .magda-wel li{
    background-image: url(/static/lotte/check.png);
    padding-left: 2.5em;
}

.footers p img{
    min-width: var(--elem_width);
    max-width: calc(var(--elem_width) * 3);
}

.footers.howto img{
    border: 3px solid var(--bordergrijs);
    border-radius: 3px;
}


.home{
    background-color: var(--zwart);
    margin-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    height: 20em;
}
.home > div:first-child{
    background-image: url(/static/covers/cover-001.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 33%
}
.home > div:last-child{
    width: 67%;
    padding: 2em;
    color: var(--wit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.home .middle-child{
    /* max-width: calc(var(--elem_width) * 2); */
}
.home h1{
    background-image: url(/static/lotte/picto-zilver.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 2em;
    padding-left: 2.5em;
    font-size: 3em;
    text-align: right;
    margin-right: -0.25em;
}
.home p.payoff{
    font-size: 0.9em;
    letter-spacing: 0.1em;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 2em;
    text-align: right;
}
.home p:not(.payoff){
    font-size: 0.9em;
    margin-bottom: 0.5em;
    align-self: flex-start;
}

.home a.begin{
    display: inline-block;
    font-family: "Roboto Mono", monospace;
    font-size: 1em;
    font-weight: 300;
    text-decoration: none;
    color: var(--goud);
    border: 1px solid var(--goud);
    border-radius: 2em;
    padding: 0.25em 2em;
}
.home p.howto{
    justify-self: flex-end;
}
.home .start-knop{
    display: inline-block;
    background-color: white;
    color: var(--zwart);
    border-radius: 1em;
    border: 1px solid var(--zilver);
    padding: 3px 1em;
    text-decoration: none;
    margin-top: 0.25em;
    min-width: calc(var(--elem_width) - 1em);
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    text-align: center;
}


.indexpage{
    margin-bottom: 4em;
}

.indexpage section > h2 {
    margin-top: 2em;
    margin-bottom: 1em;
}

.indexpage section p{
    font-weight: 300;
    line-height: 150%;
}
.indexpage .review .element:first-child,
.indexpage .getest .element:first-child
{
    /* Dit is de eerste van review en getest op voorpagina*/
}
.indexpage .review .element h3 > span,
.indexpage .getest .element h3 > span {
    background-color: var(--zilver);
    border-radius: 3px;
    padding: 1px 5px;
}

.links-rechts{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
}
.links-rechts > div{
    margin-top: 2em;
    width: 45%;
    height: 22em;
    border: 2px solid var(--zilver);
    border-radius: 3px;
    padding: 1em;
}
.hoofdartikel{
    height: 100%;
    overflow: hidden !important;
}
.hoofdartikel h2{
    margin-bottom: 1em;
}
/* main div */
.hoofdartikel > div{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    overflow: hidden;
}
.hoofdartikel div.artikel{
    min-width: calc(50% - 1em);
    max-width: calc(50% - 1em);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
}

.hoofdartikel div.artikel-content{
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    font-weight: 300;
    font-size: 0.9em;
    line-height: 175% !important;
}
/* main image only */
.hoofdartikel div.image{
    min-width: calc(50% - 1em);
    max-width: calc(50% - 1em);
    height: 100%;
    border-radius: 3px;
    border: 1px solid var(--bordergrijs);
    overflow: hidden;
}
.hoofdartikel div.image > img{
    width: 100%;
    height: 100%;
    scale: 1.3;
    object-fit: contain;
    object-position: 50% 50%;
}
.hoofdartikel .keuken-blog .story{
    overflow: hidden;
    height: 90%;
}
.hoofdartikel .keuken-blog .story img{
    border-radius: 3px;
    max-height: 100%;
}



.indexpage section .keuken a,
.indexpage section .notitie a{
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300;
}

.indexpage .keuken h3{
    border-bottom: 2px solid var(--zilver);
}

.indexpage .notitie h3{
    margin-top: 1em;
    margin-bottom: 0.5em;
    height: 2.6em;
    overflow: hidden;
}
.indexpage .notitie p:last-of-type{
    margin-top: 0.5em;
}
.indexpage .notitie .notitie-blok{
    margin-top: 0.5em;
    max-height: 10em;
    overflow: hidden;
}
.indexpage .notitie .notitie-blok > span:first-of-type{
    background-color: var(--zilver);
    padding: 3px 5px;
    border-radius: 3px;
}










/* mijn dingen */
.mijn-notities .mijn-notitie{
    border-bottom: 1px dotted var(--zilver);
    margin-bottom: 1em;
}
.mijn-notitie .url a{
    font-family: "Roboto Mono", monospace;
    font-size: 0.7em;
    font-weight: 300;
}
.mijn-notities .mijn-recept{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.8em;
}
.mijn-notities .mijn-recept p{
    font-family: inherit;
}
.mijn-notities .mijn-recept a{
    text-decoration: none;
    font-family: "Roboto Mono", monospace;
    border: 1px solid var(--zwart);
    background-color: var(--goud);
    border-radius: 2em;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}
.mijn-notities h3{
    font-family: "Averia Serif Libre", serif;
    font-weight: unset;
    font-size: 1em;
}
.mijn-notities h3 > a{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.mijn-notities .notitie-element{
    max-width: calc((var(--elem_width) * 2) - 1.5em);
}

.mijn-notities .double_i.bij-boeken > div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.mijn-dingen{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.mijn-dingen a.actief{
    text-decoration: none;
    cursor: default;
}









#verlanglijst .kader{
    width: 100%;
    padding: 0 1em 0em 1em;
    background-color: var(--lichtgrijs);
    margin-top: 1em;
    margin-bottom: 0;
}
#verlanglijst .kader > div{
    max-width: calc((var(--elem_width) * 3) - 1.5em);
    margin-top: 0;
}

.bg-roze{
    background-color: var(--roze) !important;
    color: white !important;
}


/* KEUKEN */
.inside_main.keuken:first-of-type{
    margin-top: 2em;
}
.inside_main.keuken{
    margin-top: 0;
}
.inside_main.keuken section{
    margin-top: 0;
}
.keuken-pub.double_contra
{
    margin-top: 2.5em;
}
.keuken-blog{
    margin-top: 0;
}
.keuken-blog img{
    margin-bottom: 1em;
    max-width: 100%;
    height: auto;
}
.keuken-blog h3,
.keuken-blog h4,
.keuken-blog pre{
    margin-top: 1em;
    margin-bottom: 0;
    font-family: "Averia Serif Libre", serif;
}
.keuken-blog h3{
    font-size: 1em;
    line-height: 175%;
}

.keuken-blog > h2{
    /* onderkop met boektitel */
    font-family: "Roboto Mono", monospace;
    font-size: 1em;
    font-weight: 300;
}

.keuken-blog div.story p{
    margin-bottom: 1em;
    font-family: "Averia Serif Libre", serif;
    font-size: 0.9em;
    line-height: 175%;
    font-weight: 300;
}
.keuken-blog div.story ol,
.keuken-blog div.story ul{
    list-style-position: inside;
    padding-left: 1em;
    font-family: "Averia Serif Libre", serif;
    font-size: 0.9em;
    line-height: 175%;
    font-weight: 300;
}
.keuken-blog div.story li{
    margin-bottom: 0.5em;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}
.keuken-side-image img.naar-todo{
    width: 1em;
    margin-right: 1em;
    float: right;
    margin-top: -0.3em;
}
.keuken-side-image{
    margin-top: 0;
    width: calc(var(--elem_width) - 2em);
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--zilver);
    border-radius: 3px;
    margin-bottom: 2em;
}

.keuken-blog div.story p.relevant-urls{
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.keuken h2{
    margin-top: 0.5em;
}
.keuken h2 > span{
    /* background-color: var(--zilver);
    padding: 0 0.5em;
    border-radius: 3px; */

}

.keuken span.link-button,
.keuken span.tocook-button{
    padding: 0 1em;
    border-radius: 3px;
    border: 1px solid var(--zwart);
    background-color: var(--zwart);
    color: var(--wit);
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}
.keuken span.tocook-button.aan{
    background-color: var(--zwart);
    color: var(--wit);
}
.keuken span.tocook-button.uit{
    background-color: var(--wit);
    color: var(--zwart);
}

.keuken-blog div.story p.data{
    margin-top: 1em;
    padding: 0 3px;
    border-radius: 2px;
    border-bottom: 1px solid var(--zilver);
    border-top:  1px solid var(--zilver);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.keuken-blog h3.startlinks,
.keuken-blog h4.startlinks,
.keuken-blog p.startlinks{
    clear: both;
}

.keuken-blog p.kader{
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300;
    white-space: pre-wrap;
    background-color: var(--zilver);
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0.5em 1em;
    width: calc(100% - 2em);
}

.keuken-blog img.links-3{
    float: left;
    margin: 0 1em 0.25em 0;
    width: 33%;
    height: auto;
}
.keuken-blog img.links-2{
    float: left;
    margin: 0 1em 0.25em 0;
    width: 50%;
    height: auto;
}
.keuken-blog img.rechts-3{
    float: right;
    margin: 0 0 0.25em 1em;
    width: 33%;
    height: auto;
}
.keuken-blog img.rechts-2{
    float: right;
    margin: 0 0 0.25em 1em;
    width: 50%;
    height: auto;
}
.keuken-blog img.midden{
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}

.keuken-cat h3{
    width: 100%;
    border-bottom: none;
}
.keuken-cat h3 a{
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
}
.keuken-cat > h3:not(:first-of-type){
    margin-top: 1em;
}
.keuken-cat > p{
    margin-top: 0.25em;
    font-family: "Roboto Mono", monospace;
    font-size: 0.6em;
    font-weight: 300;
    padding: 3px;
    border-bottom: 1px solid var(--zilver);
    border-radius: 2px;
}

.keuken-cat .excerpt{
    margin-top: 1em;
    width: 100%;
}
.keuken-cat .excerpt > h4 a{
    font-family: "Averia Serif Libre", serif;
    font-size: 0.9em;
}
.keuken-cat .excerpt > p
{
    font-family: "Roboto Mono", monospace;
    font-size: 0.7em;
    font-weight: 300;
    line-height: 175%;
}

.keuken-relevant{
    clear: both;
    padding: 0.5em;
    border-radius: 3px;
    background-color: var(--lichtgrijs);
}
.keuken-relevant h3{
    margin-top: 0;
    font-size: 1em;
}
.keuken-relevant h4{
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 0.9em;
}
.keuken-relevant p{
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300;
    margin: 0;
}
.keuken-category.double_i{
    margin-top: 1em;
}
.keuken-category h3{
    border-top: 1px solid var(--roze);
    margin-top: 1em;
}
.keuken-category h3 span{
    color: var(--roze);
}
.keuken-category h4{
    margin-top: 1em;
    font-size: 0.9em;
}
.keuken-category p{
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
}
.keuken-category p > span{
    padding: 0 3px;
    background-color: var(--lichtgrijs);
}
.keuken h4 a{
    text-decoration: none;
}

.keuken .story img{
    border: 1px solid var(--zilver);
    border-radius: 3px;
    margin-bottom: 1em;
}

.inside_main.keuken > p{
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.8em;
}

.keuken span.ganaar a{
    display: inline-block;
    background-color: var(--goud);
    color: var(--wit);
    height: 3em;
    border-radius: 1px;
    text-align: center;
    text-decoration: none;
    line-height: 3em;
    font-family: "Roboto Mono", monospace;
    font-size: 0.7em;
    font-weight: 300;
    outline: 1px solid var(--wit);
    outline-offset: -1px;
    padding: 0 1em;
}




#uitleg{
    background-color: #eee;
    border-radius: 3px;
    width: var(--main_width);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#uitleg p{
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300;
    min-width: calc(var(--elem_width) - 1.5em);
    max-width: calc((var(--elem_width) * 2) - 1.5em);
    margin: 0.5em;
}
#uitleg > p > span{
    font-weight: 600;
    cursor: pointer;
}
#uitleg > div{
    margin: 0 0.5em 0.5em 0.5em;
    min-width: calc(var(--elem_width) - 1.5em);
    max-width: calc((var(--elem_width) * 2) - 1.5em);
    font-weight: 300;
}
#uitleg a{
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300 !important;
}
#uitleg img {
      width: 100%;
}




/* ========= foodblogs ============= */
.foodblogs h2{
    margin-bottom: 0 !important;
}
.foodblogs .element{
    margin-bottom: 1em;
}

.foodblogs .element h3{
    margin-bottom: 0.5em;
    text-align: center;
}
.foodblogs .element img{
    height: calc(var(--elem_width) / 3);
    width: 100%;
    object-fit: cover;
    outline: 1px solid var(--zilver);
    outline-offset: -1px;
    object-position: center;
}
.foodblogs .element h4{
    margin-top: 0.5em;
    text-align: center;
}
.foodblogs .element p.tags{
    margin-top: 1em;
    font-family: "Roboto Mono", monospace;
    font-size: 0.6em;
    font-weight: 300;
    max-height: 10em;
    overflow: hidden;
    text-align: center;
}
.foodblogs .blokjes{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
}
.foodblogs .blokjes a{
    display: inline-block;
    width: calc(49.5%);
    height: 3em;
    font-family: "Roboto Mono", monospace;
    font-size: 0.6em;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    line-height: 3em;
}
.foodblogs .blokjes a.notities{
    background-color: var(--goud);
    color: var(--wit);
}
.foodblogs .blokjes a.tocook{
    background-color: var(--zwart);
    color: var(--wit);
}
.foodblogs .blokjes a.vancook{
    outline: 1px solid var(--zwart);
    outline-offset: -1px;
    background-color: var(--wit);
    color: var(--zwart);
}

.foodblog-balk{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
}
.foodblog-balk img{
    height: 6em;
    width: 6em;
    object-fit: cover;
    object-position: center;
    outline: 1px solid var(--zilver);
    outline-offset: -1px;
}
.foodblog-balk > div{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    height: 6em;
    width: calc(100% - 7em);
    overflow: hidden;
}
.foodblog-balk .tags{
    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-size: 0.6em;
}
.foodblog-balk .blokjes{
    width: calc(var(--elem_width));
}



/* =============== notes =============== */
.notes .element{
    margin-bottom: 2em;
    position: relative;
}
.notes .element > img{
    height: 90px;
    width: 100%;
    object-fit: cover;
    outline: 1px solid var(--zilver);
    outline-offset: -1px;
    object-position: center;
    margin: 0;
}
.notes .element h3{
    margin-top: 0;
    text-align: center;
}
.notes .element h4{
    text-align: center;
    color: var(--donkergrijs);
    font-size: 0.9em;
}
.notes .element p.note,
.notes .element p.door{
    font-family: "Roboto Mono", monospace;
    font-size: 0.7em;
    font-weight: 300;
    max-height: 8em;
    overflow: hidden;
    margin-bottom: 2px;
}
.notes .element p.door{
    /* background-color: var(--lichtgrijs); */
    outline: 1px solid var(--lichtgrijs);
    outline-offset: -1px;
    padding: 0.5em;
}
.notes .element p.door.mijnnotitie{
    outline: 1px solid var(--zilver);
    outline-offset: -1px;
}
.notes .element p.door span{
    font-weight: 600;
}
.notes .element div.online{
    font-size: 0.8em;
    margin: 0 0 0.25em 0;
    padding: 0.5em;
    outline: 1px solid var(--zilver);
    outline-offset: -1px;
    height: calc(90px - 1em);
}

.notes .element .source{
    display: inline-block;
    width: 100%;
    background-color: var(--lichtgrijs);
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.mijn-online .url-blok{
    height: 6em;
    overflow: hidden;
}

.mijn-online p a.knop{
    padding: 1px 6px;
    border: 1px solid var(--donkergrijs);
    border-radius: 1em;
    text-decoration: none;
    background-color: var(--zilver);
}
.mijn-online p:first-of-type{
    margin: 0.5em 0 0.5em 0;
}
.mijn-online p:nth-of-type(2){
    font-size: 0.8em;
}

.notes .ganaar,
.mijntodoos .ganaar{
    margin-top: -4px;
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
}
.notes .ganaar a,
.mijntodoos .ganaar a{
    margin: 0;
    width: 49.5%;
    height: 3em;
    text-align: center;
    text-decoration: none;
    line-height: 3em;
    font-family: "Roboto Mono", monospace;
    font-size: 0.6em;
    font-weight: 300;
}
.notes .ganaar a:first-of-type,
.mijntodoos .ganaar a:first-of-type{
    background-color: var(--zilver);
}
.notes .ganaar a:last-of-type,
.mijntodoos .ganaar a:last-of-type{
    background-color: var(--goud);
    color: var(--wit);
}
.notes .uitgebreid{
    margin-top: 0;
    padding: 0.5em;
    border: 1px solid var(--zilver);
}
.notes .info{
    margin-bottom: 0.5em;
    font-family: "Roboto Mono", monospace;
    font-size: 0.6em;
    font-weight: 300;
}
.notes .info span{
    font-weight: 600;
}
.notes .fiver{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    margin-bottom: 0.5em;
}
.notes .fiver span{
    font-family: "Roboto Mono", monospace;
    font-size: 0.6em;
    font-weight: 300;
    width: 4em;
}
.notes .fiver img{
    width: 1em;
}

.mijn.notes .element{
    min-height: 500px;
}

.notes .element .bodem{
    position: absolute;
    bottom: 0;
}

.mijnnotitie{
    outline: 1px solid var(--zilver);
    outline-offset: -1px;
}


.mijntodoos .element{
    margin-bottom: 2em;
}

.mijntodoos .element .source{
    display: inline-block;
    width: 100%;
    background-color: var(--lichtgrijs);
    font-family: "Roboto Mono", monospace;
    font-size: 0.8em;
    font-weight: 300;
    text-align: center;
    margin: 0;
}

.mijntodoos .element img.cover{
    height: 90px;
    width: 100%;
    object-fit: cover;
    outline: 1px solid var(--zilver);
    outline-offset: -1px;
    object-position: center;
    margin: 0;
}
.mijntodoos .element .naar-todo{
    width: 1em;
    float: right;
    margin-top: 0;
    margin-right: 0;
    cursor: pointer;
}
.mijntodoos .element h3{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.mijntodoos .element .recipe{
    font-family: "Roboto Mono", monospace;
    font-size: 0.7em;
    font-weight: 300;
    margin-bottom: 1em;
}



/* ================== SPECIFICS RESPONSIVE =============== */
@media only screen
and (min-width: 1100px) {
    .keuken .blok-eenboek {
        width: var(--elem_width);
    }
}


@media only screen
and (max-width: 1100px) {
    .keuken .blok-eenboek {
        width: var(--elem_width);
    }
}

@media only screen
and (max-width: 830px) {
    .account {
        padding-right: 0;
    }

    .keuken .blok-eenboek{
        width: var(--elem_width);
    }
    .links-rechts > div{
        width: 100%;
    }
}

@media only screen
and (max-width: 560px) {
    #meer-rubrieken div, #meer-rubrieken a {
        font-size: 0.8em;
    }

    .gekoppeld-cover {
        width: var(--elem_width);
    }

    .account {
        padding-right: 0;
    }

    .home .middle-child{
        max-width: var(--elem_width);
    }
    .home h1{
        background-size: 1em;
        padding-left: 1.5em;
        font-size: 1.8em;
        text-align: right;
    }
    .home p.payoff{
        font-size: 0.6em;
        margin-bottom: 2em;
        text-align: right;
    }

    .recepten .double_i,
    .notities .double_i{
        background-size: 0;
    }

    .note-level > span img{
        max-height: 1em;
    }

    #verlanglijst .kader{
        padding: 0;
        background-color: unset;
    }

    .keuken .blok-eenboek{
        width: var(--elem_width);
    }
    .links-rechts > div{
        width: 100%;
    }
    .account .doublement{
        max-width: var(--elem_width);
        min-width: var(--elem_width);
    }
}
