/***** Cookie-Banner - Start *****/
.msg-cookies {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 29px 0 30px;
    color: #fff;
    font-size: 16px;
    background-color: rgba(12, 122, 158, 0.9);
    z-index: 100;
}
div.msg-cookies.show {
    display: block;
}
div.msg-cookies p {
    margin: 0;
}
div.msg-cookies a {
    color: #fff;
    text-decoration: underline;
}
div.msg-cookies a:hover {
    text-decoration: none;
}
div.msg-cookies a.seen {
    display: inline-block;
    padding: 10px 40px;
    color: #2c2c2c;
    text-decoration: none;
    background-color: #e7e7ea;
    cursor: pointer;
}
div.msg-cookies a.seen:hover {
    background-color: #fff;
}

div.msg-cookies .close-banner {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 14px;
    text-decoration: underline;
    opacity: 0.8;
    cursor: pointer;
}
/***** Cookie-Banner - End *****/