/***** Cookie-Banner - Start *****/
.msg-cookies {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 59px 0 60px;
    color: #fff;
    /*font-weight: 500;*/
    background-color: rgba(243, 146, 0, 0.95);
    z-index: 100;
    font-size: 18px;
}
div.msg-cookies.show {
    display: block;
}
div.msg-cookies p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 200%;
}
div.msg-cookies a {
    color: #fff;
    text-decoration: underline;
    margin: 10px 0 0 0;
}
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;
}
/***** Cookie-Banner - End *****/

/***** Mobile - Start *****/
@media screen and (max-width: 479px) {
    .msg-cookies {
        padding: 29px 0 30px;
    }
    div.msg-cookies p {
        line-height: 160%;
    }
}
/***** Mobile - End *****/