/*.cookie-consent #cc-banner-modal {
    position: fixed !important;
    z-index: 99;
}

#cookie-consent #cc-banner-modal #cc-banner-centered, .cookie-consent.injected-styles #cc-banner-modal #cc-banner-centered {
    top: 0;
    left: 0;
    transform: translateZ(9999990px);
    bottom: auto;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none!important;
    display: block;
    color: rgba(1,23,54,0.8);
    position: fixed;
}*/
#cc-banner-centered div {
    /*float: none !important;
    width: 100% !important;*/
}

/*.cookie-consent .cc-banner-content {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #1f8ceb;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    color: #fff !important;
    margin: auto !important;
    -webkit-box-shadow: 0 6px 36px rgba(0,0,0,0.3) !important;
    box-shadow: 0 6px 36px rgba(0,0,0,0.3) !important;
    top: auto !important;
    bottom: auto !important;
}*/

/*#cc-banner-centered .cc-banner-content {
    background-color: #fff;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    max-height: 80vh;
    padding: 20px 30px;
    position: relative !important;
}

#cookie-consent #cc-banner-modal #cc-banner-centered:before, .cookie-consent.injected-styles #cc-banner-modal #cc-banner-centered:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
    display: block;
}

#cookie-consent #cc-banner-modal #cc-banner-centered .cc-banner-content, .cookie-consent.injected-styles #cc-banner-modal #cc-banner-centered .cc-banner-content {
    padding: 16px;
    border-radius: 6px;
    background-color: #e8e9ea;
    box-shadow: none!important;
    max-width: 720px!important;
    width: calc(100% - 48px)!important;
    height: auto;
    position: absolute;
    z-index: 5;
    top: 50%!important;
    transform: translateY(-50%);
}*/

/*@media (min-width: 720px) {
    #cookie-consent #cc-banner-modal #cc-banner-centered .cc-banner-content, .cookie-consent.injected-styles #cc-banner-modal #cc-banner-centered .cc-banner-content {
        background-image: url(../img/cookies_1.aed04742.svg);
        background-repeat: no-repeat;
        background-position: bottom 50px right 40px;
        background-size: 70px;
    }
}*/

/*NEW*/
    .cookie-consent {
        display: none;
        position: fixed;
        z-index: 1000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 22px 5%;
        text-align: center;
        white-space: nowrap;
        /*background-color: #fff;*/
        background-color: rgba(255,255,255,.8);
        overflow: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .cookie-consent:after {
        white-space: nowrap;
        content: "";
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: 1px;
        height: 100%;
        margin: 0 -1px 0 -.26em;
        z-index: -1;
        margin-left: 0;
    }
    .cookie-consent.active {
        display: block;
    }
    .cc-banner-content {
        max-height: 100%;
        width: 580px;
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
        max-width: 100%;
        position: relative;
        z-index: 85;
        text-align: left;
        border: 1px solid #e5e5e7;
        background-color: #fff;
        /*padding-left: 18px;
        padding-right: 18px;*/
        padding: 18px;
        text-align: center;
    }
/*NEW*/


.cc-banner-content h1 {
    text-align: center;
    font-size: 20px;
}

.cc-banner-text {
    font-size: 14px!important;
    /*margin-bottom: 20px;*/
    text-align: center;
    line-height: 1.5;
    padding: 0;
    color: rgb(26,26,26);
}
.cc-banner-text p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 21px;
}

.cc-banner-text span {
    display: block;
    text-align: center;
    /* margin-top: 10px;
    margin-bottom: 10px; */
}
.cc-banner-text span a {
    /* font-size: 12px; */
    text-decoration: underline;
}
.cc-btn {
    display: flex;
    flex-direction: row;
}
.cc-btn-accept-all, .cc-btn-accept-required {
    /*margin: 0 0 0 12px;*/
    /*font-size: 13px;*/
    /*text-align: center;*/
    /*width: 100%;*/
    /*display: block;*/
    display: flex;
    width: 45%;
}
.cc-btn-accept-all {
    text-align: right;
    display: flex;
    width: 45%;
}
.cc-btn-accept {
    /*background-color: #db211b!important;*/
    color: #ffffff;
    /*font-weight: 700;*/
    font-size: 13px;
    line-height: 33px;
    text-align: center;
    padding: 2px calc(1em + 1px);
    background-color: transparent;
    /*width: 95%;*/
    width: 100%;
    border-radius: 20px;
    border: 1px;
}
.cc-btn-accept-required .cc-btn-accept {
    border: 1px solid;
}
.cc-btn-more-info-wrapper {
    order: 1;
    margin: 0!important;
    max-width: 200px;
}

hr.line {
    margin-bottom: 15px;
    margin-top: 15px;
    border: 0 solid #bbbbbd;
    border-bottom-width: 1px;
}

.cc-options {
    /*display: block;
    width: 100%;
    position: relative;
    table-layout: fixed;
    border-collapse: separate;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;*/
    text-align: left;
    position: unset;
}
/*
.cc-option {
    position: absolute;
    opacity: 0;
    z-index: -1;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
}
.cc-option-item {
    width: 33.33%;
    position: relative;
    border: 0 solid transparent;
    border-width: 5px 10px;
    display: block;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 1 1 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    float: left;
    vertical-align: top;
}
.cc-option-label {
    padding-left: 30px;
    text-indent: -30px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
}
.cc-option-label:before {
    display: inline-block;
    vertical-align: middle;
    position: relative;

    font-weight: normal;
    font-style: normal;
    text-align: center;
    text-decoration: none!important;
    white-space: nowrap;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    content: "";
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 8px;
    margin-top: -3px;
    border: 1px solid #878789;
    background-color: #fff;
    font-size: 20px;
    text-indent: -1px;
    transition: opacity .25s;
    box-sizing: content-box;
}*/
.cc-chk-container {
    display: inline-block;
    width: 32%;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 992px) {
    .cc-chk-container {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .cc-banner-content {
        max-height: unset;
        left: 0;
        bottom: 0;
    }
    .cc-banner-content h1 {
        line-height: 25px;
        margin-bottom: 7px;
    }
    .cc-btn-accept {
        width: 100%;
        margin-top: 15px;
    }
    .cc-btn {
        flex-direction: column !important;
    }
    .cc-btn-accept-all {
        margin: 0;
    }
    .cc-btn-accept-required, .cc-btn-accept-all {
        width: 100%;
    }
}

.cookie-infobox {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 16px;
    margin-left: -2px;
    cursor: pointer;
}
.cookie-infobox span {
    display: block;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #9d9d9d;
    background-color: transparent;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    top: -2px;
    left: 0px;
}
.cookie-info-line {
    margin-bottom: 1.5em;
    margin-top: .5em;
    font-size: 12px;
    text-align: left;
}
.cookie-info-line.hidden {
    display: none;
}
.cookie-info-line strong {
    color: #000000;
}
.cookie-info-line p {
    font-size: 12px;
    line-height: 16px;
}

.cc-chk-container.enabled {
    color: #000;
}

/* Hide the browser's default checkbox */
.cc-chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.cc-chk-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cc-chk-container:hover input ~ .cc-chk-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/*.cc-chk-container input:checked ~ .cc-chk-checkmark {
    background-color: #000;
}*/

/* Create the checkmark/indicator (hidden when not checked) */
.cc-chk-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cc-chk-container input:checked ~ .cc-chk-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cc-chk-container .cc-chk-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #878789;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cc-btn {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.consent-btn {
    display: inline-block;
    border: 1px solid;
}
.consent-btn a {
    margin: 2px 5px;
}