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

/* Oldalsáv stílusok */
.oldalmenu {
    width: 13%;
    min-width: 150px;
    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;

}

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

}

.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 {
    color: #ddd;
    text-align: center;
    list-style: none;
    font-size: 15px;
    font-weight: bold;
    background-color: rgba(34, 34, 34, 0.788);
    position: fixed;
    width: 200px;
    bottom: 20px;
    border-radius: 10px;


}

#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-color: #333;
    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;
}

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


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

.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;
    background-color: #333;
    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) {
    .felso-sav {
        margin-left: 194px;
    }

    .cim1 {
        margin-left: 50px;
    }

}

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

    }
}

@media (max-width:800px) {
    .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:800px) {

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

    }

    .felso-sav {
        height: 25px;
    }

    .oldalmenu-open {
        top: 9px;
    }

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

.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:800px) {
    .logo {
        height: 41px;
    }

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

    .weblap_logo {
        left: 60px;
    }

    .elerhetosegek {
        display: inline-block;
    }

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

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

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

.elerhetosegek {
    width: 80%;
    height: 180px;
    left: 10%;
    right: 10%;
    background-color: rgba(0, 0, 0, 0.466);
    border: 2px, solid, rgb(75, 75, 75);


}

.phone_email {
    position: relative;
    top: 40px;
    font-size: 13px;
    color: rgb(211, 211, 211);
}

.phone_facebook {
    top: 20px;
    position: relative;
    color: rgb(211, 211, 211);
    text-decoration: none;
}

.phone_telefon {
    top: 5px;
    position: relative;
    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;
}