footer{
    background-color: #03435B;
    height: auto;
    margin: 0;
    width: 100%;
    z-index: 999;
}

footer .footer-container{
    background: #FFFFFF;
    height: 25px;
    width: 100%
}

/* start footer top */

footer .footer-top{
    height: auto;
    margin: 0 auto 0 auto;
    padding: 50px 0 55px 0;
    width: 1100px;
}

footer .footer-top .footer-grid{
    display: flex;
    width: 100%;
}

footer .footer-top .footer-column{
    height: auto;
    position: relative;
    width: 25%;
}

footer .footer-top .footer-column h2{
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-color: white;
}

footer .footer-top h2.second-h2{
    margin: 25px 0 0 0;
}

footer .footer-top .footer-column .link-container{
    height: auto;
    position: relative;
    width: max-content;
}

footer .footer-top .footer-column .link-container img.mail-icon{
    display: inline-block;
    height: auto;
    margin: 4px 0 0 0;
    position: absolute;
    width: 24px;
}

footer .footer-top .footer-column .link-container img.phone-icon{
    display: inline-block;
    height: auto;
    margin: 6px 0 0 2px;
    position: absolute;
    width: 20px;
}

footer .footer-top .footer-column a.normal-link{
    color: #FFFFFF;
    display: inline-block;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    margin: 0;
    width: auto;
}

footer .footer-top .footer-column a.contact-a{
    color: #FFFFFF;
    display: inline-block;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    left: 35px;
    line-height: 32px;
    margin: 0;
    position: inherit;
    width: auto;
}

footer .footer-top .footer-column a.contact-a:after,
footer .footer-top .footer-column a.normal-link:after{
    background-color: #03435B;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin: -5px 0 0 0;
    position: absolute;
    transform: translateX(-50%);
    transition: 0.3s;
    width: 0;
    -webkit-transition: width 0.3s; /* Safari */
}

footer .footer-top .footer-column a.contact-a:hover:after,
footer .footer-top .footer-column a.normal-link:hover:after{
    background-color: #FFFFFF;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin: -5px 0 0 0;
    position: absolute;
    transform: translateX(-50%);
    transition: 0.3s;
    width: 100%;
    -webkit-transition: width 0.3s;
}

