/*
                    __   _                                       __                 
  _________  ____  / /__(_)__  _________  ____  ________  ____  / /_ _______________
 / ___/ __ \/ __ \/ //_/ / _ \/ ___/ __ \/ __ \/ ___/ _ \/ __ \/ __// ___/ ___/ ___/
/ /__/ /_/ / /_/ / ,< / /  __/ /__/ /_/ / / / (__  )  __/ / / / /__/ /__(__  |__  ) 
\___/\____/\____/_/|_/_/\___/\___/\____/_/ /_/____/\___/_/ /_/\__(_)___/____/____/  
                                                                                    
*/                                                                                    

/* -----------------------------------------------
CONSENT GENERAL
----------------------------------------------- */

html.noscroll {
    overflow: hidden;
    position: relative;
}
*,
.cookieconsent {
    box-sizing: border-box !important; 
}
.cookieconsent button {
    font: inherit !important;
}
.cookieconsent p {
    margin-bottom: 1rem !important;
    line-height: 1.5 !important;
}
.cookieconsent .cookieconsent-content {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 1rem;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transition: ease-in-out .25s;
    transform: scale(.9) translateY(-50%);
    z-index: 10010;
    font-size: 16px;
    text-shadow: none !important;
    box-shadow: none !important;
    visibility: hidden;
    opacity: 0;
}
.cookieconsent .cookieconsent-content.opened {
    transform: scale(1) translateY(-50%);
    visibility: visible;
    opacity: 1;
}
.cookieconsent .cookie-overview {
    display: table;
    max-width: 465px;
    width: 100%;
    min-height: inherit;
    height: 0;
    margin: 0 auto;
}
.cookieconsent .cookie-overview,
.cookieconsent .row {
    box-shadow: 0px 0px 15px -5px #000;
    border-radius: 25px;
}
.cookieconsent .cookie-overview.hide {
    display: none;
}
.cookieconsent .cookie-info {
    position: relative;
    display: table-cell;
    background: #fff;
    padding: 3rem;
    border-radius: 25px;
    color: #000;
}
.cookieconsent .cookie-info .cookie-buttons {
    display: table;
    margin: 1rem -.25rem -.25rem -.25rem;
    text-align: right;
    width: calc(100% + .5rem);
}
.cookieconsent .cookie-info a {
    color: #0a69ce !important;
    font-weight: bold;
}
.cookie-logo {
    margin: 0 auto 3rem;
    display: block;
    max-width: 150px;
    max-height: 40px;
    height: auto;
    width: auto;
}
.cookieconsent .row {
    display: table;
    width: 100%;
    min-height: 625px;
    height: 0;
    margin: 0 auto !important;
}
.cookieconsent .col-sm-8::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
.cookieconsent .col-sm-8::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.cookieconsent .col-sm-8::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0 0 0 / 25%);
}
.cookieconsent .col-sm-8::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
.cookieconsent .col-sm-8::-webkit-scrollbar-corner {
    background-color: transparent;
}
.cookieconsent .row.hide {
    display: none;
}
.cookieconsent .col-sm-8,
.cookieconsent .col-sm-4 {
    position: relative;
    display: table-cell;
    padding: 3rem;
    vertical-align: top;
}
.cookieconsent .col-sm-8 {
    width: 62.5%;
    background: #efefef;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    text-align: left;
}
.cookieconsent .col-sm-4 {
    width: 37.5%;
    background: #fff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: 1;
    box-shadow: 5px 0px 10px -5px #bdbdbd;
}
.cookieconsent .col-sm-4 div {
    padding: 1rem;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    background: #0a69ce;
    color: #ffffff;
}
.cookieconsent .col-sm-4 button {
    position: relative;
    display: block;
    padding: 1.4rem;
    font-size: .9rem !important;
    margin-bottom: 1rem;
    cursor: pointer;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: left;
    background: #efefef;
    outline: none;
    transition: all .25s;
    text-shadow: none !important;
    box-shadow: none !important;
    height: auto !important;
    color: #0a69ce;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold !important;
}
.cookieconsent .col-sm-4 button:last-child {
    margin-bottom: 0;
}
.cookieconsent .col-sm-4 button:hover,
.cookieconsent .col-sm-4 button:active,
.cookieconsent .col-sm-4 button:focus,
.cookieconsent .col-sm-4 button.active {
    color: #000;
    border-color: #efefef;
    background: none;
}
.cookieconsent .col-sm-4 button i {
    padding-right: 1rem;
    width: 25px;
    color: inherit !important;
}
.cookieconsent .cookie-list > div:not(.cookie-buttons) {
    display: none;
}
.cookieconsent .cookie-list > div.visible {
    display: block;
}
.cookieconsent .cookie-list > div > div a {
    color: #0a69ce !important;
    font-weight: bold;
}
.cookieconsent .cookie-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: 410px;
    color: #000;
}
.cookieconsent .cookie-list::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
.cookieconsent .cookie-list::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.cookieconsent .cookie-list::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0 0 0 / 25%);
}
.cookieconsent .cookie-list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
.cookieconsent .cookie-list::-webkit-scrollbar-corner {
    background-color: transparent;
}
.cookieconsent .cookie-content.on,
.cookieconsent .cookie-content.off {
    background: none;
    color: inherit;
}
.cookieconsent .col-sm-8 .cookie-content {
    cursor: pointer;
}
.cookieconsent .col-sm-8 .cookie-content {
    display: block;
    padding: 1rem 0;
    margin-top: 1.5rem;
}
.cookieconsent .cookie-content span {
    padding-left: .5rem;
    display: table-cell;
    vertical-align: middle;
}
.cookieconsent .cookie-headline {
    font-size: 24px;
    font-weight: bold;
    margin: 0 !important;
}
.cookieconsent h1 {
    margin: 0;
}
.cookieconsent .cookie-switch {
    display: table;
}
.cookieconsent .change-cookie {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    display: table-cell;
    position: relative;
    cursor: pointer;
    margin: 0px;
    vertical-align: middle;
    border: none;
    padding: 2px;
    width: 50px;
    height: 30px;
    background-color: #dddddd;
    border-radius: 30px;
}
.cookieconsent .cookie-required .change-cookie.active::before {
    background: #c5c5c5 !important;
}
.cookieconsent .change-cookie::before,
.cookieconsent .change-cookie::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
}
.cookieconsent .change-cookie::before {
    right: 1px;
    background-color: #d52020;
    border-radius: 30px;
    transition: background 0.4s;
}
.cookieconsent .change-cookie.active::before {
    background-color: #047d00;
}
.cookieconsent .change-cookie::after {
    width: 26px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
    height: 26px;
    top: 2px;
    left: 2px;
    bottom: 2px;
}
.cookieconsent .change-cookie.active::after {
    left: 22px;
}
.cookieconsent .cookie-show-details {
    display: inline;
    cursor: pointer;
    appearance: none;
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
    outline: none !important;
    background: none !important;
    color: #505050 !important;
    padding: 0 .25rem 0 0 !important;
    text-align: left !important;
}
.cookieconsent .cookie-show-details:hover,
.cookieconsent .cookie-show-details:active,
.cookieconsent .cookie-show-details:focus,
.cookieconsent .cookie-show-details:hover + i,
.cookieconsent .cookie-show-details:active + i,
.cookieconsent .cookie-show-details:focus + i {
    color: #000 !important;
}
.cookieconsent .cookie-show-details + i {
    color: #757575 !important;
    font-size: .75rem;
    transition: all .25s;
}
.cookieconsent .cookie-show-details + i.rotate {
    transform: rotate(180deg);
}
.cookieconsent .cookie-details {
    display: none;
}
.cookieconsent .cookie-details table {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-top: 1rem;
    border-spacing: 0;
    word-break: break-word;
}
.cookieconsent .cookie-details table th:nth-of-type(1) {
    width: 20%;
}
.cookieconsent .cookie-details table th:nth-of-type(2) {
    width: 60%;
}
.cookieconsent .cookie-details table th:nth-of-type(3) {
    width: 20%;
}
.cookieconsent .cookie-details table th,
.cookieconsent .cookie-details table td {
    border-bottom: 1px solid #bfbfbf;
    padding: 1rem;
    vertical-align: top;
}
.cookieconsent .cookie-content span {
    padding-left: .75rem;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    transition: color .4s;
}
.cookieconsent .cookie-required .cookie-content span {
    color: #505050 !important;
}
.cookieconsent .change-cookie + span {
    color: #d52020;
}
.cookieconsent .change-cookie.active + span {
    color: #047d00;
}
.cookieconsent .col-sm-8 .cookie-buttons {
    position: absolute;
    bottom: 4rem;
    margin: -.25rem;
    left: 3rem;
    right: 3rem;
}
.cookieconsent .cookie-buttons button {
    width: calc(50% - .5rem);
    display: table-cell;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none;
    border: 1px solid;
    transition: all .25s;
    padding: .75rem 1rem;
    border-radius: 25px;
    cursor: pointer;
    box-sizing: border-box;
    height: auto !important;
    color: #000;
    margin: .25rem;
    float: left;    
}
.cookieconsent .cookie-buttons .cookie-accept-all {
    background: transparent;
    color: #0a69ce;
    border-color: #0a69ce;
}
.cookieconsent .cookie-buttons .cookie-reject-all {
    background: transparent;
    color: #d52020;
    border-color: #d52020;
}
.cookieconsent .col-sm-8 .cookie-buttons .cookie-accept-all {
    background: #0a69ce;
    color: #FFF;
    border-color: #0a69ce;
}
.cookieconsent .cookie-buttons .cookie-accept-all:hover,
.cookieconsent .cookie-buttons .cookie-accept-all:focus,
.cookieconsent .cookie-buttons .cookie-accept-all:active {
    background: #0a69ce;
    color: #FFF;
}
.cookieconsent .cookie-buttons .cookie-reject-all:hover,
.cookieconsent .cookie-buttons .cookie-reject-all:focus,
.cookieconsent .cookie-buttons .cookie-reject-all:active {
    background: #d52020;
    color: #FFF;
}
.cookieconsent .cookie-buttons .cookie-save,
.cookieconsent .cookie-buttons .cookie-configure {
    background: transparent;
    border-color: #0a69ce;
    color: #0a69ce;
}
.cookieconsent .cookie-buttons .cookie-save:hover,
.cookieconsent .cookie-buttons .cookie-save:focus,
.cookieconsent .cookie-buttons .cookie-save:active,
.cookieconsent .cookie-buttons .cookie-configure:hover,
.cookieconsent .cookie-buttons .cookie-configure:focus,
.cookieconsent .cookie-buttons .cookie-configure:active {
    background: #0a69ce;
    color: #ffffff;
}
.cookieconsent-shade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: transparent;
    transition: all .25s;
    z-index: 10009;
}
.cookieconsent-shade.cover {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}
.cookieconsent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cookieconsent li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cookie-notice {
    display: table;
    width: 100%;
    line-height: normal;
}
.cookie-notice i {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border: 2px dashed;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 55px;
}
.cookie-notice > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cookie-notice p:first-of-type {
    font-weight: bold;
    font-size: 1.5rem;
}
.cookie-notice p {
    display: block;
    margin-bottom: .75rem;
}
.cookie-notice .button {
    margin: 0;
}

