

.active{
    color: #aba398;
}

.intro{
    background: url('../img/pozadie.png') no-repeat;
    background-size: cover;
    background-position: 0% 20%;
    height: calc(50vh - 80px);
}


.contactTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contactTitle h1{
    color: #474747;
    letter-spacing: 1.5px;
    margin-top: 20px;
    font-size: 30px;
    display: inline;
}

@media (max-width: 1165px){
    .contactTitle h1{
    font-size: 25px;  
    }   
}

@media (max-width: 475px){
    .contactTitle h1{
    font-size: 20px;  
    }   
}

    .container {
        max-width: 1170px;
        margin: 0 auto;
	
      }

    .container .contact-wrapper{
        padding-top: 40px;
        padding-bottom: 20px;
        margin: 0 auto;
	text-align:center;
    }

    .container .route-wrapper{
        padding-bottom: 20px;
    }

    .contact-header{
        margin-top: 0;
        color: #474747;
        text-align: left;
        margin-bottom: 8px;
    }
    
    h3{
        color: #474747;
        margin-bottom: 0px;
    }
    
    .contact-wrapper{
        display: flex;
        justify-content: space-between;
    }
    
    .route-wrapper{
        display: flex;
        justify-content: space-between;
        margin: o auto;
        align-items: center;
    }

    .contact a{
        font-size: 17px;
        color: #474747;
        font-weight: 400;
    }

    p{
        font-size: 17px;
        color: #474747;
        font-weight: 400;
    }

    .route p{
        margin-top: 8px;
        margin-bottom: 25px;
    }
    
    .route-header{
        margin-bottom: 40px;
        color: #474747;
        text-align: center;
    }
    
    iframe{
        height: 360px;
    }

    .sections-separator{
        height: 5px;
        background:  linear-gradient(to right, #dededd, #f7f7f7);
        width: 100vw;
    }

    @media (max-width: 1270px){
        iframe{
        width: 550px;
        }   

        .sections-separator{
            max-width: 100vw;
        }

        .route{
            margin-left: 60px;
            padding-right: 40px;
        }
    
        .google-maps{
            margin-right: 60px;
        }

        .billing-info{
            margin-left: 60px;
        }

        .contact{
            margin-right: 60px;
        }
    }

    @media (max-width: 1160px){
        iframe{
            width: 500px;
            }   
    }

    @media (max-width: 1114px){
        iframe{
            width: 450px;
            }   
    }

    @media (max-width: 1065px){
        .route-wrapper{
            flex-direction: column;
        }

        .route{
            display: flex;
            flex-wrap: wrap;
            margin-left: 10px;
            padding-right: 0;
            justify-content: center;
        }

        .route .grid-item{
            width: 45%;
            text-align: left;
        }

        .google-maps{
            margin-right: 0;
        }

        .right-side{

            margin-right: auto;
        }

        .left-side{
            margin-left: auto;
        }

        iframe{
            width: 88vw;
            }   
    }

    @media (max-width: 952px){
        h3{
        font-size: 18px;  
        }
        
        p{
            font-size: 15px;
        }

        .contact a{
            font-size: 15px;
        }
    }

 /* mobil version */

    @media (max-width: 758px){

                /* h3{
        font-size: 15px;  
        }
        
        p{
            font-size: 12px;
        } */

        .route .grid-item{
            width: 100%;
            text-align: center;
        }

        p{
            text-align: center;
        }

        .container .contact-wrapper{
            padding-top: 20px;
        }

        .contact-wrapper{
            flex-direction: column;
            text-align: center;
        }

        .billing-info{
            margin: 0px auto;
        }

        .contact{
            margin: 20px auto;
        }

        .opening-hours{
            margin: 20px auto; 
        }
    }


    /* FOOTER */

footer{
    height: 150px;
    width: 100vw;
    background:  linear-gradient(to right, #dededd, #f7f7f7);
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

footer p{
    margin-top: 10px;
    color: #474747;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
}

@media (max-width: 952px){
    footer p{
        font-size: 15px;
        margin-left: 20px;
        margin-right: 20px;
    }
}
footer a{
    font-size: 20px;
    color: #474747;
}