body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: rgb(85, 85, 85);
}

/*menu kezdete*/

menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.menu_bar{
    display: flex;
    align-items: center;
}

.name{
    font-size: larger;
    font-weight: bolder;
}

.rolunk {
    text-decoration: none;
    color: rgb(85, 85, 85);
    margin-right: 2vw;
}

.ajanlat {
    text-decoration: none;
    color: rgb(85, 85, 85);
    margin-right: 2vw;
}
.kapcsolat {
    text-decoration: none;
    color: rgb(85, 85, 85);
    margin-right: 2vw;
}

nav {
    display: flex;
    text-align: center;
    list-style-type: none;
}

.open {
    display: flex;
}

.le {
    display: none;
}

/*menu vége*/


/*MAIN kezdete*/

.kezdokep>img {
    width: 100%;
}

.tartalmak{
    margin-top: 6%;
    margin-left: 2%;
    margin-right: 2%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.kep>img{
    border-radius: 1vw;
}

.tartalom_egy{
    width: 40%;
}

.kep>img{
    width: 25vw;
}

.vallal,
.referencia{
    margin-left: 2%;
    margin-right: 2%;
}

.referencia>h2,
.vallal>h2
{
    margin-top: 6%;
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.vallal{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2%;
}

.vallal>h2{
    padding-top: 4%;
    width: 40%;
    border-top: solid rgba(85, 85, 85, 0.733) 1px;
}

.tartalmak_ketto{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.vall{
    width: 20%;
}

.ref>img{
    width: 5vw;
    opacity: 50%;
    border: solid rgb(85, 85, 85) 2px;
    border-radius: 1vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    padding-left: 1vw;
    padding-right: 1vw;
}

.ref>img:hover{
    opacity: 100%;
    background-color: rgb(240, 240, 240);
}

/*MAIN vége*/


/*SECTION kezdete*/

section{
    background-color: rgb(218, 218, 218);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.ajanl{
    margin-top: 4%;
}

.ajanlatok{
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    margin-bottom: 4%;
    margin-top: 4%;
}

.ajanlatok>div{
    width: 10%;
    background-color: rgb(255, 255, 255);
    padding: 2vw;
    border: solid rgba(85, 85, 85, 0.548) 2px;
    border-radius: 1vw;
}



.ajanlatok>div>a{
    opacity: 50%;
    border: solid rgb(85, 85, 85) 2px;
    background-color: rgb(255, 255, 255);
    padding: 1vw;
    border-radius: 1vw;
    color: rgb(85, 85, 85);
    text-decoration: none;
}

.ajanlatok>div>a:hover{
    opacity: 100%;
    background-color: rgb(240, 240, 240);
}

.betek>h2{
    margin-top: 4%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.kepek{
    display: flex;
    justify-content: space-evenly;
    margin-top: 70px;
    margin-bottom: 70px;
}
.kepek>img{
    width: 350px;
    border-radius: 1vw;
}

/*SECTION vége*/


/*FOOTER kezdete*/

footer{
    background-color: rgb(61, 61, 61);
    color: rgb(238, 238, 238);
    padding: 2%;
}

.lablec{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.foot>p{
    font-weight: lighter;
    display: flex;
    padding-top: 2%;
}

.elerheto>p{
    font-weight: lighter;
    display: flex;
    justify-content: center;
    padding-top: 10%;
}

.copyright{
    margin-top: 6%;
    display: flex;
    justify-content: center;
    font-weight: lighter;
}

iframe{
    border-radius: 1vw;
}


/*FOOTER vége*/

@media screen and (max-width:1200px) {}

@media screen and (max-width:992px) {
    body {
        font-size: 19px;
    }




    
    .kep>img{
        border-radius: 25px;
    }
    
    .tartalom_egy{
        width: 50%;
    }
    
    .kep>img{
        width: 300px;
    }

    .referencia{
        margin-top: 50px;
    }


    .vallal,
    .referencia{
        margin-left: 2%;
        margin-right: 2%;
    }
    
    .referencia>h2,
    .vallal>h2
    {
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    .vallal{
        display: flex;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    
    .vallal>h2{
        padding-top: 40px;
        width: 40%;
        border-top: solid rgba(85, 85, 85, 0.733) 1px;
    }
    
    .tartalmak_ketto{
        display: flex;
        justify-content: space-evenly;
        text-align: center;
    }
    
    .vall{
        width: 20%;
    }
    
    .ref>img{
        width: 100px;
        opacity: 50%;
        border: solid rgb(85, 85, 85) 2px;
        border-radius: 25px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .ref>img:hover{
        opacity: 100%;
        background-color: rgb(240, 240, 240);
    }




    .betek>h2{
        margin-top: 4%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    .kepek{
        display: flex;
        justify-content: space-evenly;
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .kepek>img{
        width: 250px;
        border-radius: 25px;
    }





    
    .ajanlatok{
        display: flex;
        text-align: center;
        justify-content: space-evenly;
        margin-bottom: 4%;
        margin-top: 4%;
    }
    
    .ajanlatok>div{
        width: 25%;
        background-color: rgb(255, 255, 255);
        padding: 20px;
        padding-bottom: 45px;
        border: solid rgba(85, 85, 85, 0.548) 2px;
        border-radius: 30px;
    }
    
    
    
    .ajanlatok>div>a{
        opacity: 50%;
        border: solid rgb(85, 85, 85) 2px;
        background-color: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 25px;
        color: rgb(85, 85, 85);
        text-decoration: none;
    }
    
    iframe{
        border-radius: 25px;
        width: 300px;
    }


}

@media screen and (max-width:768px) {

    body{
        font-size: 19px;
    }

    menu{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .name{
        font-size: larger;
        font-weight: bolder;
        font-size: 25px;
        display: flex;
        text-align: center;
        align-items: center;
    }
    
    .rolunk,
    .ajanlat,
    .kapcsolat {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        display: flex;
        width: 100%;
    }

    

    nav {
        display: flex;
        flex-direction: column;
    }

    nav {
        display: none;
    }

    button {
        display: "flex";
        font-size: 3vw;
    }
    .le {
        display: flex;
        border: 0;
        background-color: rgb(255, 255, 255);
        font-size: 3.5vw;
    }




    .tartalmak{
        margin-top: 6%;
        margin-left: 2%;
        margin-right: 2%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kep>img{
        border-radius: 25px;
    }
    
    .tartalom_egy{
        width: 70%;
        margin-bottom: 15px;
    }
    
    .kep>img{
        width: 65vw;
    }

    .referencia{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    
    .referencia>h2,
    .vallal>h2
    {
        width: 50%;
        margin-top: 6%;
        margin-bottom: 3%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    .vallal{
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 2%;
    }
    
    .vallal>h2{
        padding-top: 4%;
        width: 40%;
        border-top: solid rgba(85, 85, 85, 0.733) 1px;
    }
    
    .tartalmak_ketto{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    
    .vall{
        width: 50%;
        margin-top: 25px;
        margin-bottom: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    
    .ref>img{
        width: 70px;
        opacity: 50%;
        margin-top: 25px;
        border: solid rgb(85, 85, 85) 2px;
        border-radius: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }








    section{
        background-color: rgb(218, 218, 218);
        display: flex;
        text-align: center;
        justify-content: center;
    }
    
    .ajanl{
        margin-top: 4%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .ajanlatok{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .ajanlatok>div{
        width: 45%;
        background-color: rgb(255, 255, 255);
        padding: 20px;
        border: solid rgba(85, 85, 85, 0.548) 2px;
        border-radius: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    
    
    .ajanlatok>div>a{
        opacity: 60%;
        border: solid rgb(85, 85, 85) 2px;
        background-color: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 25px;
        color: rgb(85, 85, 85);
        text-decoration: none;
    }


    .betek>h2{
        margin-top: 40px;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    .kepek{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .kepek>img{
        width: 250px;
        border-radius: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
    }




    footer{
        background-color: rgb(61, 61, 61);
        color: rgb(238, 238, 238);
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .lablec{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    
    .foot>p{
        font-weight: lighter;
        display: flex;
        justify-content: center;
        padding-top: 2%;
    }
    
    .elerheto>p{
        font-weight: lighter;
        display: flex;
        justify-content: center;
        padding-top: 10%;
    }
    
    .copyright{
        margin-top: 20px;
        display: flex;
        width: 80%;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-weight: lighter;
    }
    
    iframe{
        border-radius: 25px;
        width: 100%;
    }


    #egy{
        padding-bottom: 25px;
        border-bottom: solid rgba(85, 85, 85, 0.555) 1px;
    }


}

@media screen and (max-width:576px) {
    .le{
        font-size: 30px;
    }

    .ajanlatok>div{
        width: 50%;
    }

}