@font-face {
  font-family: 'Quicksand';
  src: url('../../../fonts/Quicksand-VariableFont_wght.ttf') format('woff2'),
       url('../../../fonts/Quicksand-VariableFont_wght.ttf') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body {
  margin: 0;
  padding: 0;
}

body{
    font-family:'Quicksand';
}

/* Fő tartalom stílusok */
.minden {
    flex: 1;
    padding: 20px;
}

/* Oldalsáv stílusok */
.oldalmenu {
    width: 13%;
    background-color: rgba(34, 34, 34, 0.788);
    padding: 20px;

    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.568);
    position: fixed;
    top: 0px;
    left: 0;
    height: 100%;
    overflow-y: auto;
    border-right: solid black 5px;
    font-family: Arial, sans-serif;
    z-index: 7;
    font-family: 'Quicksand';
    font-weight: bolder;


}

/* Oldalsáv linkek stílusai */
.oldalmenu ul {
    margin-top:30px;
    list-style-type: none;
    padding: 0;

}
.oldalmenu-open{
    background: none;
}
.oldalmenu ul li {
    margin: 10px 0;
    position: relative;
}

.lehetosegeink {
    text-decoration: none;

    color: #c9c5c5;
    font-weight: bold;
    display: block;
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s ease;
    font-size: 23px;
    flex: 1;

}



.oldalmenu ul li a:hover {
    background-color: #ddd;
    color: rgb(65, 65, 65)
}

/* Legördülő menü stílusai */
.oldalmenu ul li .lenyilo {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #303030;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;

    border-radius: 5px;
}

.oldalmenu ul li .lenyilo li {
    margin: 0;
}

.oldalmenu ul li .lenyilo li a {
    padding: 8px;
    border-radius: 0;
    font-size: 20px;
}

/* Legördülő menü megjelenítése hover hatásra */
.oldalmenu ul li:hover .lenyilo {
    display: block;
}


.oldalmenu ul li.has-lenyilo:hover+.has-lenyilo {
    margin-top: 90px;
}

#fooldal {
    margin-top: 35px;
}



.elerhetosegek {
    width: 80%;
    height: 220px;
    left: 10%;
    right: 10%;
    background-color: rgba(0, 0, 0, 0.466);
    border: 2px solid rgb(75, 75, 75);
    color: #ddd;
    text-align: center;
    list-style: none;
    font-size: 15px;
    font-weight: bold;
    position: fixed;
    bottom: 20px;
    border-radius: 10px;
}
.elerhetosegek p{
    margin-bottom: -5px;
}

.phone_email { position: relative; top: 40px; font-size: 13px; color: rgb(211,211,211); }
.phone_facebook { position: relative; top: 20px; color: rgb(211,211,211); text-decoration: none; }
.phone_telefon { position: relative; top: 5px; color: rgb(211,211,211); font-size: 15px; }
.telefon_img { width: 40px; }

.phone_box { position: relative; top: 20px; left: calc(50% - 23px); background-color: rgb(49,49,49); width:45px; height:45px; border-radius:50%; }
.phone_box h4{ position:relative; left: calc(50% - 40px); top:-15px; display:flex; flex-wrap: nowrap; color:green; width:100px; }

.slogen_box{ color:white; background-color:rgba(0,0,0,0.466); height:auto; padding:5px; text-align:center; border-radius:10px; bottom:55px; left:15px; right:15px; top:auto; position:absolute; border: 2px solid rgb(124,124,124); }

#close {
    background-color: rgba(34, 34, 34, 0.788);
    height: 25px;
    width: 25px;
    border-radius: 100px;
    position: fixed;
    margin-bottom: 100px;
    border: none;
}

#close-img {
    top: 0px;
    left: 200px;

}

