.klaro_toggle_dialog {
  background-image: url(../images/cookie.svg)!important;
}
.klaro h1.title::after {
  content: none;
}
.klaro_toggle_dialog {
  right: inherit!important;
  left: 25px;
}
.klaro.learn-more-as-button .cookie-notice:not(.cookie-modal-notice) a.cm-link.cn-learn-more {
  color: #fff!important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
  right: inherit!important;
  left: 0px;
}
@media(min-width: 1024px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    right: auto!important;
    left: 20px;
  }
}
.klaro .cookie-modal a, 
.klaro .context-notice a, 
.klaro .cookie-notice a {
  /* color: #e3007b !important; */
  text-decoration: underline;
  font-weight: bold;
}