/* https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css */
.cc-window{opacity:1;transition:opacity 1s ease}.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,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.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;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.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{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.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 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.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}

/* Customizations */
body.no-scroll {
    overflow: hidden
}

.cc-revoke, .cc-window {
    font-family: "Source Sans Pro", Arial, sans-serif
}

.cc-revoke, .cc-revoke label, .cc-revoke .control-label, .cc-window, .cc-window label, .cc-window .control-label {
    font-size: 12px
}

@media (min-width: 768px) {
    .cc-revoke, .cc-revoke label, .cc-revoke .control-label, .cc-window, .cc-window label, .cc-window .control-label {
        font-size: 16px
    }
}

.cc-window *, .cc-window *:before, .cc-window *:after {
    box-sizing: border-box !important
}

.cc-revoke {
    top: auto;
    left: 0;
    bottom: 0
}

.cc-window-blocker {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998
}

.cc-window.cc-invisible ~ .cc-window-blocker {
    display: none
}

.cc-compliance {
    clear: both;
    display: flex;
    flex: none;
    flex-direction: column;
    align-items: flex-end
}

@media (min-width: 768px) {
    .cc-compliance {
        flex-direction: row
    }
}

.cc-compliance .cc-btn {
    flex: 1 0 auto !important;
    width: 100%
}

@media (min-width: 768px) {
    .cc-compliance .cc-btn {
        width: auto
    }
}

@media (min-width: 1200px) {
    .cc-compliance .cc-btn {
        flex: 0 1 auto !important
    }
}

.cc-window.cc-floating {
    max-width: none
}

.cc-imprint {
    clear: both
}

.cc-imprint a {
    display: inline-block
}

.cc-header {
    color: #1d1d1b;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700
}

@media (min-width: 768px) {
    .cc-header {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px
    }
}

.cc-highlight .cc-btn {
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    padding: 6px 12px
}

@media (min-width: 768px) {
    .cc-highlight .cc-btn {
        padding: 5px 25px;
        line-height: 30px
    }
}

.cc-highlight .cc-btn:hover, .cc-highlight .cc-btn:focus {
    text-decoration: none !important
}

.cc-highlight .cc-btn + .cc-btn {
    margin-top: 5px
}

@media (max-width: 767px) {
    .cc-highlight .cc-btn + .cc-btn {
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .cc-highlight .cc-btn + .cc-btn {
        margin-top: 0
    }
}

@media (max-width: 1199px) {
    .cc-highlight .cc-btn.cc-moreinfo {
        display: none
    }
}

.cc-highlight .cc-btn:nth-child(n) {
    border-color: #1d1d1b
}

.cc-highlight .cc-btn:nth-child(n):hover, .cc-highlight .cc-btn:nth-child(n):focus {
    text-decoration: none
}

.cc-highlight .cc-btn:last-child {
    background: #1d1d1b;
    border-color: #1d1d1b;
    color: white
}

.cc-compliance {
    justify-content: flex-end
}

.cc-floating .cc-compliance > .cc-btn {
    flex: 0
}

.cc-window.cc-popup {
    width: 90%;
    max-width: 990px;
    left: 50%;
    transform: translateX(-50%);
    top: 5%;
    max-height: 90vh;
    overflow: hidden;
    background: white;
    padding: 0;
    display: flex
}

.cc-window.cc-popup .cc-content {
    flex: 1 0 auto;
    overflow: hidden;
    overflow-y: auto;
    padding: 1em;
    left: 0;
    width: 100%;
    max-height: calc(90vh - 83px)
}

@media (min-width: 768px) {
    .cc-window.cc-popup .cc-content {
        padding: 2em;
        width: 100%;
        top: 5%;
        box-shadow: none
    }
}

.cc-window.cc-popup .cc-content .cc-moreinfolink {
    display: inline-block
}

@media (min-width: 768px) {
    .cc-window.cc-popup .cc-content .cc-moreinfolink {
        display: none
    }
}

.cc-window.cc-popup .cc-buttons {
    flex: 1 0 auto;
    max-height: 83px;
    border-top: 1px dotted #CCC;
    background: white;
    padding: 5px;
    height: 83px
}

@media (min-width: 768px) {
    .cc-window.cc-popup .cc-buttons {
        height: auto;
        position: static
    }
}

.cc-description-wrap + .cc-description-wrap {
    margin-top: 1em
}

.cc-cookiedescription-wrap {
    clear: both
}

.cc-cookiedescription-wrap .cc-cookiedescription-toggle {
    float: right
}

.cc-cookiedescription-wrap .cc-cookiedescription-toggle .show {
    display: inline-block !important
}

.cc-cookiedescription-wrap .cc-cookiedescription-toggle .hide {
    display: none !important
}

.cc-cookiedescription-wrap .cc-cookiedescription {
    clear: both;
    display: none
}

.cc-cookiedescription-wrap .cc-cookiedescription-toggle.open .show {
    display: none !important
}

.cc-cookiedescription-wrap .cc-cookiedescription-toggle.open .hide {
    display: inline-block !important
}

.cc-cookiedescription-wrap .cc-cookiedescription-toggle.open ~ .cc-cookiedescription {
    display: block
}

.cc-description-title {
    font-weight: bold
}

.cc-cookielist {
    display: flex;
    flex-wrap: wrap
}

.cc-cookielist .cc-cookie-checkbox {
    margin-right: 2em;
    margin-bottom: 1em
}

.cc-checkbox-wrap > label {
    white-space: nowrap;
    position: relative;
    margin: 0
}

.cc-checkbox-wrap > label input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    opacity: 0
}

.cc-checkbox-wrap > label .cc-checkbox-label {
    padding-left: 30px
}

.cc-checkbox-wrap > label .cc-checkbox-label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #1d1d1b;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.cc-checkbox-wrap > label .cc-checkbox-label:after {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%) translateY(-1px) rotate(-50deg);
    transform-origin: center center;
    content: '';
    width: 10px;
    height: 5px;
    border-left: 2px solid #1d1d1b;
    border-bottom: 2px solid #1d1d1b;
    opacity: 0
}

.cc-checkbox-wrap > label input[type='checkbox']:disabled ~ .cc-checkbox-label {
    color: #AAA
}

.cc-checkbox-wrap > label input[type='checkbox']:disabled ~ .cc-checkbox-label:before {
    border-color: #CCC;
    background-color: #EEE
}

.cc-checkbox-wrap > label input[type='checkbox']:disabled ~ .cc-checkbox-label:after {
    border-color: #CCC
}

.cc-checkbox-wrap > label input[type='checkbox']:hover ~ .cc-checkbox-label:after {
    opacity: 0.5
}

.cc-checkbox-wrap > label input[type='checkbox']:checked ~ .cc-checkbox-label:after {
    opacity: 1
}
