.atvalto {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    display: block;
    padding-left: 20px;
    padding-top: 10px;
	margin-bottom: 10px;
    line-height: 1.5em;
}

.atvalta_div {
    width: 90%;
    height: 100%;
    background-color: #FDF3EA;
    border-style: solid;
    border-width: 5px;
    border-radius: 10px;
    border-color: #D73B4B;
    box-shadow: 5px 5px 10px #252525;
    margin: 10px auto;
}

#inputdkg {
    font-family: 'Poppins', sans-serif;
    padding: 10px, 12px;
    margin: 10px, 0px;
    width: 90px;
}

.tanacs {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 10px;
    display: block;
    padding-left: 20px;
    color: #111;
}


/*------------- Átváltó style 2.0 -----------------
Megtudtam, hogy a wordpress nem szereti a fr mértékegységet*/

p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: bold;
}

.grid2 {
    margin: 20px auto;
    display: grid;
    grid-template-columns: 5% 40% 40% 5%;
    grid-template-rows: 33% 33% 33%;
    grid-template-areas: ". input select1 ." ". select2 select3 ." ". s select4 .";
    grid-gap: 10px;
	grid-row-gap: 10px;
}

.grid3 {
    margin: 20px auto;
    display: grid;
    grid-template-columns: 5% 40% 40% 5%;
    grid-template-rows: 33% 33% 33%;
    grid-template-areas: ". input select1 ." ". select2 select2 ." ". s select4 .";
    grid-gap: 10px;
	grid-row-gap: 10px;
}

#kan_meny,
#g_meny {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding: 100px, 50px;
    text-align: center;
}

.se {
    padding-left: 20px;
    font-style: bold;
    font-weight: 900;
}

.ez {
	padding-top: 10px;
    padding-left: 20px;
	    font-style: bold;
    font-weight: 500;
}

.input {
    grid-area: input;
}

.select1 {
    grid-area: select1;
}

.select2 {
    grid-area: select2;
}

.select3 {
    grid-area: select3;
}

.select4 {
    grid-area: select4;
}

.s {
    grid-area: s;
    align-self: center;
    justify-self: center;
}

.valto {
	margin: 0 auto;
    width:100%;
    height: 100%;
    background-color: #FDF3EA;
    border-style: solid;
    border-width: 5px;
    border-radius: 10px;
    border-color: #D73B4B;
    box-shadow: 5px 5px 10px #252525;
    /*margin: 10px 10px 20px 10px;
    padding: 10px;
    display: inline-block;*/
}


/* ----------------- Innentől desktop -------------- */

@media screen and (min-width: 1000px) {
    .grid2 {
        margin-top: 10px;
        display: flex;
        flex-flow: wrap;
        align-content: center;
        justify-content: space-evenly;
        margin-bottom: 20px;
    }
    .grid3 {
        margin-top: 10px;
        display: flex;
        flex-flow: wrap;
        align-content: center;
        justify-content: space-evenly;
        margin-bottom: 20px;
    }
}

/* ----------------- Innentől tablet -------------- */

@media screen and (min-width: 768px) {
    .valto {
        margin: 20px auto;
    }
    .grid2 {
        margin-top: 10px;
        display: grid;
        grid-template-columns: 5% 40% 40% 5%;
        grid-template-rows: 30% 30% 30%;
        grid-template-areas: ". input select1 ." ". select2 select3 ." ". s select4 .";
        grid-gap: 10px;
        grid-row-gap: 10px;
    }
    .grid3 {
        margin-top: 10px;
        display: grid;
        grid-template-columns: 5% 40% 40% 5%;
        grid-template-rows: 30% 30% 30%;
        grid-template-areas: ". input select1 ." ". select2 select2 ." ". s select4 .";
        grid-gap: 10px;
        grid-row-gap: 10px;
    }
}
