.usercookiemanagement {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}
#CookieBox {
  z-index: 201;
  position: fixed;
  top: 10%;
  left: 20%;
  width: 60%;
  max-width: 100%;
  max-height: 80%;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  padding: 70px 20px 20px;
}
#CookieBox p {
  color: #333333;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  font-size: 14px;
  margin: 0 auto 10px;
}
#CookieBox h1 {
  color: #333333;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}
#CookieBox h2 {
  color: #333333;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin: 0 auto 10px;
  width: 75%;
}
#CookieBox h3 {
  color: #333333;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}
#CookieBox a {
  color: #333333;
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
}
#CookieBox ul {
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#CookieBox .cookie-btn {
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  padding: .5em 1em;
  text-decoration: none;
  background: #8dc63f;
  color: #fff;
  cursor: pointer;
  margin: 15px auto;
}
#CookieBox .cookie-btn:hover {
  color: white;
  text-decoration: none;
}
#CookieBox .cookieclose {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid #333;
  background: #333;
  padding: 2px 9px;
  font-family: Verdana, sans-serif;
  font-size: 26px;
  color: #fff;
}
#CookieBox .intro h2 {
  width: 75%;
}
#CookieBox .intro p {
  width: 75%;
}
#CookieBox .intro .cookie-legal {
  margin-top: 50px;
  width: 100%;
}
#CookieBox .cookie-management {
  margin: 10px auto;
  width: 65%;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  background-color: #ccc;
}
#CookieBox .cookie-refuse {
  margin: 10px auto;
  width: 65%;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  background-color: #ccc;
}
#CookieBox .cookie-accept {
  margin: 10px auto;
  width: 65%;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  background-color: #ccc;
}
#CookieBox .text-center {
  text-align: center;
}
#CookieBox .text-right {
  text-align: right;
}
#CookieBox .text-back-right {
  text-align: right;
}
#CookieBox .text-back-right a {
  display: inline-block;
  padding: 0 5px;
  margin-right: 10px;
  color: #333333;
  text-decoration: none;
}
#CookieBox .cookieback {
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #ccc;
}
#CookieBox .cookie-on {
  float: left;
  cursor: pointer;
  margin-right: 5px;
  display: none;
}
#CookieBox .cookie-off {
  float: left;
  cursor: pointer;
  margin-right: 5px;
}
#CookieBox .cookie-legal a {
  display: inline-block;
  padding: 0;
  font-size: 12px;
  margin-right: 30px;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
