@charset "utf-8";
/* CSS Document */

/* Media Queries **************************************/

@media only screen and (max-width: 800px) and (min-width: 718px)
{
    nav label
    {
        display: flex;
        order: 0;
        margin-left: 5px;
    }
    nav ul
    {
        display: flex;
        top: 90px;
        left: -100%;
        position: fixed;
        flex-direction: column;
        background-color: olive;
        box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.75);
        height:314px;
        overflow-x: scroll;
    }
    nav .checkbtn
    {
        margin-right: 10px;
        margin-left: 655px;
    }
    #lastrezeptli
	{
		margin: 5.5px 15px 25.5px 0;
	}
}