footer .footer-top .footer-text{
    color: #FFFFFF;
    display: -webkit-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    margin: 10px 0 5px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

footer .footer-top .footer-column.latest-news .latest-news-img{
    background-color: #EFEFEF;
    background-image: url('../../img/jaato/JAATO-JustJusta-15.jpg');
    background-size: cover;
    height: 150px;
    margin: 20px 0 0 0;
    position: relative;
    width: 100%;
}

footer .footer-top .latest-news{
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    font-family: FontAwesome;
    font-size: 40px;
    margin-right: 0;
}

footer .social-container{
    margin: 10px 0 0 0;
}

footer .footer-top .facebook,
footer .footer-top .linkedin,
footer .footer-top .twitter,
footer .footer-top .youtube,
footer .footer-top .instagram{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 35px;
    width: 35px;
}

footer .paper-plane{
    margin: 10px 0 0 10px;
    position: absolute;
}

footer .footer-top .linkedin{
    background-image: url('../../img/icons/socialmedia/footer/linkedin.svg');
}

footer .footer-top .linkedin:hover{
    background-image: url('../../img/icons/socialmedia/footer/linkedin_hover.svg');
}

footer .footer-top .twitter{
    background-image: url('../../img/icons/socialmedia/footer/twitter.svg');
}

footer .footer-top .twitter:hover{
    background-image: url('../../img/icons/socialmedia/footer/twitter_hover.svg');
}

footer .footer-top .youtube{
    background-image: url('../../img/icons/socialmedia/footer/youtube.svg');
}

footer .footer-top .youtube:hover{
    background-image: url('../../img/icons/socialmedia/footer/youtube_hover.svg');
}

footer .footer-top .instagram{
    background-image: url('../../img/icons/socialmedia/footer/instagram.svg');
}

footer .footer-top .instagram:hover{
    background-image: url('../../img/icons/socialmedia/footer/instagram_hover.svg');
}

footer .footer-top .facebook{
    background-image: url('../../img/icons/socialmedia/footer/facebook.svg');
}

footer .footer-top .facebook:hover{
    background-image: url('../../img/icons/socialmedia/footer/facebook_hover.svg');
}

footer .footer-top a.button.skewed{
    padding: 0 40px 0 15px;
    margin: 0 0 0 20px;
}

footer .footer-jaa-logo{
    background-image: url(../../img/jaa_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
    left: 0;
    position: relative;
    top: 15px;
    width: 174px;
}

/* end footer top */

/* start footer middle */
footer .footer-middle{
    background-color: #103246;
    height: auto;
    width: 100%;
}

footer .footer-middle .footer-middle-inner{
    display: flex;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 30px 0;
    width: 1100px;
}

footer .footer-middle a{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 85px;
    margin: 0 40px;
    opacity: 0.9;
    position: relative;
    width: 33.33%;
}

footer .footer-middle a.ecac{
    background-image: url('../../img/partners/ecac-ceac-new.jpg');
    background-position: center;
}

footer .footer-middle a.easa{
    background-image: url('../../img/partners/easa-new.png');
    background-position: left;
    height: 88px;
    margin: -3px 40px 0 0;
}

footer .footer-middle a.trainair{
    background-image: url('../../img/partners/trainair_platinum.png');
    background-position: right;
    margin: 0 0 0 40px;
}

footer .footer-middle a.jaa-partner{
    cursor: auto;
    transition: opacity .2s ease-in-out;
}

/* End footer middle */
/* Start footer bottom */

footer .footer-bottom{
    background: #001D27;
    color: #FFFFFF;
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    height: 50px;
    text-transform: uppercase;
    width: 100%;
}

footer .footer-bottom .footer-bottom-inner{
    height: auto;
    margin: 0 auto;
    width: 1100px;
}

footer .footer-bottom .logo-copyright{
    float: left;
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-left: 0;
    opacity: 0.8;
    line-height: 16px;
    padding: 20px 0 0 0;
    position: absolute;
    text-decoration: none;
}

footer .footer-bottom a{
    color: #FFFFFF;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 25px;
    opacity: 0.9;
    text-decoration: none;
}

footer .footer-bottom a:hover{
    text-decoration: underline;
}

footer .footer-bottom span{
    margin: 0 10px 0 5px;
}

footer .mm-hidden{
    margin: 0 !important;
}

footer .small-mm-hidden{
    margin-right: 0 0 0 5px !important;
}

/* End footer bottom */


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

    footer{
        margin: 0;
    }

    footer .footer-inner{
        padding: 25px 0;
        width: 100%;
    }

    footer .footer-top {
        height: auto;
        margin: 0 auto 0 auto;
        padding: 50px;
        width: calc(100% - 100px);
    }

    footer .footer-grid{
        display: flex;
        width: 100%;
    }

    footer .footer-logo{
        height: 85px;
        margin: 0 0 10px 16px;
        position: relative;
        width: 125px;
    }

    footer .footer-grid .footer-column h2{
        font-size: 16px;
        margin-bottom: 17px;
    }

    footer .footer-grid .footer-column a:hover{
        color: #FFFFFF;
    }

    footer .footer-grid .footer-column.info{
        margin: 0 50px 0 35px;
        text-align: center;
    }

    footer .logo-copyright{
        float:left;
        margin-left: 10px;
        position:absolute;
    }

    footer .logo-copyright .mm-hidden{
        display: none;
    }

    footer .all-rights{
        margin-bottom: 15px;
    }

    footer .footer-youtube{
        height: 35px;
        margin-top: 17px;
        width: 70px;
    }

    footer .footer-linkedin{
        height: 35px;
        margin-top: 12px;
        width: 85px;
    }

    footer .footer-bottom .footer-bottom-inner {
        height: auto;
        margin: 0 auto;
        padding: 0 25px;
        width: calc(100% - 50px);
    }

    footer .footer-middle .footer-middle-inner {
        display: flex;
        height: auto;
        margin: 0 auto;
        padding: 50px 0 40px 0;
        width: 100%;
    }

    footer .footer-middle a{
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        display: flex;
        height: 80px;
        margin: 0 40px;
        opacity: 0.9;
        position: relative;
        width: calc(33.33%);
    }

    footer .footer-middle a.easa{
        height: 80px;
    }

    footer .footer-middle .footer-middle-inner{
        padding: 25px;
        width: calc(100% - 50px);
    }

    footer .footer-top .latest-news{
        font-size: 30px;
    }

    footer .footer-top .facebook,
    footer .footer-top .linkedin,
    footer .footer-top .twitter,
    footer .footer-top .youtube,
    footer .footer-top .instagram{
        height: 40px;
        margin: 0 2px;
        width: 40px;
    }

}

@media screen and (max-width: 925px){
    .footer-column.usefull-links,
    .footer-column.contact-adress,
    .footer-column.social-newsletter{
        display: none;
    }

    footer .footer-top .latest-news{
        font-size: 40px;
        margin-right: 0;
        width: 500px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    footer .footer-bottom .logo-copyright,
    footer .footer-bottom a{
        font-size: 11px;
    }
}

@media screen and (max-width: 800px){
    span.mm-hidden{
        display: none;
    }

    footer .footer-bottom .logo-copyright {
        padding: 17px 0 0 0;
        text-align: center;
        width: calc(100% - 50px);
    }

    footer .footer-middle a {
        margin: 0 20px;
    }
}

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

    footer .footer-inner{
        height: auto;
        margin: 0 auto;
        padding: 35px 0 25px 0;
        width: 100%;
    }

    footer .footer-column.info{
        margin: 0;
        width: 100%;
    }

    footer .footer-logo {
        height: 85px;
        left: 50%;
        margin: 0 05px 0;
        position: relative;
        transform: translateX(-50%);
        width: 125px;
    }

    footer .footer-column.markten,
    footer .footer-column.overons,
    footer .footer-column.diensten,
    footer .footer-column.contact{
        display: none;
    }

    footer .logo-copyright{
        margin: 0;
        position: relative;
        width: 100%;
    }
    footer .paper-plane {
        margin: 7px 0 0 9px;
    }
}

@media screen and (max-width: 650px){
    footer .footer-top .latest-news {
        font-size: 40px;
        margin-right: 0;
        width: 300px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    footer .footer-middle a,
    footer .footer-middle a.easa{
        height: 50px;
    }

    footer .footer-top {
        height: auto;
        margin: 0 auto 0 auto;
        padding: 25px;
        width: calc(100% - 50px);
    }

    footer .footer-top h2.second-h2 {
        margin-top: 20px;
        margin-bottom: 8px;
    }

    footer .footer-top .footer-column h2:first-of-type{
        margin-top: 0px;
    }

}

@media screen and (max-width: 500px){
    footer .small-mm-hidden{
        display: none;
    }

    footer .footer-middle .footer-middle-inner {
        padding: 25px;
    }
}

@media screen and (max-width: 350px) {
    footer .paper-plane {
        margin: 4px 0 0 8px;
    }
}