* {
margin: 0px;
padding: 0px;
border: 0px;
}

body {
font-family: Poppins;
color: #163c29;
background-color: #faf6f5;
}

html {
font-size: 16px;
}

a {
text-decoration: none;
color: #163c29;
}

a:hover {
transition: 1s;
color: #333333;
}

figure img {
display: block;
max-width: 100%;
height: auto;
}

#lat {
float: left;	
}

.csikok {
width: 100%;
height: 1px;
border-bottom: solid 1px #333333;
}

.csikok02 {
width: 70%;
height: 1px;
border-bottom: solid 1px #333333;
margin-left: 15%;
margin-right: 15%;
}

.ebben {
width: 70%;
height: auto;
margin-left: 15%;
margin-right: 15%;	
background-image: url(../fotok/vonal.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

#menu {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
}

/* asztali felső sor */
.menu-felso {
    display: none;
}

/* asztali menü */
#menu nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#menu nav a {
    display: inline-block;
    padding: 25px 40px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    transition: 0.5s;
    box-sizing: border-box;
}

#menu nav a:hover {
    background-color: #163c29;
    color: #ffffff;
    border-radius: 10px;
}

#menu nav .aktiv {
    background-color: #163c29;
    color: #ffffff;
    border-radius: 10px;
}

/* hamburger */
.hamburger {
    display: none;
    font-size: 32px;
    cursor: pointer;
    color: #163c29;
    user-select: none;
}

#egesz {
width: 100%;
height: auto;
}

#felsoresz {
width: 100%;
height: auto;
background-image: url(../fotok/zoldeshatterkep.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: mediumseagreen;	
}

.fotoatolel02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.fotoatolel02 img {
    width: 100%;
    height: auto;
	border-radius: 10px;
border: solid 5px #163c29;
cursor: pointer;
}

#footer {
background-color: #264630;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
color: #ffffff;
font-size: 0.8rem;
}

.fotoatolel {
display: flex;
gap: 20px;
}

.fotoatolel img {
width: 98%;
height: auto;
display: block;
border-radius: 10px;
border: solid 5px #163c29;
cursor: pointer;
}

.kepatolelve {
position: relative;
width: 100%;
height: auto;
}

.kepen {
z-index: 2;
position: absolute;
bottom: 0px;
color: #ffffff;	
background-color: #222222;
opacity: 0.6;
border-radius: 0px 0px 10px 10px;
}

.keret {
margin-left: 15%;
margin-right: 15%;
}

.keretbal {
margin-left: 15%;	
margin-right: 15%;
}

.keretjobb {
margin-left: 15%;
margin-right: 15%;	
}

.nagyszoveg {
width: 100%;
height: auto;
background-color: sienna;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
font-size: 3rem;
font-weight: bold;
color: #f1f1f1;
margin-top: 20px;
margin-bottom: 20px;
opacity: 0.8;
}

.center {
text-align: center;
margin: 0 auto;
}

.clear {
clear: both;
}

.padding {
padding: 20px;
}

#aloldal {
width: 100%;
height: auto;	
}

h1 {
font-size: 1.5rem;
}

.megnyitok input {
width: 100%;
text-align: center;
border: 0px;
}

.megnyitok {
top: 2%;
z-index: 90;	
position: fixed;
width: auto;
height: auto;
background-color: #ffffff;
border: solid 1px #c0c0c0;
border-radius: 10px;	
display: none;
color: #222222;
left: 50%;
transform: translate(-50%, -1%);
}

.megnyitok img {
max-width: 100%;
height: auto;
max-height: 75vh;	
}

.megnyitogatom img:hover {
background-color: #000000;
opacity: 0.6;	
transition: 1s;
}

.kepbezar {
font-weight: bold;
text-align: center;
width: 50%;
margin-left: 25%;
margin-right: 25%;
height: 35px;
padding-top: 10px;
border-radius: 10px;
background-image: linear-gradient(#f1f1f1, #dbd8d8);	
cursor: pointer;
}

.bezar a {
text-decoration: none;
color: #121212;	
}

.bezar a:hover {
transition: 1s;
color: green;	
}

/* MOBIL */
@media screen and (max-width: 1280px) {
	
.fotoatolel02 {
flex-direction: column;
}

.fotoatolel02 img {
width: 100%;	
}

.fotoatolel {
flex-direction: column;
}

.fotoatolel img {
width: 100%;	
}

#menu {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .menu-felso {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hamburger {
        display: block;
        padding: 10px 15px;
    }

    #menu nav {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 15px;
        gap: 0;
    }

    #menu nav a {
        width: 90%;
        text-align: center;
        padding: 15px 20px;
        margin-bottom: 8px;
    }

    #menu nav a:hover,
    #menu nav .aktiv {
        border-radius: 10px;
    }

}