:root {
    --hatter-1: #f0e8e2;
    --hatter-2: #d9cec2;
}

body {
    background-color: var(--hatter-1);
}

/* fej */
.fej-ertesites {
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: calc(100% - 10px);
}

.fej {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 10px);
}

.fej-nyitvatartas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px;
    width: calc(100% - 10px);
    gap: 25px;
}

.fej-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    width: calc(100% - 10px);
}

.fej-logo {
    width: auto;
    height: 105px;
}

#fej-menu a:hover {
    text-decoration: underline;
}

#fej-mobil-menu {
    display: none;
    margin: 5px 5px 30px 5px;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 5px;
    width: calc(100% - 10px);
}

.mobil-menu {
    display: none;
}

/* menu */
@media screen and (max-width: 900px) {
    .fej {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        border-radius: 0px 0px 0px 0px;
    }

    .mobil-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 6px;
    }

    .mobil-menu img {
        height: 40px;
        cursor: pointer;
    }

    nav {
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
}

@media screen and (max-width: 380px) {
    .fej-logo {
        width: auto;
        height: 80px;
    }
}

/* Láb */
.lab {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 30px 0 15px;
    width: calc(100% - 10px);
}

.lab-copyright {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-end;
    padding: 5px;
    width: calc(33.33% - 10px);
}

.lab-resz {
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: calc(33.33% - 10px);
    gap: 10px;
}

.lab-ikon {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: calc(33.33% - 30px);
    gap: 30px;
}

.lab-ikon img {
    width: 30px;
}

@media screen and (max-width: 700px) {
    .lab-copyright {
        justify-content: flex-start;
        align-items: center;
        width: calc(100% - 10px);
    }

    .lab-resz {
        justify-content: center;
        width: calc(100% - 10px);
    }

    .lab-ikon {
        align-items: center;
        width: calc(100% - 10px);
    }
}

/* Kezdőlap */


.kezdolap-kep {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.kezdolap-kep img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}

.kezdolap-szekcio {
    display: flex;
    flex-direction: row;
    padding: 5px;
    width: calc(100% - 10px);
    padding-top: 20px;
    padding-bottom: 20px;
}

.kezdolap-bal {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: calc(50% - 20px);
}

.kezdolap-jobb {
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 10px;
    width: calc(50% - 20px);
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Oldal cím */
.oldal-cim {
    display: flex;
    flex-direction: row;
    width: calc(100% - 10px);
    padding: 5px;
}

/* Galléria */

.galleria {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 40px 0 40px 0;
    width: 100%;
}

.galleria img {
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media screen and (max-width: 800px) {
    .galleria img {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
        height: auto;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
}


/* Térkép */

.terkep {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.terkep img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.terkep-lent {
    display: flex;
    flex-direction: row;
}


/* Napi menü */

.napi-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.napi-menu-cim {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.napi-menu-etlap {
    display: flex;
    flex-direction: column;
    margin: 40px 10px 40px 10px;
    padding: 10px;
    width: calc(700px - 20px);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.napi-menu-doboz {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
}

.napi-menu-doboz>div[id^="napi-menu-"] {
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
}

.napi-menu-doboz-fent {
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: calc(100% - 10px);
}

.napi-menu-doboz-lent {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.napi-menu-bal {
    display: flex;
    text-wrap: balance;
    flex-direction: column;
    padding: 5px;
    width: calc(50% - 10px);
}

.napi-menu-jobb {
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: calc(50% - 10px);
}

.napi-menu-nap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.napi-menu-nap a {
    padding: 0 10px 0 0;
}


@media screen and (max-width: 450px) {
    .napi-menu-cim {
        flex-direction: column;
    }

    .napi-menu-doboz-lent {
        flex-direction: column;
    }
}

/* Étlap */
.etlap {
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: calc(100% - 10px);
}

.etlap-kategoria h2 {
    position: relative;
    text-align: center;
    margin: 30px 0 20px;
}

.etlap-tetel {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.etlap-tetel img {
    width: 95px;
    height: 95px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 5px;
    flex-shrink: 0;
}

.etlap-cim {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
}

.etlap-cim h3 {
    margin: 0;
    white-space: nowrap;
    padding-right: 10px;
    z-index: 1;
}

.etlap-cim .dotted-line {
    flex-grow: 1;
    border-bottom: 4px dotted #666;
    margin: 0 10px;
}

.etlap-cim .ar {
    white-space: nowrap;
    z-index: 1;
    padding-left: 10px;
}

.etlap-cim-leiras {
    font-style: italic;
    color: #343434;
    white-space: pre-line;
}

@media screen and (max-width: 500px) {
    .etlap-cim .dotted-line {
        border-bottom: none;
    }
}

/* Házhozszállítás */

.hazhozszallitas {
    display: flex;
    flex-direction: row;
    width: calc(100% - 10px);
    padding: 5px;
}

.hazhozszallitas-wolt {
    display: flex;
    flex-direction: column;
    width: calc(50% - 30px);
    padding: 5px;
    margin: 10px;
    border: solid 8px #00c2e8;
    border-radius: 25px;
}

.hazhozszallitas-wolt img {
    width: 100%;
}

.hazhozszallitas-foodora {
    display: flex;
    flex-direction: column;
    width: calc(50% - 30px);
    padding: 5px;
    margin: 10px;
    border: solid 8px #df1067;
    border-radius: 25px;
}

.hazhozszallitas-foodora img {
    width: 100%;
}

/* Kapcsolat */
.kapcsolat {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.kapcsolat-resz {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(50% - 10px);
    padding: 5px;
    gap: 7px;
}

@media screen and (max-width: 500px) {
    .kapcsolat {
        flex-direction: column;
    }

    .kapcsolat-resz {
        width: calc(100% - 10px);
    }
}

/* Stílus */
.hatter-feher {
    background-color: #ffffff;
}

.hatter-1 {
    background-color: var(--hatter-1);
}

.hatter-2 {
    background-color: var(--hatter-2);
}

/* Méret */
.kozepre {
    display: flex;
    justify-content: center;
}

.w700 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
}

.w900 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
}

.w1200 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
}

.w100 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}