.felso-sav {
  background-image: url('fooldal/photos/felso_sav_hatter.jpg');
  background-repeat: repeat; /* vagy tile */
  background-size: 200px 300px; /* szélesség magasság */
    margin-left: calc(13% + 44px);
    color: white;
    padding: 10px;
    text-align: right;

    top: 0px;
    right: 0px;
    left: 0px;
    height: 40px;

    font-size: 19px;
    border-bottom: black, 5px, solid;
    position: fixed;
    z-index: 6;
    font-family: 'Quicksand';
}




.felso-sav .telefon,
.felso-sav .email,
.felso-sav a {
    background-color: #555555a1;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    font-family: 'Quicksand';
    top: -4px;
    border-radius: 4px;
}


.felso-sav .telefon:hover,
.felso-sav .email:hover,
.felso-sav a:hover {
    background-color: #777777a1;
}

.info-phone,
.info-email {
    margin-top: 10px;
    font-size: 18px;
}

.info-phone,
.info-email {
    border: solid, 3px, rgb(185, 185, 185);
    background-color: rgba(215, 221, 204, 0.712);
    width: 150px;
    font-weight: bold;
    position: fixed;
    margin-left: 10px;

    top: 55px;
    font-size: 18px;
    color: rgb(58, 58, 58);
    border-radius: 2px;
    display: none;


}



.oldalmenu-open {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    left: 10px;
    bottom: 17px;
    top: 20px;
    
    cursor: pointer;
    border: none;
    display: none;

}


.info-phone {
    right: 195px;
}

.info-email {
    right: 30px;
    width:300px;
}

.facebook {
    color: white;
    text-decoration: none;

}


.felso_sav_href {
    font-family: Arial, Helvetica, sans-serif;
}

@media (min-width:1600px) {
    .cim1 {
        margin-left: 40px;
    }
}



@media (max-width:1154px) {

    .cim1 {
        margin-left: 50px;
    }

}

@media screen and (max-width: 950px) {
    .oldalmenu {
        display: none;

    }
}

@media (max-width:950px) {
    .felso-sav {
        margin-left: 0px;
    }

    .oldalmenu-open {
        display: block;
        z-index: 8;
    }

    body {
        padding-left: 0;
    }

    .felso-sav .telefon,
    .felso-sav .email,
    .felso-sav a {
        font-size: 13px;
    }

    .cim1 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 25px;
    }

    #tudnivalok-cim {
        font-size: 24px;
    }

    .tudnivalok_cim {
        height: 50px;
    }

    .oldalmenu ul * {
        font-size: 20px;
    }

}

.cim1 {
    margin-left: 5px;
    margin-right: 5px;
}

@media (max-width:950px) {

    .felso-sav .telefon,
    .felso-sav .email,
    .felso-sav a {
        display: none;

    }

    .felso-sav {
        height: 25px;
    }

    .hos-szekcio{
        top:35px;
    }

    .oldalmenu-open {
        top: 9px;
    }

    .oldalmenu {
        border: none;
        width: 100%;
        background-color: rgba(34, 34, 34, 0.89);
        padding-right: 30px;
    }

    .hos-szekcio{
        margin-left: 0px;
    }
}

.logo {
    height: 55px;
    position: relative;
    top: 22px;
}

.weblap_cim {
    position: relative;
    display: block;
    top: 11px;
    left: 10px;
    color: #b97a56;
    font-family: 'logo_font', sans-serif;
    font-size: 27px;
}

.weblap_logo {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 17px;
    top: -20px;
 /*   background-color: #333;*/


}

@media(max-width:950px) {
    .logo {
        height: 41px;
    }

    .weblap_cim {
        top: 11px;
        font-size: 21px;
    }

    .weblap_logo {
        left: 60px;
    }

    .slogen_box{
        display:none;
    }

    .elerhetosegek {
        display: inline-block;
    }

    .oldalmenu ul li .lenyilo {
        background-color: #535353;
    }
}

@media (min-width:950px) {
    .elerhetosegek {
        display: none;
    }
}

