#footer {
    background-color: #002F50;
    color: #ffffff;
}

#footer h4 {
    text-transform: uppercase;
    display: block;
    margin-top: 35px;
    margin-bottom: 15px;
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer ul li {
    padding: 3px 0;
}

#footer ul li a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
#footer ul li a:hover {
    text-decoration: underline;
}

#footer #legalline {
    font-size: 12px;
    margin: 20px 0;
    text-align: center;
}

/* Cookie */
/* Banner */
@media (max-width:767px) {
    .cookie-banner .col-sm-2 {
        text-align: center !important;
    }
}

.cookie-banner {
    text-align: left;
    color: #fff;
    border-top: 1px solid #ddd;
    background: rgba(18, 32, 54, 1);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.cookie-banner .btn {
    margin: 14px 0 9px 0;
}
.cookie-banner p {
    padding: 14px 0 9px 0;
    color: #fff;
}
.cookie-banner p a {
    color: #ffffff;
    text-decoration: underline;
}

/* Banner top */
.cookie-banner--top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100000;
}

/* Banner bottom */
.cookie-banner--bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
}

/* Privacy link */
.cookie-banner__link {
    color: #fff;
}

/* Basic button */
.cookie-banner__button {
    color: #fff;
    transition: background 0.2s;
    text-decoration: none;
}

/* Consent button */
.cookie-banner__button--consent {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 3px;
    background-color: #000;
}

.cookie-banner__button--consent:hover {
    cursor: pointer;
    background-color: green;
}