/*FOOTER*/
footer{
    width: 100%; bottom: 0; left: 0;
    
    background-color: rgb(36, 36, 36);
    
    text-align: center;
    padding-top: 1rem;

    
    
    
}
#footer-tartalom{
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    flex-wrap: wrap;
}
footer div{
    flex-basis: 22%; 
    padding: 1rem; 
    
}
footer h2{margin-bottom: 0;}
footer h1,h2{color: #c32b2f}
#rolunk-footer p{
    font-size: 120%;
}

footer a{
    color: white;
    text-decoration: none;
    margin-left: 0.5rem;
}

#kapcsolat-tartalom div img{
    float: left; 
}

#kapcsolat-tartalom div{
    display: flex;
    align-items: center;
   
}
#kapcsolat-tartalom div span{
    margin-left: 0.5rem;
    font-size: 105%;
    
}

#kovess-minket img{
    width: 40px;
    height: 40px;
    
    transition: all;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
}
#kovess-minket img:hover{
    transform: scale(1.1);
}

#kovess-minket div{
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: .5rem;
    
}

#footer iframe{
    border:0;
    width: 50%;
    height: 400px;
    margin: auto; text-align: center;
    margin-top: 2rem;
    margin-bottom: 10vh;
}




@media(min-width:375px) and (max-width:966px){
    footer div{
        flex-basis: 70%; 
    }
    #kapcsolat-tartalom div{
        justify-content: center;
        
    }   
}
@media(max-width:945px){
    #footer iframe{
        width: 90%;
        height: 300px;
    }
}