@font-face {
    font-family: 'logo_font';
    src: url(fonts/DMSerifText-Italic.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.footer {
  padding: 28px 16px;
  margin-top: 18px;
  background: linear-gradient(90deg, #262626 0%, #3a3a3a 100%);
  color: #eaeaea;
  font-family: 'Quicksand', Arial, sans-serif;
  border-top: 1px solid rgba(185,137,86,0.08);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.25) inset;
  width: 100%;
  box-sizing: border-box;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 28px;
  padding: 0 12px;
}
.footer-col {
  flex: 1 1 220px;
  min-width: 200px;
  max-width: 360px;
  margin: 0;
  padding: 8px 12px;
}
.footer-col h4 {
  color: #b97a56;
  font-size: clamp(18px, 2.2vw, 26px);
  margin-bottom: 12px;
  font-family: 'Quicksand', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0 0 8px 0; }
.footer-col ul li { margin-bottom: 6px; font-size: 15px; line-height: 1.5; }
.footer-col ul li a { color: #eaeaea; text-decoration: none; transition: color 0.18s ease, transform 0.18s ease; }
.footer-col ul li a:hover { color: #ffd7b8; transform: translateX(4px); }

.footer-urlap { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; margin-bottom: 28px; }
.footer-urlap input { width:100%; padding:10px 12px; border-radius:8px; border:1px solid rgba(185,137,86,0.18); font-size:15px; background: rgba(255,255,255,0.03); color:#eaeaea; transition: box-shadow 0.16s ease, border-color 0.16s ease; }
.footer-urlap input::placeholder { color: rgba(234,234,234,0.5); }
.footer-urlap input:focus { outline:none; border-color: rgba(185,137,86,0.9); box-shadow: 0 4px 18px rgba(185,137,86,0.06); }
#footer_submit_button { width:100%; background: linear-gradient(180deg,#c99363,#b97a56); color:#fff; border:none; border-radius:10px; padding:10px 12px; font-size:15px; cursor:pointer; font-family:'WorkSans', Arial, sans-serif; transition: transform 0.12s ease, box-shadow 0.12s ease; box-shadow: 0 6px 18px rgba(185,122,86,0.12); }
#footer_submit_button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(185,122,86,0.18); }

.footer-contact { margin-top: 18px; display:flex; flex-direction:column; gap:6px; }
.footer-contact p { margin:0; font-size:15px; color:#e6e6e6; }
.footer-contact a { color: #ffd7b8; text-decoration:none; }
.footer-contact a:hover { text-decoration: underline; }

/* Footer-hero: korlátozott szélességű, középre igazított inputok és gomb */
.footer-hero .footer-urlap {
  align-items: center; /* center inputs inside the hero column */
}
.footer-hero .footer-urlap input,
.footer-hero #footer_submit_button {
  width: 100%;
  max-width: 340px; /* ne legyenek túl szélesek */
  box-sizing: border-box;
  margin: 0; /* reset, centering handled by container */
}
.footer-hero #footer_submit_button { display: block; }

@media (max-width: 900px) {
  .footer-hero .footer-urlap {
    align-items: stretch;
  }
  .footer-hero .footer-urlap input,
  .footer-hero #footer_submit_button {
    max-width: 100%;
  }
}

@media (max-width:900px) {
  .footer-content { flex-direction: column; align-items: stretch; gap: 18px; padding: 0 20px; }
  .footer-col { max-width: 100%; padding: 6px 0; }
  #footer_submit_button { padding: 10px 0; }
}

@media (min-width: 1200px) {
  /* Asztali (nagy) képernyőkre nagyobb, jól olvasható betűk */
  .footer-col h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .footer-col ul li {
    font-size: 17px;
  }
  .footer-contact p {
    font-size: 15px; /* csökkentve, ne legyen ekkora */
  }
  .footer-urlap input {
    font-size: 15px;
    padding: 6px 10px;
  }
  #footer_submit_button {
    font-size: 16px;
    padding: 8px 0;
  }
}

.oldalmenu-open-pic{
    height:25px;
    width:28px;
}