#cconsent-bar{
    /*top: 0 !important;
    bottom: auto !important;*/
    top: 0;
    bottom: auto;
    z-index: 9999999999 !important;
  } 
  #cconsent-bar.ccb--hidden{
    display:none !important;
  }
  #cconsent-modal{
    z-index: 99999999999 !important;
  }
  #overlay-cookies.ccb--hidden {
    display: none !important;
  }
  #cconsent-bar .ccb__wrapper {
    display: grid !important;
  }
  .ccb__right {
    margin-right: 4em;
  }
  .ccm__list {
    display: none;
  }


/*cconsent-bar*/
#cconsent-bar {
background: url(cookieimage.jpg) no-repeat #fff !important;
background-size: 13em !important;
background-position: center 1em !important;
color: #222 !important;
top: inherit !important;
bottom: 1em !important;
left: 1em !important;
max-width: 350px;
border-radius: 10px;
box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}
#cconsent-bar .ccb__wrapper {
padding-top: 7em;
}
#cconsent-bar a {
color: #8995a0 !important;
}
#cconsent-bar .ccb__left {
margin: 0 0 15px;
}
#cconsent-bar .ccb__right {
margin-right: 0 !important
}
.ccb__button {
  width: 100%;
  display: flex !important;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#cconsent-bar .ccb__edit {
  padding: 9px 0 !important;
  font-size: 12px;
  margin-right: auto !important;
}
/* #cconsent-bar button,
#cconsent-modal .ccm__footer button {
  background-color: var(--primary) !important;
} */
#cconsent-bar button,
#cconsent-modal .ccm__footer button {
  margin-left: 10px !important;
  margin-right: 0px !important;
  padding: 8px 13px !important;
}
/* #cconsent-bar button:hover,
#cconsent-modal .ccm__footer button:hover {
  background-color: var(--secondary) !important;
} */
#overlay-cookies {
  z-index: 105 !important;
}
@media (max-width: 40em) {
  #cconsent-bar {
    max-width: 292px;
  }
  #cconsent-bar .ccb__edit {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .ccb__button {
    flex-direction: column;
  }
  #cconsent-bar button {
    margin-bottom: 10px !important;
  }
  #cconsent-modal .ccm__footer {
    flex-direction: column;
  }
  #cconsent-modal .ccm__footer button {
    width: 100%;
    margin-bottom: 10px;
  }
}
.return-cookies {
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  border: none;
}