.avatar {
    width: 150px;
    border-radius: 50%;
    box-shadow: 2px 2px 13px #00000045;
}

.zgornji-del {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

    .zgornji-del h1 {
        margin-left: 40px;
    }

.vsebina {
    text-align: center;
}

.ime-div {
}

.priimek-div {
}

.email-div {
}

.ime-div, .priimek-div, .email-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

    .ime-div h2, .priimek-div h2, .email-div h2 {
        text-align: left;
        font-size: 22px;
    }

    .ime-div input, .priimek-div input, .email-div input {
        margin-left: 6px;
        width: -webkit-fill-available;
        padding: 5px 5px;
        font-size: 15px;
        font-weight: 700;
        background-image: linear-gradient(to right, #e0f1ee, #75ffe6);
        border-radius: 5px;
        border: 1px solid #0000005e;
        box-shadow: 1px 1px 6px #00000042;
        cursor: default;
    }

        .ime-div input:focus-visible, .priimek-div input:focus-visible, .email-div input:focus-visible {
            outline: none;
        }

.info-div {
    width: 600px;
    margin: 30px auto 0 auto;
    position: relative;
}

.edit-gumb {
    position: absolute;
    user-select: none;
    right: -5px;
    top: -19px;
    cursor: pointer;
    padding: 2px;
}

.statistika-div {
    display: flex;
    justify-content: center;
}

.statistika-h2 {
    margin: 0;
}

.statistika-div div {
    margin: 0px 5px 0 5px;
    width: 196px;
}

    .statistika-div div:first-of-type, .statistika-div div:last-of-type {
        margin-top: 20px;
    }

    .statistika-div div h3 {
        font-size: 15px;
        font-weight: 100;
        margin-bottom: 4px;
        text-align: center;
    }

    .statistika-div div h4 {
        margin: 0;
        padding: 0;
        font-weight: bold;
        font-size: 25px;
    }


ul#listRecepti {
    list-style: none;
    padding: 0;
    margin: 20px;
}

    ul#listRecepti li {
        width: 500px;
        height: 300px;
        display: inline-block;
        margin: 20px;
        background-size: cover;
        position: relative;
        background-position: center;
        max-width: 95%;
    }

p.obrok {
    position: absolute;
    padding: 4px 20px;
    color: #ffffff;
    text-shadow: 3px 3px 6px #00000061;
    line-height: 30px;
    border-bottom-right-radius: 10px;
    cursor: default;
    box-shadow: 8px 8px 8px #0000002e;
    font-family: "Smooch Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    margin: 0;
    padding-top: 1px;
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: uppercase;
}

.obrokZnaslov {
    background-color: #fbbde6;
}

.obrokKnaslov {
    background-color: #eed9c4;
}

.obrokVnaslov {
    background-color: #c0d7b0;
}

p.naslov {
    position: absolute;
    bottom: 0;
    background: #ffffffd4;
    width: 100%;
    margin: 0;
    padding: 6px 0;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    text-shadow: 3px 3px 6px #00000065;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mrBtns {
    background: #ffffff42;
    display: inline-block;
    right: 0;
    position: absolute;
    padding: 5px 6px 2px 6px;
    border-bottom-left-radius: 10px;
}

    .mrBtns:hover {
        background: #ffffffd4;
    }


    .mrBtns span {
        cursor: pointer;
    }

        .mrBtns span:first-child {
            padding-right: 4px;
        }

        .mrBtns span:hover {
            color: #9a0000;
        }

input#isciRecept {
    width: 80%;
    margin-top: 16px;
    border-radius: 20px;
    max-width: 500px;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 12px 15px;
    color: #000000c2;
    font-family: "Lucida Console", "Courier New", monospace;
    box-shadow: 8px 8px 8px #0000002e;
}

ul#listRecepti li.skriti {
    display: none;
}
p#nisereceptov {
    font-size: 20px;
    color: #c30000;
    font-family: 'Playwrite NO';
    margin-top: 100px;
    font-weight: bold;
}
ul#listRecepti li:hover {
    box-shadow: 0px 1px 14px 0px #000000b0;
    cursor: pointer;
}
@media only screen and (max-width: 750px) {

    .priporocen-recept {
        width: 80%;
        margin-bottom: 20px;
    }

    .header-part h1 {
        font-size: 29px;
    }

    .header-part {
        width: 70%;
    }

        .header-part.home, .header-part.profile {
            width: 15%;
        }

    a.bliznica.vegi, a.bliznica.zdravo {
        display: none;
    }

    .prijavi-se, #imeProfila {
        display: none !important;
    }

    div#tezko, div#pikant {
        width: 100%;
    }

    div#riOpis, #riDetajli, #riComentarji, #riOddajComentarji {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 400px) {

    .header-part h1 {
        font-size: 20px;
    }
}
