/* range sliders */



.dwcc-cookieconsent input[type=range].dwcc-rangeslider {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background-color: transparent;
}
.dwcc-cookieconsent input[type=range].dwcc-rangeslider::-moz-focus-outer {
  border: 0 none;
}
.dwcc-cookieconsent input[type=range].dwcc-rangeslider:focus {
  outline: 0 none;
}
.dwcc-cookieconsent input[type=range].dwcc-rangeslider::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: rgba(155,155,155, 0.4);
  border-radius: 50px;
  border: 0px solid;
}


.dwcc-cookieconsent input[type=range].dwcc-rangeslider::-webkit-slider-thumb {
  -webkit-box-shadow: 1px 1px 1px #353535;
          box-shadow: 1px 1px 1px #353535;
  border: 1px solid #111;
  background: #444;
  height: 31px;
  width: 32px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
.dwcc-cookieconsent input[type=range].dwcc-rangeslider::-moz-range-thumb {
  box-shadow: 1px 1px 1px #353535;
  border: 1px solid #111;
  background: #444;
  height: 31px;
  width: 32px;
  border-radius: 50px;
  cursor: pointer;
}
.dwcc-cookieconsent input[type=range].dwcc-rangeslider:focus::-webkit-slider-runnable-track {
  background: rgba(155,155,155, 0.4);
}
.dwcc-cookieconsent input[type=range].dwcc-rangeslider::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: rgba(155,155,155, 0.4);
  border-radius: 50px;
  border: 0px solid;
}


.dwcc-cookieconsent input[type=range].dwcc-rangeslider::-ms-tooltip {
  display: none;
}

.dwcc-cookieconsent input[type=range].dwcc-rangeslider::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  overflow: visible;
  border-color: transparent;
  border-width: 15px 0;
}

.dwcc-cookieconsent input[type=range].dwcc-rangeslider::-ms-fill-lower {
  background: rgba(155,155,155, 0.4);
  border: 0px solid;
  border-radius: 100px;
  overflow: visible;
}

.dwcc-cookieconsent input[type=range].dwcc-rangeslider::-ms-fill-upper {
  background: rgba(155,155,155, 0.4);
  border: 0px solid;
  border-radius: 100px;
  overflow: visible;
}

.dwcc-cookieconsent input[type=range].dwcc-rangeslider::-ms-thumb {
  border: 1px solid #111;
  background: #444;
  box-shadow: 1px 1px 1px #353535;
  height: 31px;
  width: 32px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 100;
}
@supports (-ms-ime-align:auto) {
  .dwcc-cookieconsent input[type=range].dwcc-rangeslider::-ms-thumb {
    margin-bottom: -11px;
  }
}
.dwcc-cookieconsent input[type=range].dwcc-rangeslider:focus::-ms-fill-lower {
  background: rgba(155,155,155, 0.4);
}
.dwcc-cookieconsent input[type=range].dwcc-rangeslider:focus::-ms-fill-upper {
  background: rgba(155,155,155, 0.4);
}


.dwcc-cookieconsent .dwcc-type-rangeslider {
  margin-top: 20px;
  width: 100%;
  float: left;
}
.dwcc-cookieconsent .dwcc-rangeslider-wrp.vertical {
  float: left;
  width: 1px;
  height: 1px;
  overflow: visible;
  padding: 0 24px;
}
.dwcc-cookieconsent .dwcc-rangeslider-wrp.vertical .dwcc-rangeslider {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    position: relative;
    display: block;
    margin: 0;
    /* width: 232px; */
    width: 302px;

  }
