.cc-window *{
    font-size: 16px !important;
}  

.cc-window {
    display: inline-table;
}  

.cc-window img {
    vertical-align: inherit;
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link a,
.cc-revoke:hover {
    text-decoration: underline;
    color: #000;
}

.cc-link span {
    white-space: nowrap;
}

.cc-revoke,
.cc-window {
    background-color: #fff;
    scrollbar-width: none;
    max-width: 800px;
    max-height: 60vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    font-family: 'Neue Haas Unica W01 Regular', 'HelveticaNeueW01-55Roma', sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    z-index: 9999;
	overflow: scroll;
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
    position: fixed;
}

@-moz-document url-prefix() {
    .cc-window {
        top: unset !important;
    }
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 1em;
}

.cc-window.cc-banner {
    width: 100%;
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 20px !important;
    margin-bottom: 1rem;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}



.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: 1em;
    border-width: 0;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-banner .cc-message {
    padding: 20px;
    padding-bottom: 0;
    font-size: 12px;
}

.cc-compliance {
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
    
}

.cc-compliance>.cc-btn {
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

.cc-link {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

.cc-checkboxes,
.cc-header {
    padding: 20px;
}

.cc-checkboxes {
    padding-top: 0;
    padding-botttom: 0;
}

.cc-checkbox {
    margin-bottom: 10px;
}

.cc-checkbox-all span,
.cc-checkbox span {
    display: block;
    margin-left: 1.5em;
}

.cc-checkbox label {
    display: flow-root !important;
}

.cc-checkbox-all {
    margin-right: -20px;
    margin-left: -20px;
    padding: 10px 20px;
}

.cc-checkbox b {
}

.cc-checkboxes-text {
    margin-bottom: 10px;
}

.cc-checkboxes-title {
    margin-bottom: 10px;
}

.cc-btn {
    padding-right: 1em;
    //position: absolute;
    //bottom: 0;
    width: 100%;
}

.cc-link img {
    height: 9px;
}

.cc-btn img {
    height: 24px;
    margin-bottom: -8px;
    margin-top: -2px;

}

.cookieconsent-open {
    bottom: -50px;
}

.cookie-overlay .cc-btn {
    padding-bottom: 10px;
}

.cookie-overlay .cookie-message {
    max-width: 250px;
}

.cc-overlay {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8888;
}

.cc-window input {
    display: inline !important;
    float: left;
    margin-top: 3px;
}

.portal-vbw .cc-window input {
    opacity: 0;
}

.cc-window label {
    cursor: pointer;
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:1024px) {
    
    .cc-window * {
        font-size: 14px !important;
    } 
         

     
    .cc-btn {
        white-space: normal
    }

    .cc-window.cc-floating {
        max-width: 560px;
    }

}

@media screen and (max-width: 670px) and (orientation:portrait),
screen and (max-width: 736px) and (orientation:landscape) {

    .cc-header {
        margin-bottom: 0;
    }

    .cc-revoke,
    .cc-window {
        max-height: 80vh;
        width: 100%;
        padding: 0 !important;
    }

    .cc-message {
        padding: 20px;
        padding-bottom: 0;
    }

    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }
    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
        max-height: 90vh;
        max-width: 90vw;
    } 
    
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}