#CookieBox .cookie-legal a:hover {
  text-decoration: underline;
}
#CookieBox .info-text {
  display: none;
}
#CookieBox .info-show {
  cursor: pointer;
}
#CookieBox .info-hide {
  cursor: pointer;
}
#CookieBox .category {
  background: #eeeeee;
  padding: 10px;
  margin: 25px 30px;
}
#CookieBox .category h3 {
  margin-top: 0;
  font-size: 16px;
}
#CookieBox .cookie-info {
  background: #fff;
  padding: 10px;
}
#CookieBox .cookie-info table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}
#CookieBox .cookie-info td {
  padding: 3px 10px 3px 0;
  border-top: #eeeeee solid 1px;
}
#CookieBox .cookie-info p {
  margin-top: 0;
}
#CookieBox .box-cookie-management {
  display: none;
  overflow: auto;
}
#CookieBox .box-cookie-management-in > p {
  width: 80%;
}
#CookieBox .deactivated {
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background: #ccc;
  display: inline-block;
}
#CookieBox .activated {
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background: #ccc;
  display: inline-block;
  background: #8dc63f;
}
#CookieBox .off {
  cursor: pointer;
  display: block;
  float: left;
  background: #fff;
  width: 16px;
  margin: 2px;
  height: 16px;
  border-radius: 8px;
}
#CookieBox .on {
  cursor: pointer;
  display: block;
  float: left;
  background: #fff;
  width: 16px;
  margin: 2px;
  height: 16px;
  border-radius: 8px;
  float: right;
}
#CookieBox .arrow {
  border: .5rem solid #333;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0;
  margin: 0px 10px;
  display: inline-block;
}
#CookieBox .arrow.down {
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin-bottom: -5px;
}
#CookieBox .arrow.up {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  margin-top: -5px;
}
#CookieBox .cookie-fix {
  display: none;
  overflow: auto;
  padding: 20px 0 0 0;
}
#CookieBox .cookie-fix .cookie-save {
  float: left;
  margin-left: 30px;
}
#CookieBox .cookie-fix .text-back-right {
  float: right;
  margin-right: 30px;
}
#CookieBox .cookie-fix .cookieback {
  display: block;
  margin: 10px auto;
  text-align: center;
  cursor: pointer;
  padding: 5px 20px;
  background-color: #ccc;
  white-space: nowrap;
  width: auto;
}
#CookieBox .cookie-fix .cookie-refuse {
  display: block;
  margin: 10px auto;
  text-align: center;
  cursor: pointer;
  padding: 5px 20px;
  background-color: #ccc;
  white-space: nowrap;
  width: auto;
}
#CookieBox .cookie-fix .cookie-legal {
  clear: both;
}
.clientside-cookie-content-alternate {
  background: #ffffff no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}
.clientside-cookie-content-html-inner {
  text-align: left;
  background: #fff;
  max-width: 320px;
  padding: 20px 30px;
  font-size: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.clientside-cookie-content-html-inner h3 {
  margin-bottom: 20px;
}
.clientside-cookie-content-html-inner .btn {
  text-align: left;
  display: block;
  padding: 0;
  font-size: 12px;
}
.clientside-cookie-content-html-inner a {
  text-align: left;
  display: block;
  padding: 0;
  font-size: 12px;
}
.clientside-cookie-content-html-inner .btn.cookie-set {
  background: #f6f6f6;
  padding: 5px 10px;
  border: solid 1px #ddd;
  margin: 20px 0;
}
.clientside-cookie-content-html-inner .btn.cookie-set:hover {
  background: #eee;
}
#CookieBanner {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #000;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#CookieBanner .content {
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 20px 20px;
  text-align: left;
}
#CookieBanner .intro {
  min-width: 50%;
  margin-bottom: 20px;
  font-size: 14px;
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}
#CookieBanner .intro:first-child {
  margin-top: 0;
}
#CookieBanner .intro:last-child {
  margin-bottom: 0;
}
#CookieBanner .intro a {
  color: #000;
  text-decoration: underline;
}
#CookieBanner .actions {
  text-align: right;
  min-width: 50%;
}
#CookieBanner .btn {
  padding: 2px 10px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 700px) {
  #CookieBox {
    z-index: 201;
    position: fixed;
    top: 10%;
    left: 50%;
    width: 660px;
    margin-left: -330px;
    max-width: none;
  }
}
@media screen and (max-width: 1000px) {
  #CookieBox {
    left: 6%;
    width: 88%;
    top: 5%;
    max-height: 90%;
    min-height: 90%;
    margin: 0;
  }
}
@media screen and (max-width: 786px) {
  #CookieBox .cookie-fix .text-back-right {
    width: 87%;
  }
}
@media screen and (max-width: 375px) {
  #CookieBox {
    padding-top: 30px;
  }
  #CookieBox h2 {
    font-size: 16px;
  }
  #CookieBox p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #CookieBox p {
    font-size: 13px;
  }
  #CookieBox p a.cursor {
    font-size: 12px;
  }
  #CookieBox .intro p.cookie-legal {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .cc-container {
    display: block;
    font-size: 14px;
  }
  .cc-btn {
    display: block;
    font-size: 14px;
  }
  .cc-window.cc-banner .cc-container {
    flex: unset;
    align-items: unset;
  }
  #CookieBox.cookiemanagement {
    box-sizing: border-box;
    padding: 15px;
    min-height: auto;
  }
  #CookieBox.cookiemanagement h2 {
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
  }
  #CookieBox.cookiemanagement .cookieclose {
    top: -5px;
    right: -5px;
  }
  #CookieBox .box-cookie-management {
    min-height: 60%;
    height: auto !important;
  }
  #CookieBox h2 {
    margin: 0 0 10px;
    width: auto !important;
    padding: 10px;
    box-sizing: border-box;
  }
  #CookieBox p {
    margin: 0 0 10px;
    width: auto !important;
    padding: 10px;
    box-sizing: border-box;
    padding: 10px 0;
  }
  #CookieBox .category {
    margin: 0 0 10px;
    width: auto !important;
    padding: 10px;
    box-sizing: border-box;
  }
  #CookieBox .cookie-fix .text-back-right {
    float: none;
    margin: 0;
    padding: 0;
  }
  #CookieBox .cookie-fix .cookie-save {
    float: none;
    margin: 0;
    padding: 0;
  }
  #CookieBox .cookie-save .cookie-btn {
    display: block;
  }
  #CookieBox .intro .cookie-legal {
    margin: 0;
  }
  #CookieBox .intro .cookie-legal p {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #CookieBanner .content {
    display: flex;
  }
  #CookieBanner .intro {
    margin-bottom: 0px;
    min-width: unset;
    hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
  }
  #CookieBanner .actions {
    margin-top: 30px;
    text-align: right;
    min-width: unset;
    margin-left: 100px;
  }
  #CookieBanner .btn {
    margin-left: 5px;
    margin-bottom: 0;
    display: inline-block;
  }
}
#CookieBox h2,
#CookieBox p,
#CookieBox .category {
  width: 80%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
#CookieBox .cookie-fix p {
  width: auto;
}
#CookieBox .cookie-accept a {
  margin: -5px;
  display: block;
}
#CookieBox .activated,
#CookieBox .cookie-btn {
  background: #f25822;
}
.usercookiemanagement {
  text-align: left;
}
.clientside-cookie-content-html-inner h3 {
  margin-top: 0 !important;
}
.clientside-cookie-content-html-inner .btn.cookie-set {
  padding: 10px 15px;
  background: #f25822;
  color: #fff;
  cursor: pointer;
}
.clientside-cookie-content-html-inner .btn.cookie-set:hover {
  background: #000;
  color: #fff;
}