@supports (-ms-ime-align:auto) {
  .dwcc-cookieconsent .dwcc-rangeslider-wrp.vertical .dwcc-rangeslider {
    top: -20px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dwcc-cookieconsent .dwcc-rangeslider-wrp.vertical .dwcc-rangeslider {
    top: -40px;
    left: -7px;
  }
}
.dwcc-cookieconsent .dwcc-rangeslider-categories {
  float: left;
  margin-left: 20px;
  width: calc(43% - 100px);
}

.dwcc-cookieconsent .dwcc-rangeslider-category {
  min-height: 90px;
  position: relative;
}

.dwcc-cookieconsent .dwcc-rangeslider-category::before,
.dwcc-cookieconsent .dwcc-rangeslider-category::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: rgba(155,155,155, 0.4);
  left: -26px;
  top: 20px;
  z-index: -1;
}
.dwcc-cookieconsent .dwcc-rangeslider-category::after {
  left: -71px;
}
.dwcc-cookieconsent .dwcc-rangeslider-category .dwcc-rangeslider-label {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.dwcc-cookieconsent .dwcc-rangeslider-category p {
  margin: 0;
  font-size: 12px;
  cursor: pointer;
}
.dwcc-cookieconsent .dwcc-rangeslider-details {
  margin-left: 10%;
  margin-bottom: 1em;
  float: left;
  width: 45%;
}
.dwcc-cookieconsent .dwcc-rangeslider-details h2 {
  font-size: 1em;
  margin: 0;
}
.dwcc-cookieconsent .dwcc-rangeslider-details ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
}
.dwcc-cookieconsent .dwcc-rangeslider-details ul li {
  font-size: 15px;
  list-style-type: square;
  margin-bottom: 5px;
}

.dwcc-cookieconsent .dwcc-rangeslider-categories[data-active="1"] .dwcc-rangeslider-category[data-val="2"],
.dwcc-cookieconsent .dwcc-rangeslider-categories[data-active="1"] .dwcc-rangeslider-category[data-val="3"],
.dwcc-cookieconsent .dwcc-rangeslider-categories[data-active="1"] .dwcc-rangeslider-category[data-val="4"],
.dwcc-cookieconsent .dwcc-rangeslider-categories[data-active="1"] .dwcc-rangeslider-category[data-val="5"],
.dwcc-cookieconsent .dwcc-rangeslider-categories[data-active="2"] .dwcc-rangeslider-category[data-val="3"],
.dwcc-cookieconsent .dwcc-rangeslider-categories[data-active="2"] .dwcc-rangeslider-category[data-val="4"],
.dwcc-cookieconsent .dwcc-rangeslider-categories[data-active="2"] .dwcc-rangeslider-category[data-val="5"],
.dwcc-cookieconsent .dwcc-rangeslider-categories[data-active="3"] .dwcc-rangeslider-category[data-val="4"],
.dwcc-cookieconsent .dwcc-rangeslider-categories[data-active="3"] .dwcc-rangeslider-category[data-val="5"],
.dwcc-cookieconsent .dwcc-rangeslider-categories[data-active="4"] .dwcc-rangeslider-category[data-val="5"]
{
  opacity: 0.65;
}

.dwcc-cookieconsent .dwcc-btn.dwcc-close.dwcc-btn_close_advanced:hover{
  border-bottom: none;
  opacity: 0.75;
}


@media screen and (max-width: 800px) {
  .dwcc-cookieconsent .dwcc-rangeslider-categories {
    width: calc(100% - 80px);
    max-width: 400px;
  }
  .dwcc-cookieconsent .dwcc-rangeslider-category {
    /* height: 115px; */
    position: relative;
  }

  .dwcc-cookieconsent .dwcc-rangeslider-wrp.vertical .dwcc-rangeslider {
    margin: 0;
    /* width: 262px; */
    /* width: 302px; */
  }
  .dwcc-cookieconsent .dwcc-categories .dwcc-rangeslider-category .label {
    font-size: 14px;
  }
  .dwcc-cookieconsent .dwcc-categories .dwcc-rangeslider-category p {
    font-size: 13px;
  }
  .dwcc-cookieconsent .dwcc-rangeslider-details {
    float: none;
    clear: both;
    max-width: 500px;
    width: 100%;
    margin-left: 0px;
  }
  .dwcc-cookieconsent .dwcc-rangeslider-details h2 {
    font-size: 14px;
    margin-bottom: 0px;
    text-transform: none;
  }
  .dwcc-cookieconsent .dwcc-rangeslider-details ul,
  .dwcc-cookieconsent .dwcc-rangeslider-details li {
    display: inline;
    padding: 0;
  }
  .dwcc-cookieconsent .dwcc-rangeslider-details ul li {
    font-size: 13px;
    line-height: 1.3;
  }
  .dwcc-cookieconsent .dwcc-rangeslider-details ul {
    display: block;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .dwcc-cookieconsent .dwcc-rangeslider-details li::after {
    content: ', ';
  }
  .dwcc-cookieconsent .dwcc-rangeslider-details li:last-of-type::after {
    content: '';
  }
}
.dwcc-cookieconsent {
  position: fixed;
  z-index: 9990;
  width: 100%;
  min-width: 320px;
  display: block;
  left: 0;
  right: 0;
  border: 1px solid #eee;
  background-color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  max-height: 100vh;
  overflow: visible;
  -webkit-box-shadow:  rgba(0, 0, 0, 0.25) 0px 0px 10px -2px, rgba(0, 0, 0, 0.7) 0px 0px 20vh 30vh;
          box-shadow:  rgba(0, 0, 0, 0.25) 0px 0px 10px -2px, rgba(0, 0, 0, 0.7) 0px 0px 20vh 30vh;
  -webkit-animation: dwccFadeIn ease 750ms;
          animation: dwccFadeIn ease 750ms;
}

.dwcc-cookieconsent * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
}

