@charset "UTF-8";
#klaro {
  --dark1: #FFFFFF;
  --light1: #161f57;
  --green1: #7AB51D;
  --blue1: #005eaa;
}
@media (min-width: 768px) {
  #klaro {
    --green1: #161f57;
  }
}

#klaro p {
  margin-top: 0.5em;
}
#klaro .klaro.we_cookie_consent .cookie-notice {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}
#klaro .cn-body {
  padding: 20px 30px;
}
#klaro .cm-btn {
  padding: 0.5em;
}
#klaro .cm-link {
  text-decoration: underline;
}
#klaro a {
  text-decoration: underline;
}
#klaro a:not(.cm-link) {
  font-weight: bold;
  color: var(--light1, #161f57);
}
#klaro .cn-ok {
  justify-content: center;
  flex-direction: column-reverse;
  padding-top: 0.5em;
}
#klaro .cn-ok * {
  width: 100%;
  text-align: center;
}
#klaro .cn-ok .cn-buttons {
  margin: 7px 0;
}
#klaro .cn-ok .cm-link.cn-learn-more {
  margin: 14px 0;
}

#klaro .klaro .cookie-modal .cm-modal.cm-klaro {
  top: auto;
  bottom: 0;
  transform: none;
  max-width: 100vw;
  position: fixed;
  width: 100%;
  border-radius: 0;
}
#klaro .cm-header,
#klaro .cm-footer {
  border-width: 0;
}
#klaro .cm-footer {
  background: #efefef;
}
#klaro .cm-footer .cm-btn-success {
  min-height: 50px;
}
#klaro .cm-services {
  --green1: #e6e6e6;
  --white3: #999999;
}
#klaro .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
#klaro .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider,
#klaro .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  --white3: #63d171;
}
#klaro .cm-powered-by {
  --light1: #999999;
}
#klaro h1 {
  font-size: 1.5em;
  padding-right: 20px;
}
#klaro .hide {
  display: block !important;
  font-size: 2em;
  height: 60px;
  line-height: 20px;
  overflow: hidden;
  padding: 20px;
  top: 0;
  right: 0;
}
#klaro .hide svg {
  display: none;
}
#klaro .hide:after {
  content: "×";
}

@media (min-width: 660px) {
  #klaro .cm-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #klaro .cm-footer .cm-btn-accept-all {
    display: none;
  }
}
@media (min-width: 768px) {
  #klaro .cn-ok {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #klaro .cn-ok * {
    flex: 0;
    min-width: 200px;
  }
  #klaro .cn-ok .cn-learn-more {
    --green1: #f7a925;
  }
  #klaro .cn-ok .cm-btn-success {
    min-height: 50px;
    --green1: #7AB51D;
  }
}
@media (min-width: 1024px) {
  #klaro {
    --notice-max-width: 100vw;
    --notice-right: 0;
    --notice-bottom: 0;
  }
  #klaro .cookie-notice {
    border-radius: 0;
  }
}

/*# sourceMappingURL=we_cookie.css.map */
