#cookie-notice {
    background-color: #F68D2E !important;
    padding: 24px;
    top: unset;
    bottom: 0;
    line-height: 0;
}

#cn-close-notice {
    display: none;
}

#cookie-notice .cookie-notice-container {
    font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: center;
    max-width: 932px;
    width: 100%;
    z-index: 2;
    display: inline-block;
    margin: auto;
}



.cookie-notice-container span {
    max-width: 466px;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
    margin: 0;
    line-height: 20px;
}

.cookie-notice-container span.cn-buttons-container {
    float: none;
}

#cookie-notice.cookie-notice-visible {
    visibility: visible;
}

#cookie-notice.cookie-notice-hidden {
    visibility: hidden;
}

#cookie-notice .cn-button {
    height: 40px;
    width: 40%;
    float: right;
    line-height: 1.25;
    font-size: 16px;
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    color: white;
    border: 1px solid #ffffff;
    background: transparent;
    text-shadow: 0 0 0;
    border-radius: 0;
    font-weight: normal;
    text-align: center;
}

#cookie-notice .cn-button#cn-accept-cookie {
    background-color: #3D3935;
}

.cookie-notice-container span {
    color: #3D3935;
}

.cookie-notice-revoke-container {
    display: none;
}

.cn-buttons-container {
    float: right;
}

#cookie-notice.cookie-notice-visible.cn-effect-none, #cookie-notice.cookie-revoke-visible.cn-effect-none {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

#cookie-notice.cn-effect-none {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

#cookie-notice.cookie-notice-visible.cn-effect-fade, #cookie-notice.cookie-revoke-visible.cn-effect-fade {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

#cookie-notice.cn-effect-fade {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@media (max-width: 900px) {
    .cookie-notice-container #cn-notice-buttons {
        display: inline-block;
    }
    .cookie-notice-container #cn-notice-text {
        display: inline-block;
    }
}

@media screen and (max-width: 855px) {
    .cookie-notice-container {
        height: auto;
    }
    #cookie-notice .cn-button {
        margin: 0 0 5px 0;
        width: calc(48% - 5px);
    }
    #cn-notice-buttons {
        margin-top: 15px;
    }
    #cookie-notice #cn-refuse-cookie {
        float: left;
    }
    .cookie-notice-container span {
        max-width: 466px;
        width: 100%;
        text-align: center;
    }
    .cookie-notice-container span {
        float: none;
    }

    .cookie-notice-container .cn-text-container {
        margin: auto;
    }

    .cookie-notice-container .cn-buttons-container {
        margin: auto;
    }
}
