

.header {
    width: 100%;
    height: 130px;
    background: url(../Images/feher_csik.png);
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 3;
}

.header-logo{
    width: fit-content;
    height: 100%;
    display: flex;
}

.header-logo img{
    height: 135px;
}

.header-nav1{
    width: 227px;
    height: 35px;
}

.header-nav1 ul{
    list-style: none;
    margin-left: 37px;
    margin-right: 0px;
    margin-top: 0px;
}

.header-nav1 ul li{
    display: inline;
}

.header-nav1 ul li a {
    padding: 0 0px;
}


.header-blank{
    width: 227px;
    height: 35px;
    display: flex; 
    background-color: transparent;
    margin-top: 50px; ;
    margin-left: 45px;
    
}






.header-setup{
    width: fit-content;
    height: 100%;
    display: flex;
}

.header-nav3{
    width: 227px;
    height: 35px;
}

.header-nav3 ul{
    margin-right: 45px;
    margin-top: 50px;
}

.header-nav3 ul li{
    display: inline;
    float: left;
}

.header-nav3 ul li a {
    padding: 0 0px;
}

.header-nav3{
    width: 270px;
    height: 35px;
}




.insta{
    height: 793px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.insta-kade{
    height: 793px;
    width: 793px;
    background: url(../rolunk/rImages/kádé.png);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-top: 150px;
}

.insta-luki{
    height: 793px;
    width: 793px;
    background: url(../rolunk/rImages/luki.png);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-top: 150px;
}

.insta-logo1{
    position: absolute;
    left: 240px;
    bottom: 107.5px;
    width: 73px;
    height: 73px;
    background-color: transparent;
    z-index: 2;
}

.insta-logo2{
    position: absolute;
    left: 205px;
    bottom: 165px;
    width: 73px;
    height: 73px;
    background-color: transparent;
    z-index: 2;
}


@media (max-width: 600px) {
    
    .header {
        width: 100%;
        height: 62px;
        background: url(../Images/feher_csik.png);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: fixed;
        align-items: self-start;
        left: 0;
        right: 0;
    }


    .header-logo{
        width: fit-content;
        height: 100%;
        display: flex;
    }
    
    .header-logo img{
        height: 65px;
    }
    
    .header-nav1{
        width: 100%;
        height: 100%;
    }
    
    .header-nav1 ul{
        list-style: none;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .header-nav1 ul li{
        display: inline;
    }
    
    .header-nav1 ul li a {
        padding: 0 0px;
    }
    
    
    .header-blank{
        width: 130px;
        height: 100%;
        display: flex; 
        background-color: transparent;
        margin-top: 0px; ;
        margin-left: 0px;
        
    }
    
    
    
    
    .header-setup{
        width: 130px;
        height: 100%;
        display: flex;

    }    
    
    .header-nav3 ul{
        margin-right: 10px;
        margin-top: 20px;
    }
    
    
    .header-nav3 ul li a {
        padding: 0 0px;
    }
    
    .header-nav3{
        width: 270px;
        height: 35px;

    
    }


    .insta{
        height: 915px ;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        align-items: center;
        margin-top: -60px;
    }
    
    .insta-kade{
        height: 42%;
        max-height: 370.8px;
        width: 90%;        
        max-width:  370.8px;
        position: relative;
        display: flex;
        background-size: 100% 100%;
        margin-bottom: -100px;
        background-repeat: no-repeat;
    }
    
    .insta-luki{
        height: 42%;
        max-height: 370.8px;
        width: 90%;
        max-width:  370.8px;
        background: url(../rolunk/rImages/luki.png);
        position: relative;
        display: flex;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    
    .insta-logo1{
        position: absolute;
        left: 112px;
        bottom: 48px;
        width: 10%;
        height: 10%;
        background-color: transparent;
        z-index: 1;
    }
    
    .insta-logo2{
        position: absolute;
        left: 100px;
        bottom: 75px;
        width: 36.5px;
        height: 36.5px;
        background-color: transparent;
        z-index: 1;
    }

}