[module-no="footer"] {
    background-color: #004075;
    overflow: hidden;
}

[module-no="footer"] .left {
    text-align: left;
}

[module-no="footer"] .right {
    text-align: right;
}

[module-no="footer"] .container.bottom {
    padding: 40px 16px;
    color: #fff;
}

[module-no="footer"] .site-map ul.grid > li {
    width: 25%;
    margin: 0 -4px 0 0;
    padding: 0 15px;
}

[module-no="footer"] .site-map .titel {
    font-family: 'Century Gothic';
    font-size: 27px;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px;
}

[module-no="footer"] .site-map {
    padding: 30px 0;
    color: #fff;
    height: 300px;
}

[module-no="footer"] .sub-titel {
    padding: 15px 3px 0;
    font-size: 18px;
}

[module-no="footer"] .site-map a {
    color: #fff;
}

[module-no="footer"] .site-map a:hover {
    color: #488bf8;
}
[module-no="footer"] .fa-facebook {
        padding: 6px 10px;
    background-color: #ffff;
    color: #004075;
    border-radius: 50%;
    font-size: 20px;
    
}
@media only screen and (max-width: 991px) {
    [module-no="footer"] .site-map .titel {
        font-size: 23px;
    }
}

@media only screen and (max-width: 767px) {
    [module-no="footer"] .left,
    [module-no="footer"] .right {
        text-align: center;
    }
    [module-no="footer"] .site-map ul.grid > li {
        width: 50%;
        margin: 0 -4px 22px 0;
    }
    [module-no="footer"] .site-map {
        height: auto;
    }
    [module-no="footer"] .site-map .titel {
        font-size: 19px;
    }
    [module-no="footer"] .sub-titel {
        font-size: 14px;
    }
}

[module-no="header"] .row,
[module-no="header"] .container {
    position: relative;
}

[module-no="header"] {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
}