.dwcc-cookieconsent .hidden {
  display: none !important;
}

.dwcc-cookieconsent *:before,
.dwcc-cookieconsent *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.dwcc-cookieconsent .dwcc-clear:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.dwcc-cookieconsent .dwcc-inner {
  padding: 0px 15px 15px 15px;
  margin: auto;
  max-width: 1280px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100vh;
}
.dwcc-cookieconsent .dwcc-box_simple .dwcc-disclaimer-text {
  text-indent: 0;
}
.dwcc-cookieconsent .dwcc-disclaimer-text h1,
.dwcc-cookieconsent .dwcc-disclaimer-text p {
  margin: 10px 0;
}

.dwcc-cookieconsent .dwcc-disclaimer-text h1 {
  margin-right: 1.5em;
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.dwcc-cookieconsent .dwcc-disclaimer-text li,
.dwcc-cookieconsent .dwcc-disclaimer-text p {
  font-size: 16px;
}
.dwcc-cookieconsent .dwcc-link {
  margin: 2px 0;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
}

.dwcc-cookieconsent .dwcc-type-button {
  margin: 0.5em 0;
  margin-right: 1em;
}
.dwcc-cookieconsent .dwcc-link:hover {
  text-decoration: underline;
}

.dwcc-cookieconsent span.dwcc-type-button {
  display: inline-block;
}

.dwcc-cookieconsent .dwcc-component-btn_close_advanced,
.dwcc-cookieconsent .dwcc-component-btn_close {
  position: absolute;
  top: 5px;
  right: 0;
  margin: 0;
}
.dwcc-cookieconsent .dwcc-close {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  font-size: 2em;
  overflow: visible;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  line-height: 1.5em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 2em;
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
}

.dwcc-cookieconsent .dwcc-close:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.dwcc-cookieconsent .dwcc-inline-childs .dwcc-component {
  display: inline-block;
}

.dwcc-cookieconsent {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.dwcc-cookieconsent h1,
.dwcc-cookieconsent h2,
.dwcc-cookieconsent p {
  color: #000;
}

.dwcc-cookieconsent li,
.dwcc-cookieconsent p {
  color: #000;
  font-size: 14px;
}

.dwcc-cookieconsent small {
  font-size: small;
}

.dwcc-cookieconsent .dwcc-button {
  padding: 0.5em 1.5em;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  padding: 7px 20px;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 15px 0 10px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.dwcc-cookieconsent .dwcc-button:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.dwcc-cookieconsent a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.dwcc-cookieconsent a:hover {
  color: #000;
  text-decoration: none;
}

.dwcc-cookieconsent p a:hover{
  border-bottom: 2px solid #000;
}

.dwcc-cookieconsent p a {
  color: #222;
  border-bottom: 2px solid #000;
  font-weight: 500;
}

.dwcc-cookieconsent.dwcc-placement-pushdown {
  position: absolute;
}

.dwcc-cookieconsent.dwcc-placement-topcover,
.dwcc-cookieconsent.dwcc-placement-pushdown {
  top: 0;
}

.dwcc-cookieconsent.dwcc-placement-bottomcover {
  bottom: 0;
}

.dwcc-cookieconsent .dwcc-type-category {
  max-width: 320px;
}

.dwcc-cookieconsent .dwcc-btn {
  cursor: pointer;
}

.dwcc-cookieconsent .dwcc-btn.dwcc-block-link {
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
  border-bottom: 2px solid #999;
  font-size: 14px;
}

.dwcc-cookieconsent .dwcc-type-category .dwcc-cat-label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  font-size: 14px;
}

.dwcc-cookieconsent .dwcc-component-box_cookies {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  background-color: rgba(125,125,125, 0.95);
  z-index: 9999;
  -webkit-animation: dwccFadeIn ease 750ms;
          animation: dwccFadeIn ease 750ms;
}

.dwcc-cookieconsent .dwcc-box_cookies {
  top: 0;
  max-width: 960px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 95%;
  width: 98%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 100px rgba(0,0,0,0.5);
          box-shadow: 0px 10px 100px rgba(0,0,0,0.5);
  position: absolute;
  margin: auto;
  background: #fff;
}

.dwcc-cookieconsent .dwcc-box_cookies .dwcc-cookies-text {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  height: 95%;
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;
}

.dwcc-cookieconsent .dwcc-box_cookies .dwcc-cookies-text::-webkit-scrollbar {
  width: 10px;
}

.dwcc-cookieconsent .dwcc-box_cookies .dwcc-cookies-text::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.dwcc-cookieconsent .dwcc-box_cookies .dwcc-cookies-text::-webkit-scrollbar-thumb {
  background-color: #222;
  border-radius: 10px;
}


.dwcc-cookieconsent .dwcc-box_cookies .dwcc-cookies-text article {
  margin: 0px 64px 64px 2.5%;
}

.dwcc-cookieconsent .dwcc-box_cookies .dwcc-component-btn_close_cookies {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  border-radius: 6px;
}

.dwcc-cookieconsent .dwcc-box_cookies .dwcc-table {
  overflow: auto;
  margin: 10px 0 40px 0;
}

.dwcc-cookieconsent .dwcc-box_cookies h2,
.dwcc-cookieconsent .dwcc-box_cookies h3,
.dwcc-cookieconsent .dwcc-box_cookies h1,
.dwcc-cookieconsent .dwcc-box_cookies h4,
.dwcc-cookieconsent .dwcc-box_cookies h5 {
  line-height: 1.1;
  margin-top: 2em;
  margin-bottom: 0.25em;
}

.dwcc-cookieconsent .dwcc-box_cookies h1 { font-size: 2.2em; margin: 0.5em 0 0 0;}
.dwcc-cookieconsent .dwcc-box_cookies h2 { font-size: 1.8em; }
.dwcc-cookieconsent .dwcc-box_cookies h3 { font-size: 1.6em; }
.dwcc-cookieconsent .dwcc-box_cookies h4 { font-size: 1.2em; font-weight: 600; }
.dwcc-cookieconsent .dwcc-box_cookies h5 { font-size: 1.1em; font-weight: 600; }

.dwcc-cookieconsent .dwcc-box_cookies table {
  border-collapse: collapse;
  border: 0 none;
  width: 100%;
}

.dwcc-cookieconsent .dwcc-box_cookies table td,
.dwcc-cookieconsent .dwcc-box_cookies table th {
  font-size: 14px;
  border: 0 none;
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
}

.dwcc-cookieconsent .dwcc-box_cookies table th {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  border-bottom: 5px solid #eee;
  text-align: left;
  padding-bottom: 0;
}

.dwcc-cookieconsent .dwcc-box_cookies table .pattern {
  width: 15%;
  word-break: break-all;
  min-width: 140px;
}


.dwcc-cookieconsent .dwcc-box_cookies table .purpose {
  width: 50%;
  min-width: 190px;
}

.dwcc-cookieconsent .dwcc-box_cookies table .expiry {
  min-width: 90px;
}

.dwcc-cookieconsent .dwcc-box_cookies table .source {
  word-break: break-all;
  -ms-hyphens: auto;
      hyphens: auto;
  min-width: 110px;
}

.dwcc-cookieconsent .dwcc-box_cookies table .third_party {
  min-width: 60px;
  text-align: center;
}

.dwcc-cookieconsent .dwcc-box_cookies table .domain {
  min-width: 80px;
  word-break: break-all;
}

.dwcc-cookieconsent .dwcc-box_cookies table .type {
  min-width: 55px;
}

.dwcc-cookieconsent .dwcc-box_cookies table .provider {
  width: 40%;
  min-width: 225px;
}

.dwcc-cookieconsent .dwcc-box_cookies table td.source,
.dwcc-cookieconsent .dwcc-box_cookies table td.expiry,
.dwcc-cookieconsent .dwcc-box_cookies table td.domain,
.dwcc-cookieconsent .dwcc-box_cookies table td.type {
  font-size: 13px;
}

.dwcc-cookieconsent .dwcc-box_cookies table .links {
  width: 20%;
  min-width: 200px;
  text-align: center;
}
.dwcc-cookieconsent .dwcc-box_cookies table .links a {
  margin: 5px 0px;
  display: inline-block;
  font-weight: 600;
}
.dwcc-cookieconsent .dwcc-box_cookies table td.links a {
  font-size: 14px;
}
.dwcc-cookieconsent .dwcc-box_cookies table .links a::before {
  content: '• ';
}
.dwcc-cookieconsent .dwcc-box_cookies dl {
  padding: 0.5em 1.5em 0.25em 1.5em;
  border-left: 5px solid #eee;
  margin: 1em 0 2em 0;
}
.dwcc-cookieconsent .dwcc-box_cookies dt {
  font-size: small;
  font-weight: bold;
}
.dwcc-cookieconsent .dwcc-box_cookies dd {
  margin: 0.5em 0em 1.5em 2em;
  font-size: small;
}

@media screen and (max-width: 800px) {
  .dwcc-cookieconsent .dwcc-box_cookies .dwcc-cookies-text {
    font-size: 2.75vw;
  }
  .dwcc-cookieconsent .dwcc-disclaimer-text h1 {
    font-size: 18px;
  }

}

@-webkit-keyframes dwccFadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes dwccFadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

/* custom theme */

.dwcc-cookieconsent.dwcc-theme-bolive {
  font-family: 'Montserrat', sans-serif;
  -webkit-animation: dwccFadeIn ease 1s;
          animation: dwccFadeIn ease 1s;
}
.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-button:hover,
.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-button {
  background-color: transparent;
  color: #000;
  border: 0.225em solid #703AA2;
  border-left: 0;
  padding: 0.4em;
  text-transform: none;
  color: #703AA2;
  font-weight: 600;
  font-size: 1em;
  position: relative;
}

.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-button::after {
  content: '';
  position: absolute;
  bottom: -0.225em;
  left: 0.225em;
  height: 0.225em;
  width: 0.225em;
  background-color: #fff;
}

.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-button:hover::after {
  -webkit-animation: btnanim 3000ms ease-in-out;
          animation: btnanim 3000ms ease-in-out;
}
@-webkit-keyframes btnanim {
  50% { left: calc(100% - 0.225em) }
}
@keyframes btnanim {
  50% { left: calc(100% - 0.225em) }
}



.dwcc-cookieconsent.dwcc-theme-bolive a {
  color: #262626;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.dwcc-cookieconsent.dwcc-theme-bolive  .dwcc-box_cookies table .links a {
  font-weight: 500;
}
.dwcc-cookieconsent.dwcc-theme-bolive a:hover {
  color: #703AA2;
  text-decoration: none;
  border: 0 none;
}

.dwcc-cookieconsent.dwcc-theme-bolive input[type=range].dwcc-rangeslider::-webkit-slider-thumb {
  border: 1px solid #703AA2;
  background: #703AA2;
  -webkit-box-shadow: rgba(0,0,0,0.25) 0px 0px 3px -1px;
          box-shadow: rgba(0,0,0,0.25) 0px 0px 3px -1px;
}

.dwcc-cookieconsent.dwcc-theme-bolive input[type=range].dwcc-rangeslider::-moz-range-thumb {
  border: 1px solid #703AA2;
  background: #703AA2;
  box-shadow: rgba(0,0,0,0.25) 0px 0px 3px -1px;
}
.dwcc-cookieconsent.dwcc-theme-bolive input[type=range].dwcc-rangeslider::-ms-thumb {
  border: 1px solid #703AA2;
  background: #703AA2;
  box-shadow: rgba(0,0,0,0.25) 0px 0px 3px -1px;
}

.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-box_cookies .dwcc-cookies-text::-webkit-scrollbar-track {
  border-radius: 3px;
}
.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-box_cookies .dwcc-cookies-text::-webkit-scrollbar-thumb {
  background-color: #703AA2;
  border-radius: 3px;
}
.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-box_cookies .dwcc-cookies-text::-webkit-scrollbar {
  width: 14px;
}

.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-rangeslider-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-link {
  font-family: 'Montserrat', sans-serif;
  margin-left: 1em;
}
.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-link::before, .dwcc-cookieconsent .dwcc-btn.dwcc-block-link::before {
  content: '> ';
  color: #777;
  position: relative;
  display: inline-block;
  margin-right: 0.3em;
  -webkit-transform: scale(1, 1.75);
      -ms-transform: scale(1, 1.75);
          transform: scale(1, 1.75);
  font-weight: 600;
}

.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-close {
  font-weight: 700;
}

.dwcc-cookieconsent.dwcc-theme-bolive p a {
  border-bottom: 0 none;
}
.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-disclaimer-text h1 {
  font-weight: 900;
  font-size: 1em;
}

.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-box_cookies h1 {
  font-size: 2.2em;
}
.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-box_cookies h2 {
  font-size: 1.8em;
}
.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-box_cookies h3 {
  font-size: 1.5em;
}
.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-box_cookies h4 {
  font-size: 1.2em;
}
.dwcc-cookieconsent.dwcc-theme-bolive .dwcc-box_cookies h5 {
  font-size: 1.1em;
}

.dwcc-cookieconsent.dwcc-theme-bolive  .dwcc-rangeslider-category .dwcc-rangeslider-label {
  text-transform: none;
  font-size: 14px;
}

/* content related */

.dwcc-restricted_3rdparty-content {
  max-width: 600px;
  margin: 2em auto;
}
.dwcc-restricted_3rdparty-content > div {
  margin: 0 2em;
}
.dwcc-restricted_3rdparty-content h4 {
  font-size: 1.3em;
}
.dwcc-restricted_3rdparty-content p {
  font-size: 1.1em;
}
.map .dwcc-restricted_3rdparty-content h4 {
  font-size: 1.2em;
}
.dwcc-restricted_3rdparty-content-hidden {
  display: none !important;
}

/* range switch */


.dwcc-cookieconsent .dwcc-type-category .switch {
  margin: 7px 0;
  float: right;
  position: relative;
  height: 26px;
  width: 120px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.dwcc-cookieconsent .dwcc-type-category .switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 58px;
  line-height: 26px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;

}
.dwcc-cookieconsent .dwcc-type-category .switch-label:hover {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  color: rgba(255, 255, 255, 1);
}
.dwcc-cookieconsent .dwcc-type-category .switch-label:active {
  font-weight: bold;
}

.dwcc-cookieconsent .dwcc-type-category .switch-label-off {
  padding-left: 2px;
}

.dwcc-cookieconsent .dwcc-type-category .switch-label-on {
  padding-right: 2px;
}


.dwcc-cookieconsent .dwcc-type-category .switch-input {
  display: none;
}
.dwcc-cookieconsent .dwcc-type-category .switch-input:checked + .switch-label {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
.dwcc-cookieconsent .dwcc-type-category .switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 60px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.dwcc-cookieconsent .dwcc-type-category .switch-selection {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  display: block;
  width: 58px;
  height: 22px;
  border-radius: 3px;
  background-color: #65bd63;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9dd993), to(#65bd63));
  background-image: linear-gradient(top, #9dd993, #65bd63);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.dwcc-cookieconsent .dwcc-type-category .switch-blue .switch-selection {
  background-color: #703AA2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#703AA2), to(#703AA2));
  background-image: linear-gradient(top, #703AA2, #703AA2);
}
.dwcc-cookieconsent .dwcc-type-category .switch-yellow .switch-selection {
  background-color: #c4bb61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0dd94), to(#c4bb61));
  background-image: linear-gradient(top, #e0dd94, #c4bb61);
}

.dwcc-cookieconsent .dwcc-type-category .switch-white .switch-selection {
  background-color: #c4bb61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: linear-gradient(top, #ffffff, #eeeeee);
}