/* -----------------------------------------------
MEDIA-QUERIES
----------------------------------------------- */
@media screen and (min-width: 901px) {
    .cookieconsent .col-sm-8 .cookie-content:first-child {
        margin-top: 0;
    }
    .cookieconsent .col-sm-8 .cookie-content.general {
        margin-top: 0;
    }
    .cookieconsent .cookie-details table tr:last-child td {
        border-bottom: 0;
    }
}
@media screen and (max-width: 900px) and (orientation:landscape) {
    .cookieconsent .cookieconsent-content {
        height: 300px !important;
    }
    .cookieconsent .cookie-overview {
        height: calc(300px - 1rem) !important;
    }
    .cookieconsent .row {
        height: calc(300px - 1rem) !important;
    }
}
@media screen and (max-width: 900px) {
    .cookieconsent .cookieconsent-content {
        padding: .5rem;
        min-height: auto;
        max-width: none;
        font-size: 13px;
    }
    .cookieconsent .col-sm-8 .cookie-content.general {
        padding: 0;
    }
    .cookieconsent .cookie-overview {
        height: inherit;
    }
    .cookieconsent .cookie-info {
        padding: 2rem;
        height: inherit;
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .cookieconsent .cookie-info-wrap {
        height: auto;
    }
    .cookieconsent .cookie-info-wrap > * {
        display: block;
    }
    .cookie-logo {
        margin: 0 auto 2rem;
        height: 50px;
        width: auto;
    }
    .cookieconsent .row {
        height: 465px;
        max-width: 465px;
        min-height: auto;
    }
    .cookieconsent .col-sm-4,
    .cookieconsent .col-sm-8 {
        width: 100%;
    }
    .cookieconsent .col-sm-4 {
        display: none;
    }
    .cookieconsent .col-sm-8 {
        display: block;
        padding: 0 2rem;
        height: inherit;
        border-radius: 25px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .cookieconsent .cookie-list {
        height: auto;
    } 
    .cookieconsent .cookie-list > div {
        display: block !important;
    }
    .cookieconsent .cookie-headline {
        font-size: 20px;
    }
    .cookieconsent .cookie-buttons {
        position: relative;
        bottom: 0;
    }
    .cookieconsent .row .cookie-buttons {
        margin-top: .75rem;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .cookieconsent .cookie-details table th,
    .cookieconsent .cookie-details table td {
        display: block !important;
        width: 100% !important;
    }
    .cookieconsent .cookie-details table tr:last-child td:last-child {
        border-bottom: 0;
    }
    .cookieconsent .cookie-buttons button {
        font-size: 14px;
        padding: .75rem .25rem;
    }
    .cookieconsent .cookie-buttons .cookie-save {
        margin-bottom: 2rem;
    }
}

/* -----------------------------------------------
DARKMODE
----------------------------------------------- */

body.dark .cookieconsent .cookie-info {
    background: #212121;
    color: #FFF;
}
body.dark .cookieconsent .cookie-info a {
    color: #FFF !important;
}
body.dark .cookieconsent .cookie-list {
    color: #FFF;
}
body.dark .cookieconsent .cookie-list::-webkit-scrollbar-thumb {
    background-color: rgb(255 255 255 / 15%);
}
body.dark .cookieconsent .col-sm-4 {
    background: #212121;
    box-shadow: 5px 0px 10px -5px #131313;
}
body.dark .cookieconsent .col-sm-8 {
    background: #313131;
}
body.dark .cookieconsent .col-sm-4 button {
    background: #313131;
    color: #FFF;
}
body.dark .cookieconsent .col-sm-4 button:hover,
body.dark .cookieconsent .col-sm-4 button:active,
body.dark .cookieconsent .col-sm-4 button:focus,
body.dark .cookieconsent .col-sm-4 button.active {
    color: #FFF;
    border-color: #FFF;
    background: none;
}
body.dark .cookieconsent .col-sm-4 div {
    background: #FFF;
    color: #212121;   
}
body.dark .cookieconsent .change-cookie {
    background: #212121;
}
body.dark .cookieconsent .change-cookie::before {
    background: #FFF;
}
body.dark .cookieconsent .change-cookie::after {
    background: #313131;
}
body.dark .cookieconsent .change-cookie + span {
    color: #dcdcdc;
}
body.dark .cookieconsent .cookie-show-details {
    color: #dcdcdc !important;
}
body.dark .cookieconsent .cookie-show-details + i {
    color: #dcdcdc !important;
}
body.dark .cookieconsent .cookie-list > div > div a {
    color: #fff !important;
}
body.dark .cookieconsent .cookie-buttons .cookie-save,
body.dark .cookieconsent .cookie-buttons .cookie-configure {
    background: transparent;
    border-color: #FFF;
    color: #FFF;
}
body.dark .cookieconsent .cookie-buttons .cookie-accept-all {
    background: transparent;
    border-color: #FFF;
    color: #FFF;
}
body.dark .cookieconsent .cookie-buttons .cookie-accept-all:hover,
body.dark .cookieconsent .cookie-buttons .cookie-accept-all:focus,
body.dark .cookieconsent .cookie-buttons .cookie-accept-all:active {
    background: #FFF;
    color: #212121;
}
body.dark .cookieconsent .cookie-buttons .cookie-reject-all {
    background: transparent;
    color: #FFF;
    border-color: #FFF;
}
body.dark .cookieconsent .cookie-buttons .cookie-reject-all:hover,
body.dark .cookieconsent .cookie-buttons .cookie-reject-all:focus,
body.dark .cookieconsent .cookie-buttons .cookie-reject-all:active {
    background: #FFF;
    color: #212121;
}
body.dark .cookieconsent .col-sm-8 .cookie-buttons .cookie-accept-all {
    background: #FFF;
    border-color: #FFF;
    color: #212121;
}
body.dark .cookieconsent .cookie-buttons .cookie-save:hover,
body.dark .cookieconsent .cookie-buttons .cookie-save:focus,
body.dark .cookieconsent .cookie-buttons .cookie-save:active,
body.dark .cookieconsent .cookie-buttons .cookie-configure:hover,
body.dark .cookieconsent .cookie-buttons .cookie-configure:focus,
body.dark .cookieconsent .cookie-buttons .cookie-configure:active {
    background: #FFF;
    color: #212121;
}
body.dark .cookie-notice > div {
    color: #FFF;
}
