
.c-cookie-popunder{
    line-height: 1.5;
}
.c-cookie-popunder, .loaded .c-cookie-popunder.c-disabled {
    bottom: -250px;
    opacity: 0;
}
.c-cookie-popunder {
    width: 100vw;
    background-color: #0086b2;
    position: fixed;
    z-index: 99;
    opacity: 1;
    transition: bottom 0.7s, opacity 0.7s;
}

.c-cookie-popunder .c-container a {
    color: white;
}

.loaded .c-cookie-popunder {
    bottom: 0px;
}
.c-cookie-popunder .c-container {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    color: white;
}

@media(max-width: 700px) {
    .c-cookie-popunder .c-container {
        padding-top: 1.5em;
        padding-bottom: 1.8em;
    }
    .c-cookie-popunder .c-col-9 {
        width: 100%;
    }
    .c-cookie-popunder .c-col-3 {
        display: block;
        float: none;
        padding-top: 1em;
        clear: both;
    }
}