.klaro.klaro-theme-grawe_subtheme {
  --klaro-green: #1a6b47;
  --klaro-green-hover: #145a3a;
  --klaro-banner-bg: #ffffff;
  --klaro-banner-border: #e4e7ea;
  --klaro-banner-shadow: 0 8px 32px rgba(16, 24, 48, 0.12);
  --klaro-banner-radius: 20px;
  --klaro-separator: #d4d7d9;
  font-family: var(--font-regular, inherit);
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  width: calc(100% - 48px);
  max-width: 960px;
  max-height: 98%;
  overflow: auto;
  background: var(--klaro-banner-bg);
  border: 1px solid var(--klaro-banner-border);
  border-radius: var(--klaro-banner-radius);
  box-shadow: var(--klaro-banner-shadow);
  padding: 32px 40px;
  z-index: 1001;
  color: var(--text-color, #101830);
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice:focus, .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice:focus-visible {
  outline: none;
  box-shadow: var(--klaro-banner-shadow);
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-body {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 32px;
  row-gap: 12px;
  padding: 0;
  margin: 0;
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice h2#id-cookie-title {
  grid-column: 1;
  grid-row: 1;
  font-family: var(--font-bold, inherit);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-color, #101830);
  margin: 0;
  text-align: left;
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice p#id-cookie-notice {
  grid-column: 1;
  grid-row: 2;
  flex: none;
  margin: 0;
  padding-right: 0;
  font-family: var(--font-regular, inherit);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color, #101830);
  text-align: left;
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice p#id-cookie-notice span {
  color: inherit;
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice p#id-cookie-notice a {
  color: var(--klaro-green);
  text-decoration: none;
  font-family: inherit;
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice p#id-cookie-notice a:hover, .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice p#id-cookie-notice a:focus {
  text-decoration: underline;
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok {
  grid-column: 2;
  grid-row: 1/span 2;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  align-self: center;
  margin: 0;
  padding-left: 32px;
  border-left: 1px solid var(--klaro-separator);
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok .cn-buttons {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  gap: 10px;
  width: auto;
  min-width: 200px;
  margin: 0;
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok .cn-buttons .cm-btn {
  display: block;
  width: 100%;
  min-width: 200px;
  margin: 0;
  padding: 12px 24px;
  font-family: var(--font-bold, inherit);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 8px;
  cursor: pointer;
  transition: var(--transition, all 0.3s ease-in-out);
  border-style: solid;
  border-width: 2px;
  text-align: center;
  white-space: nowrap;
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok .cn-buttons .cm-btn.cm-btn-success {
  background-color: var(--klaro-green);
  border-color: var(--klaro-green);
  color: #fff;
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok .cn-buttons .cm-btn.cm-btn-success:hover, .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok .cn-buttons .cm-btn.cm-btn-success:focus {
  background-color: var(--klaro-green-hover);
  border-color: var(--klaro-green-hover);
  color: #fff;
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok .cn-buttons .cm-btn.cm-btn-danger, .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok .cn-buttons .cm-btn.cn-decline {
  background-color: transparent;
  border-color: var(--klaro-green);
  color: var(--klaro-green);
}
.klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok .cn-buttons .cm-btn.cm-btn-danger:hover, .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok .cn-buttons .cm-btn.cm-btn-danger:focus, .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok .cn-buttons .cm-btn.cn-decline:hover, .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok .cn-buttons .cm-btn.cn-decline:focus {
  background-color: rgba(26, 107, 71, 0.08);
  border-color: var(--klaro-green-hover);
  color: var(--klaro-green-hover);
}
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-bg {
  background: rgba(16, 24, 48, 0.45);
}
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro {
  background-color: var(--klaro-banner-bg);
  color: var(--text-color, #101830);
  border: 1px solid var(--klaro-banner-border);
  border-radius: var(--klaro-banner-radius);
}
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro p,
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro strong,
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro h1,
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro h2,
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro ul,
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro li {
  color: var(--text-color, #101830);
}
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro .hide svg {
  stroke: var(--text-color, #101830);
}
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro .cm-header {
  border-bottom-color: var(--klaro-separator);
}
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro .cm-footer {
  border-top-color: var(--klaro-separator);
}
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro .cm-btn {
  font-family: var(--font-regular, inherit);
  border-radius: 8px;
  padding: 12px 24px;
  border-style: solid;
  border-width: 2px;
  transition: var(--transition, all 0.3s ease-in-out);
}
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro .cm-btn.cm-btn-success {
  background-color: var(--klaro-green);
  border-color: var(--klaro-green);
  color: #fff;
}
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro .cm-btn.cm-btn-success:hover, .klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro .cm-btn.cm-btn-success:focus {
  background-color: var(--klaro-green-hover);
  border-color: var(--klaro-green-hover);
}
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro .cm-btn.cm-btn-danger,
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro .cm-btn.cm-btn-decline {
  background-color: transparent;
  border-color: var(--klaro-green);
  color: var(--klaro-green);
}
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro .cm-btn.cm-btn-danger:hover, .klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro .cm-btn.cm-btn-danger:focus,
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro .cm-btn.cm-btn-decline:hover,
.klaro.klaro-theme-grawe_subtheme .cookie-modal .cm-modal.cm-klaro .cm-btn.cm-btn-decline:focus {
  background-color: rgba(26, 107, 71, 0.08);
}

@media (max-width: 767px) {
  .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice {
    width: calc(100% - 32px);
    padding: 24px;
  }
  .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice h2#id-cookie-title {
    grid-column: auto;
    grid-row: auto;
  }
  .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice p#id-cookie-notice {
    grid-column: auto;
    grid-row: auto;
  }
  .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--klaro-separator);
    padding-top: 20px;
  }
  .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok .cn-buttons {
    width: 100%;
    min-width: 0;
  }
  .klaro.klaro-theme-grawe_subtheme .cookie-notice.cookie-modal-notice .cn-ok .cn-buttons .cm-btn {
    min-width: 0;
  }
}
