/*
* cookie-mabager bar
*/
#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 1rem;
    line-height: 18px;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: #3F3F3E;
}

.cookie-notice-container {
    padding: 10px;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

.cn-text {
    margin:0 1rem 0 0;
}

/*
* cookie-mabager settings modal
*/

@media screen and (max-width: 1395px) {
    .cn-text {
        display: block;
        margin:0 1rem 1rem 1rem;
    }
}
