.headerDiv
{
    display: none;
    display: flex;
    /*justify-content: center;*/
    /*width: 100%;*/
    height: 50%;
    padding: 5px;
    border-bottom: 1px solid black;
}

header
{
    display: none;
}

body
{
    margin: 0%;
    font-family: Arial, Helvetica, sans-serif
    /*text-transform: uppercase;*/
}

.logoImg
{
    position: relative;
    width: 100%;
    height: 100%;
}

.cimSzoveg
{
    /*font-size: 70px;*/
    font-size: 5em;
    /*font-size: 20%;*/
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Times New Roman';
}

.logoLink
{
    position: relative;
    width: 10%;
    height: 10%;
}

.div1
{
    display: flex;
    flex: 1;
    justify-content: center;
}

.div2
{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.navigacio
{
    display: none;
    text-align: center;
    font-size: 2em;
    text-decoration: black;
}

.navigacioElem
{
    display: none;
    color: black;
    text-decoration: black;
    /*background-color: gray;*/
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    border-radius: 20px;
}

.navigacioElem:hover
{
    background-color: lightgray;
}

.navigacioElemKivalasztott
{
    background-color: rgb(230, 230, 230);
}

.mainDiv
{
    justify-content: center;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0%;
    /*border: 2px solid black;*/
}

.barLeft
{
    display: none;
    width: 15%;
    /*border: 1px solid black;*/
    background-image: url("../media/pattern.jpg");
    justify-content: left;
    padding: 0%;
}

.barImg
{
    position: relative;
    height: 100%;
    width: 100%;
}

.barRight
{
    display: none;
    width: 15%;
    /*border: 1px solid black;*/
    background-image: url("../media/pattern.jpg");
    justify-content: right;
    padding: 0%;
}

.centerDiv
{
    justify-content: center;
    justify-self: center;
    padding: 10px;
    padding-left: 30px;
    width: 70%;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

h1
{
    font-size: 2.2em;
    font-weight: bold;
}

h2
{
    font-size: 1.5em;
    font-weight: bold;
}

.videoDiv
{
    display: none;
    display: flex;
    justify-content: center;
}

video
{
    display: none;
    position: relative;
    width: 85%;
}

.footerDiv
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 5px;
}

.div3
{
    display: flex;
    flex-direction: column;
}


.div4
{
    display: flex;
}

.chefLink
{
    position: relative;
    width: 20%;
}

.chefImg
{
    position: relative;
    width: 100%;
}

.simaSzoveg
{
    font-size: 1.1em;
}

li
{
    margin-top: 8px;
    margin-bottom: 8px;
}

/*
.elsopizzalink
{
    display: flex;
    position: relative;
    justify-self: center;
    justify-content: center;
    width: 25%;
}

.elsopizzaimg
{
    position: relative;
    width: 100%;
    justify-self: center;
}

.pizzaImg
{
    display: flex;
    position: relative;
    width: 25%;
    justify-self: center;
}
*/

table
{
    position: relative;
    width: 80%;
    border: 1px solid black;
}

td
{
    border: 1px solid black;
    margin: 0px;
}

th
{
    border: 1px solid black;
    margin: 0px;
}

.tablafelirat
{
    border: 2px solid black;
    margin: 0px;
}

form
{
    position: relative;
    width: 50%;
}

.formszoveg
{
    font-size: 1.1em;
}

.div5
{
    position: relative;
    width: 20%;
}

.textinput
{
    position: relative; 
    width: 50%;
    padding: 1%;
    margin-bottom: 5%;
}

textarea
{
    position: relative;
    width: 50%;
    padding: 1%;
    padding-bottom: 10%;
    margin-bottom: 5%;
}

.buttoninput
{
    position: relative;
    width: 5%;
    margin: 0;
    height: 18px;
}

.vegsogomb
{
    padding: 3%;
    padding-right: 5%;
    padding-left: 5%;
    margin-left: 2%;
    margin-right: 0;
}

.div7
    {
        display: flex;
        flex-direction: row;
    }

    article
    {
        margin: 2px;
        width: 50%;
    }
    .elsopizzalink
    {
        display: flex;
        position: relative;
        justify-self: center;
        justify-content: center;
        width: 40%;
    }

    .elsopizzaimg
    {
        position: relative;
        width: 100%;
        justify-self: center;
    }

    .pizzaImg
    {
        display: flex;
        position: relative;
        width: 40%;
        justify-self: center;
    }




/*
body
{
    display: flex;
    flex-direction: column;
}
    */