/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/res/poppins-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/res/poppins-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/res/poppins-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/res/poppins-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fuzzy-bubbles-regular - latin */
@font-face {
  font-family: 'Fuzzy Bubbles';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/res/fuzzy-bubbles-v3-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/res/fuzzy-bubbles-v3-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fuzzy-bubbles-700 - latin */
@font-face {
  font-family: 'Fuzzy Bubbles';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/res/fuzzy-bubbles-v3-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/res/fuzzy-bubbles-v3-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
*
{
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    tap-highlight-color: rgba(255, 255, 255, 0);
}
h1,h2,h3
{
    display: block;
    font-size: inherit;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: normal;
}
table
{
    border-collapse: collapse;
    border: 0;
}
a,a:visited,a:active,.javascriptlink
{
    color: black;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
a:hover, .javascriptlink:hover
{
    color: black;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
.reallink,.reallink:visited,.reallink:active
{
    color: black;
    text-decoration: underline dashed;
    border: 0;
    cursor: pointer;
}
.reallink:hover
{
    color: black;
    text-decoration: underline dashed;
    border: 0;
    cursor: pointer;
}
input, select, textarea
{
    font-size: 100%;
}
textarea:focus, input:focus, select:focus
{
    outline: none;
}
html
{
    font-size: 16px;
}
@media (max-width: 380px)
{
    html
    {
        font-size: 14.4px;
    }
}
@media (max-width: 345px)
{
    html
    {
        font-size: 12.8px;
    }
}
@media (max-width: 310px)
{
    html
    {
        font-size: 11.2px;
    }
}
@media (max-width: 265px)
{
    html
    {
        font-size: 10.1px;
    }
}
@media (min-width: 900px)
{
    html
    {
        font-size: 16.5px;
    }
}
@media (min-width: 1200px)
{
    html
    {
        font-size: 17.0px;
    }
}
@media (min-width: 1600px)
{
    html
    {
        font-size: 17.6px;
    }
}
@media (min-width: 1750px)
{
    html
    {
        font-size: 19.2px;
    }
}
@media (min-width: 1900px)
{
    html
    {
        font-size: 20.8px;
    }
}
body
{
    background-color: var(--bkg-color);
    margin: 0;
    padding: 0;
    min-width: 22.5em;
    height: 100vh;
    min-height: 10em;
    position: relative;
}
@media (orientation: landscape)
{
    body
    {
        min-width: 28em;
    }
}
ul
{
    list-style-type: circle;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1.3em;
}

#fullbody
{
    width: 100%;
    height: 100%;
    position: relative;
}
.introanim
{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #0bbbee;
    z-index: 150;
}
.loading
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    display: block;
    z-index: 200;
}
#gray
{
    display: none;
    z-index: 160;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.loadingbar
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0.5em;
    background: linear-gradient(-45deg, #ff0000, #ffff00);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    z-index: 201;
    display: none;
}

.pconly
{
    display: none;
}

.bottombar
{
    margin: 0.5em;
    padding: 0.5em;
    border-top: 1px solid #888888;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.bottombar1
{
    width: 1em;
    flex-grow: 1;
    text-align: left;
}
.bottombar2
{
    width: 1em;
    flex-grow: 1;
    text-align: right;
}
.bottombar1 > div
{
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.bottombar1 .bottombar1hm
{
    margin-bottom: 0.5em;
}
.bottombar1 .bottombar1hm2
{
    margin-top: 0.5em;
}
.bottombar1 img
{
    height: 1.8em;
    vertical-align: -0.6em;
    margin-right: 0.4em;
}
@media (max-width: 640px)
{
    .bottombar
    {
        flex-direction: column;
    }
    .bottombar1
    {
        text-align: center;
        flex-grow: 0;
        width: auto;
    }
    .bottombar2
    {
        text-align: center;
        flex-grow: 0;
        width: auto;
    }
    .bottombar2
    {
        margin-top: 1.5em;
    }
}
.topbar
{
    height: 3.6em;
    padding: 0.2em;
    margin-top: 0.8em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    position: relative;
}
.topbardiv
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 1em;
    margin-right: 1em;
}
.topbartextdivspace
{
    flex-grow: 1;
    flex-shrink: 0;
}
.topbartextdivcontent
{
    flex-grow: 0;
    flex-shrink: 0;
    white-space: nowrap;
}
.topbartitledivcontent
{
    margin-bottom: -0.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.topbartitledivcontent > a,.topbartitledivcontent > div
{
    font-family: 'Fuzzy Bubbles', cursive;
    font-weight: 700;
    font-size: 1.4em;
    cursor: pointer;
}
.topbartitledivcontentsmall
{
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0.1em;
}
.topbartitledivcontentsmall > h1
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
}
.topbardiv > img
{
    height: 3.2em;
}
.topbartitlediv
{
    flex-grow: 1;
    flex-shrink: 1;
}
.topbardiv_hide1,.topbardiv_hide2,.topbardiv_hide3,.topbardiv_hide4,.topbardiv_hide5,.topdivbar_hide6
{
    display: flex;
}
.topbardiv_show1,.topbardiv_show2,.topbardiv_show3,.topbardiv_show4,.topbardiv_show5,.topbardiv_show6
{
    display: none;
}

@media (max-width: 1300px)
{
    .topbardiv_hide1
    {
        display: none;
    }
    .topbardiv_show1
    {
        display: flex;
    }
}
@media (max-width: 1020px)
{
    .topbardiv_hide2
    {
        display: none;
    }
    .topbardiv_show2
    {
        display: flex;
    }
}
@media (max-width: 870px)
{
    .topbardiv_hide3
    {
        display: none;
    }
    .topbardiv_show3
    {
        display: flex;
    }
}
@media (max-width: 740px)
{
    .topbardiv_hide4
    {
        display: none;
    }
    .topbardiv_show4
    {
        display: flex;
    }
}
@media (max-width: 640px)
{
    .topbardiv_hide5
    {
        display: none;
    }
    .topbardiv_show5
    {
        display: flex;
    }
}
@media (max-width: 550px)
{
    .topbardiv_hide6
    {
        display: none;
    }
    .topbardiv_show6
    {
        display: flex;
    }
}

.index
{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.index0
{
    padding: 1em;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.index2
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 3.5;
}
.index3
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 1.5;
}
.indexbtnrecipes, .indexbtnloves, .indexbtnsuggestions, .indexbtnprivacy
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    padding: 1em;
    flex-grow: 2;
    box-shadow: -0.2em 0em 0.5em #555555, 0.2em 0em 0.5em #555555, 0em -0.2em 0.5em #555555, 0 0.2em 0.5em #555555;
}
.indexbtnloves
{
    flex-grow: 1.5;
    margin-top: 1em;
}
.indexbtnsuggestions
{
    flex-grow: 1.5;
    margin-top: 1em;
}
.indexbtnprivacy
{
    flex-grow: 0;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}
.indexbtninsidespace
{
    height: 0em;
    flex-grow: 1;
}
.indexbtninsidetext
{
    font-family: 'Fuzzy Bubbles', cursive;
    font-weight: 700;
    text-align: center;
    color: white;
    font-size: 4em;
    text-shadow: -0.03em 0em 0.12em #555555, 0.03em 0em 0.12em #555555, 0em -0.03em 0.12em #555555, 0 0.03em 0.12em #555555;
}
.indexbtnrecipes .indexbtninsidetext
{
    font-size: 5em;
}
.indexbtnprivacy .indexbtninsidetext
{
    font-size: 2em;
}
@media (orientation: landscape)
{
    .index2
    {
        flex-direction: row;
        margin-bottom: 1em;
    }
    .index3
    {
        flex-direction: row;
    }
    .indexbtnloves
    {
        margin-top: 0;
        margin-left: 1em;
    }
    .indexbtnsuggestions
    {
        margin-top: 0;
    }
    .indexbtnprivacy
    {
        margin-top: 0;
        margin-left: 1em;
        margin-right: 0;
        display: flex;
    }
}
@media (max-width: 560px), (orientation: landscape) and (max-width: 752px)
{
    .indexbtninsidetext
    {
        font-size: 3em;
    }
    .indexbtnrecipes .indexbtninsidetext
    {
        font-size: 4em;
    }
    .indexbtnprivacy .indexbtninsidetext
    {
        font-size: 1.7em;
    }
}
@media (max-width: 450px)
{
    .indexbtninsidetext
    {
        font-size: 2.5em;
    }
    .indexbtnrecipes .indexbtninsidetext
    {
        font-size: 3.5em;
    }
    .indexbtnprivacy .indexbtninsidetext
    {
        font-size: 1.5em;
    }
}
@media (orientation: landscape) and (max-width: 600px)
{
    .indexbtninsidetext
    {
        font-size: 2em;
    }
    .indexbtnrecipes .indexbtninsidetext
    {
        font-size: 3em;
    }
    .indexbtnprivacy .indexbtninsidetext
    {
        font-size: 1.5em;
    }
}



.searchbarzone
{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0.5em;
}
.searchbar
{
    width: 1em;
    flex-grow: 1;
    padding-left: 0.8em;
    padding-bottom: 0.3em;
    padding-right: 0.3em;
    padding-top: 0.3em;
    font-size: 1.2em;
    border-radius: 0.7em;
    border: 1px solid #555555;
}
.searchgo
{
    cursor: pointer;
    margin-left: 0.5em;
    margin-top: 0.5em;
    height: 1.8em;
}
.scancode
{
    cursor: pointer;
    margin-right: 0.5em;
    margin-top: 0.35em;
    height: 2em;
}
.menu
{
    cursor: pointer;
    margin-right: 0.5em;
    margin-top: 0.2em;
    height: 2.2em;
}
.menudiv
{
    position: absolute;
    background-color: #0bbbee;
    color: black;
    left: 0;
    top: 4em;
    display: none;
}
.menudiv > div
{
    padding: 0.7em 1.2em;
    cursor: pointer;
}
.menudiv > div > img
{
    height: 1.2em;
    vertical-align: -0.2em;
    margin-right: 0.8em;
}
.close
{
    cursor: pointer;
    position: absolute;
    right: 3.7em;
    top: 0.6em;
    width: 1.5em;
    height: 1.5em;
    display: none;
}
.categoryzone
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0.5em;
    overflow-x: scroll;
    gap: 0.3em;
}
.categorybutton
{
    border: 0.05em solid black;
    border-radius: 0.3em;
    cursor: pointer;
    padding: 0.1em 0.4em;
    white-space: nowrap;
}
.categorybuttonselected
{
    background-color: var(--color-topbar);
}
.recipeslist
{
    padding: 0.5em;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.recipeslistitem
{
    cursor: pointer;
    position: relative;
    margin: 0.5em;
}
.recipeslistitemin
{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.recipeslistimg
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: left 0.3s, top 0.3s, width 0.3s, height 0.3s;
}
/*
.recipeslistitemin:hover .recipeslistimg
{
    left: -6%;
    top: -6%;
    width: 112%;
    height: 112%;
}
*/
.recipeslisttitarea
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    bottom: 0.5em;
    width: 100%;
    color: white;
    font-weight: 700;
    padding: 0.2em 0.8em;
    opacity: 0.5;
    background-color: white;
}
.recipeslisttittext
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    bottom: 0.5em;
    width: 100%;
    color: white;
    font-weight: 700;
    padding: 0.2em 0.8em;
    color: var(--list-title-color);
    overflow: hidden;
    text-overflow: ellipsis;
}
.recipeslisttit1
{
    width: 1em;
    flex-grow: 1;
}
.recipeslisttit2
{
    margin-left: 1em;
}
.recipeslisttitlove
{
    width: 1.5em;
    vertical-align: -0.4em;
}
@media (max-width: 1200px)
{
    .recipeslist
    {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 896px)
{
    .recipeslist
    {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 592px)
{
    .recipeslist
    {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.starinlist
{
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    bottom: 0.5em;
    right: 0.5em;
}
.starinlist > img
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.starinlist > div
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    color: white;
}
.goup
{
    cursor: pointer;
    position: absolute;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.9em;
    padding-bottom: 1.1em;
    border-radius: 2.5em;
    background-color: var(--bkg-circle);
    bottom: 2em;
    right: 2em;
    display: none;
    opacity: 0.7;
    z-index: 100;
}
.goupimg
{
    display: block;
    width: 3em;
    height: 3em;
}
.bigmessagecont
{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    padding: 1em;
    z-index: 300;
    color: white;
}
.bigmessageflex
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.bigmessageflexspace
{
    flex-grow: 1;
    flex-shrink: 0;
    height: 1em;
}
.bigmessageline1
{
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    margin-bottom: 0.5em;
}
.bigmessageline2
{
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
}

.addcommentbox
{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*border: 0.1em solid black;*/
    background-color: #95cddd;
    border-radius: 1em;
    padding: 1em;
    width: 80%;
    max-width: 40em;
    min-width: 20em;
    z-index: 170;
}
.addcommentbox > div
{
    text-align: center;
}
.addcommentboxnotloggedin
{
}
.newcommentstar
{
    height: 1.2em;
    vertical-align: -0.15em;
}
.newcommentsend
{
    padding: 0.4em 0.8em;
    cursor: pointer;
    margin-left: 0.5em;
    margin-right: 0.5em;
    border-radius: 0.5em;
}
.newcommentsend_send
{
    background-color: #3d9e3d;
}
.newcommentsend_delete
{
    background-color: #dd6262;
}
.newcommentsend_cancel
{
    background-color: #999999;
}
.newcommentsend_login
{
    background-color: #3d9e3d;
}
.newcommenttext
{
    width: 100%;
    height: 7em;
    margin-bottom: 0.8em;
}

.frame
{
    /*
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    overflow: auto;
}
.initscriptdiv
{
    display: none;
}
.recipe
{
    padding: 1em;
}
.categoryandtitle
{
    
}
.category
{
    
}
.titleandlove
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0.5em;
}
.title
{
    width: 1em;
    flex-grow: 1;
    font-size: 1.7em;
    font-weight: 700;
    color: var(--title-color);
}
.lovesect
{
    margin-left: 1.5em;
    padding-top: 0.25em;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.loveimg
{
    display: block;
    width: 2em;
    cursor: pointer;
}
.aodimg
{
    display: block;
    width: 1.1em;
    cursor: pointer;
    margin-right: 0.5em;
}
@media (max-width: 400px)
{
    .lovesect
    {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .loveimg
    {
    }
    .aodimg
    {
        margin-top: 0.5em;
        margin-right: 0;
    }
}
.imagesandtext
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-bottom: 1em;
}
.images
{
    width: 1em;
    flex-grow: 1;
    margin-right: 1em;
}
.image
{
    width: 100%;
    cursor: pointer;
}
.text
{
    width: 1em;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.portions
{
    width: 1em;
    flex-grow: 1;
    margin-right: 1em;
    background-color: var(--bkg-dark-color);
    border-radius: 1em;
    padding: 1em;
}
.portionstitle
{
    font-size: 1.2em;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 0.5em;
}
.portionsdata
{
    
}
.portionsdatacount
{
    
}
.expandkcaldiv0
{
    display: inline-block;
    cursor: pointer;
}
.expandkcaldiv
{
    display: inline-block;
    margin-left: 0.2em;
    padding: 0.4em;
    vertical-align: -0.3em;
}
.expandkcal
{
    display: block;
    height: 0.5em;
}
.openqty
{
    display: inline-block;
    height: 1.2em;
    vertical-align: -0.25em;
    cursor: pointer;
}
.openqtyminus
{
    margin-right: 0.4em;
}
.openqtyplus
{
    margin-left: 0.4em;
}
.openqtydialog,.openqty2dialog
{
    display: none;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}
.openqtydialog1,.openqty2dialog1
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
}
.openqtydialogchoice,.openqty2dialogchoice
{
    font-size: 1.5em;
    margin: 0.1em;
    width: 1.3em;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: var(--bkg-nut-table);
    border-radius: 0.3em;
    cursor: pointer;
}
.wantedqtycont,.wantedqty2cont
{
    position: relative;
}
.wantedqtyhid,.wantedqty2hid
{
    visibility: hidden;
}
.wantedqty,.wantedqty2
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}
.portionsdatanut
{
    display: none;
    margin-top: 0.4em;
}
.portionsdatanuttab
{

}
.portionsdatanuttab tr td,.portionsdatanuttab tr th
{
    padding: 0;
    font-weight: normal;
    text-align: center;
}
.portionsdatanuttab tr th
{
    font-size: 0.8em;
}
.nuttoprd
{
    border-top-left-radius: 0.6em;
    border-top-right-radius: 0.6em;
}
.nutbotrd
{
    border-bottom-left-radius: 0.6em;
    border-bottom-right-radius: 0.6em;
}
.portionsdatanutdiv
{
    padding: 0.3em;
    margin-left: 0.1em;
    margin-right: 0.1em;
    background-color: var(--bkg-nut-table);
}
.portionsvalue
{
    line-height: 90%;
}
.portionsuom
{
    font-size: 0.8em;
    color: var(--gray-color);
}
.portionsuomgda
{
    font-size: 0.7em;
    color: var(--gray-color);
}
.ingredients
{
    width: 1em;
    flex-grow: 1;
    background-color: var(--bkg-dark-color);
    border-radius: 1em;
    padding: 1em;
}
.ingredientstitle
{
    font-size: 1.2em;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 0.5em;
}
.ingredientsdata
{
    
}
.ingredientgroupname
{
    font-weight: bold;
}
.ingredientline
{
    
}
.ingredientlinealt
{
    font-size: 0.9em;
    color: var(--alt-color);
}
.oralt
{
    font-style: italic;
    color: var(--alt-or-color);
}
.steps
{
    background-color: var(--bkg-dark-color);
    border-radius: 1em;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 60em;
}
@media (min-width:950px)
{
    .steps
    {
        font-size: 1.1em;
    }
}
@media (min-width:1050px)
{
    .steps
    {
        font-size: 1.2em;
    }
}
@media (min-width:1150px)
{
    .steps
    {
        font-size: 1.3em;
    }
}
.stepstitle
{
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1em;
    color: var(--title-color);
}
.stepsdata
{
    
}
.stepgroupname
{
    font-weight: bold;
    margin-bottom: 1em;
}
.step
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 1.8em;
}
.step:last-child
{
    margin-bottom: 0;
}
.stepnum
{
    margin-right: 0.4em;
}
.stepnumcircle
{
    font-size: 1.5em;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    background-color: var(--bkg-circle);
    color: var(--bkg-dark-color);
    text-align: center;
}
.stepdesc
{
    width: 1em;
    flex-grow: 1;
}
.stepdescingrs
{
    margin-bottom: 0.1em;
}
.stepdescingr
{
    display: inline-block;
    border: 1px solid black;
    border-radius: 0.4em;
    padding: 0.1em 0.3em;
    font-size: 0.9em;
    margin-right: 0.5em;
    margin-bottom: 0.2em;
}
.stepdesctext
{
    
}
.bold
{
    font-weight: 700;
}
/* Image + (Portions & Ingredients) ||| Steps */
@media (orientation: landscape) and (max-width: 1424px)
{
    .imagesandtext
    {
        flex-direction: row;
    }
    .images
    {
        width: 1em;
        flex-grow: 1;
        margin-right: 1em;
        margin-bottom: 0;
    }
    .text
    {
        flex-direction: column;
        width: 1em;
        flex-grow: 1;
        margin-left: 0;
        margin-right: 0;
        max-width: none;
    }
    .portions
    {
        width: auto;
        flex-grow: 0;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .ingredients
    {
        width: auto;
        flex-grow: 0;
    }
}
/* Image ||| Portions + Ingredients ||| Steps */
@media (orientation: portrait)
{
    .imagesandtext
    {
        flex-direction: column;
    }
    .images
    {
        width: auto;
        flex-grow: 0;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .text
    {
        flex-direction: row;
        width: 100%;
        flex-grow: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 80em;
    }
    .portions
    {
        width: 1em;
        flex-grow: 1;
        margin-right: 1em;
        margin-bottom: 0;
    }
    .ingredients
    {
        width: 1em;
        flex-grow: 1;
    }
}
/* Image ||| Portions ||| Ingredients ||| Steps */
@media (orientation: portrait) and (max-width: 720px), (orientation: landscape) and (max-width: 720px)
{
    .imagesandtext
    {
        flex-direction: column;
    }
    .images
    {
        width: auto;
        flex-grow: 0;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .text
    {
        flex-direction: column;
        width: 100%;
        flex-grow: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 80em;
    }
    .portions
    {
        width: auto;
        flex-grow: 0;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .ingredients
    {
        width: auto;
        flex-grow: 0;
    }
}

.otherrecipesintro
{
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-bottom: 0.1em;
    background-color: rgba(255,255,255,0.3);
    color: var(--list-title-color);
    font-weight: bold;
}
.otherrecipes
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    position: relative;
    margin-bottom: 0.3em;
}
.otherrecipe
{
    cursor: pointer;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    width: 50%;
}
@media (min-width: 800px)
{
    .otherrecipe
    {
        width: 33.333333%;
    }
}
@media (orientation: landscape)
{
    .otherrecipe
    {
        width: 25%;
    }
}
.otherrecipeimg
{
    width: 100%;
}
.otherrecipetit
{
    width: 100%;
    text-align: center;
    font-size: 0.85em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(255,255,255,0.3);
    color: var(--list-title-color);
    font-weight: bold;
}

.hide950
{
}
@media (max-width: 950px)
{
    .hide950
    {
        display: none;
    }
}

.introbar
{
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.introbar_welcome
{
    flex-grow: 2;
    flex-shrink: 1;
    width: 5em;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    background-color: var(--color-topbar);
    margin-right: 1em;
}
.introbar_about
{
    flex-grow: 1.3;
    flex-shrink: 1;
    width: 5em;
    text-align: right;
    padding-left: 1em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    background-color: #FFDCDD;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    border-left: 0.2em solid #EBA7A9;
    border-top: 0.2em solid #EBA7A9;
    border-bottom: 0.2em solid #EBA7A9;
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    */
}
@media (max-width: 800px)
{
    .introbar
    {
        display: block;
    }
    .introbar_welcome
    {
        width: auto;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .introbar_about
    {
        width: auto;
        max-width: unset;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none;
    }
}
.newlabel
{
    position: absolute;
    right: 0.2em;
    top: 0.2em;
    color: #ff0000;
    padding: 0em 0.3em;
    font-weight: bold;
    background: linear-gradient(-45deg, #ffff00, #ffc90e);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
}
.finalimagediv
{
    margin-left: auto;
    margin-right: auto;
    max-width: 50em;
    margin-top: 1em;
}
.thedescription
{
    max-height: 3.2em;
    overflow: hidden;
}
.thedescription > div
{
    margin-bottom: 0.5em;
}
.thedescriptionexpandorreduce
{
    text-align: right;
}
.button
{
    cursor: pointer;
    display: inline-block;
    margin: 0.2em;
    border-radius: 0.4em;
    padding: 0.2em 0.6em;
    color: white;
}
.buttonred
{
    background-color:#dd0000;
}
.buttongreen
{
    background-color:#008800;
}



/* BARRETTE */

.item
{
    padding: 1em;
}
.imagespb
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 1em;
}
.imagepb
{
    width: 1em;
    flex-grow: 1;
}
.imagepb:first-child
{
    margin-right: 0.5em;
}
.imagepb:last-child
{
    margin-left: 0.5em;
}
@media (orientation: portrait) and (max-width: 640px)
{
    .imagespb
    {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .imagepb
    {
        width: 100%;
        flex-grow: 0;
    }
    .imagepb:first-child
    {
        margin-right: 0;
        margin-bottom: 0.5em;
    }
    .imagepb:last-child
    {
        margin-left: 0;
        margin-top: 0.5em;
    }
}
.starimggroup
{
    display: block;
    height: 1.5em;
    float: right;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 0.85em;
}
.starimggroupmain
{
    display: block;
    height: 1.5em;
    float: right;
    margin-left: 0.5em;
    cursor: pointer;
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.starimg
{
    display: block;
    height: 1.5em;
    width: 1.5em;
    flex-grow: 0;
    flex-shrink: 0;
}
.titlepb
{
    font-weight: bold;
    color: var(--title-color);
}
.titlepb_brand
{
    
}
.titlepb_product
{
    
}
.titlepb_flavour
{
    
}
.weightandbarcode
{
    margin-top: 0.4em;
    display: none;
}
.shortdesc
{
    margin-top: 0.8em;
}
.weight
{
    margin-top: 0.3em;
}
.weight img
{
    height: 1.4em;
    vertical-align: -0.3em;
    margin-right: 0.5em;
}
.barcode
{
    margin-top: 0.5em;
}
.barcode img
{
    height: 1.4em;
    vertical-align: -0.3em;
    margin-right: 0.6em;
}
.nutvalues
{
    margin-top: 0.8em;
}
.nutvaluestab
{
    border: 0;
    border-collapse: collapse;
    min-width: min(100%,25em);
}
.nutvaluestab tr th,.nutvaluestab tr td
{
    font-weight: normal;
    padding: 0.2em 0.6em;
    border: 1px solid var(--border-color);
    text-align: left;
}
.nutvaluestab .nutvaluestab2,.nutvaluestab .nutvaluestab3,.nutvaluestab .nutvaluestab0
{
    text-align: center;
}
.nutvaluestab tr:nth-child(odd) td
{
    background-color: var(--nutvaluestab-lineO);
}
.nutvaluestab tr:nth-child(even) td
{
    background-color: var(--nutvaluestab-lineE);
}
.nutvaluestab tr:first-child td
{
    background-color: var(--nutvaluestab-lineH);
}
.nutvaluestab0 img
{
    height: 1.4em;
    vertical-align: -0.3em;
    margin-right: 0.6em;
}
.ingredientstitlepb
{
    margin-top: 0.8em;
}
.ingredientspb
{
    display: none;
}
.expandingredients
{
    display: block;
    height: 0.5em;
}
.expandingredientsdiv0
{
    display: inline-block;
    cursor: pointer;
}
.expandingredientsdiv
{
    display: inline-block;
    margin-left: 0.2em;
    padding: 0.4em;
    vertical-align: -0.3em;
}
.commentsintro
{
    color: black;
    background-color: var(--bkg-listitem);
    padding: 0.3em;
    margin-bottom: 0.3em;
    margin-top: 0.8em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.commentsintroimg
{
    width: 3em;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.8em;
}
.commentsintrotexts
{
    width: 1em;
    flex-shrink: 0;
    flex-grow: 1;
}
.comments
{
    margin-top: 0.3em;
}
.comment
{
    margin-bottom: 1em;
}
.commentheader
{
    font-style: italic;
    color: #666666;
    background-color: var(--bkg-listitem);
    padding: 0.3em;
}
.commenttext
{
    padding: 0.5em;
}
.commentuserimg
{
    height: 1.4em;
    vertical-align: -0.3em;
    margin-right: 0.5em;
}
@media (min-width: 1050px)
{
    .itemcontent
    {
        margin-left: auto;
        margin-right: auto;
        max-width: 55em;
        background-color: var(--itemcontent-bkg);
        padding: 2em;
    }
}
.accountheaderline
{
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.3em;
    padding: 0.3em;
    background-color: var(--bkg-dark-color);
}
.accountheadericon
{
    height: 1.3em;
    margin-right: 0.5em;
    vertical-align: -0.3em;
}

#categoriesMenu
{
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #95cddd;
    padding: 1em;
    width: 80%;
    max-width: 40em;
    min-width: 20em;
    z-index: 170;
}
.mainMenu
{
    display: none;
    position: absolute;
    right: 1em;
    background-color: var(--bkg-dark-color);
    padding: 0.5em 1em;
    width: 80%;
    max-width: 20em;
    min-width: 10em;
    z-index: 170;
    border: 0.05em solid black;
    border-radius: 1.4em;
}
.mainMenu > div
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.googleplaylink img
{
    height: 5em;
}
.faceimg
{
    display: block;
    float: left;
    height: 6em;
    margin-right: 0.5em;
    margin-bottom: 0.1em;
}
.page_par
{
    margin-bottom: 0.5em;
}
.page_question
{
    font-weight: bold;
    margin-bottom: 0.5em;
}
.page_answer
{
    margin-bottom: 0.5em;
}
.portionsdatatimes
{
    padding-top: 0.8em;
}
.portionsdatatimesline
{
    color: var(--title-dark-color);
}
.portionsdatatimesvalue
{
    color: black;
}
.portionsdatatimesimg
{
    height: 1.2em;
    width: 1.3em;
    vertical-align: -0.2em;
    margin-right: 0.5em;
}
.divlisttit
{
    text-align: center;
    font-size: 1.5em;
    margin-top: 0.3em;
    padding-left: 0.7em;
    padding-right: 0.7em;
}
.featureslist
{
    list-style: none;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0em;
}
.featureslist > li
{
    margin: 0;
    padding: 0 0 0.5em 1.8em;
    list-style: none;
    list-style-type: none;
    background-image: url("/res/recipedata-features.svg");
    background-repeat: no-repeat;
    background-position: 0em 0.3em;
    background-size: 1.4em;
}
.desclist
{
    list-style: none;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0em;
}
.desclist > li
{
    margin: 0;
    padding: 0 0 0.3em 1.4em;
    list-style: none;
    list-style-type: none;
    background-image: url("/res/recipedata-listitem.svg");
    background-repeat: no-repeat;
    background-position: 0.3em 0.7em;
    background-size: 0.5em;
}
.emoji
{
    vertical-align: -0.2em;
    height: 1.2em;
}
.divlisttitback0
{
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0.3em;
    position: relative;
}
.divlisttitback1
{
    position: absolute;
    top: 0.5em;
}
.divlisttitback2
{
    text-align: center;
    font-size: 1.5em;
}
@media (max-width: 640px)
{
    .divlisttitback0
    {
    }
    .divlisttitback1
    {
        position: static;
    }
    .divlisttitback2
    {
        text-align: center;
        font-size: 1.5em;
    }
}
