.klaro button {
  font-family: inherit;
  font-family: var(--font-family, inherit);
  font-size: 14px;
  font-size: var(--font-size, 14px);
}

.cookie-modal {
  font-size: 0.9rem;
}
.cookie-modal .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.cm-list-input:checked + .cm-list-label .slider {
  background-color: var(--header-bg);
}

.cm-switch > .slider {
  box-shadow:
    0 4px 6px 0 rgba(0, 0, 0, 0.2),
    5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.cm-list-title {
  font-size: 0.9em;
  font-weight: 600;
}

.cm-list-description {
  color: hsl(0, 0%, 48.8%);
  color: var(--dark3, rgb(124.44, 124.44, 124.44));
  padding-top: 4px;
}

.cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}

.cm-list-label .slider {
  background-color: hsl(0, 0%, 95%);
  background-color: var(--white2, rgb(242.25, 242.25, 242.25));
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}

.klaro .cookie-modal .cm-list-label .slider::before {
  background-color: hsl(0, 0%, 90.25%);
  background-color: var(--white3, rgb(230.1375, 230.1375, 230.1375));
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  transition: 0.4s;
}
.cm-list-label .slider.round {
  border-radius: 30px;
}

.cm-list-label .slider.round::before {
  border-radius: 50%;
}

.cm-list-input:focus + .cm-list-label .slider {
  box-shadow:
    0 4px 6px 0 rgba(125, 125, 125, 0.2),
    5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.cm-list-input:checked + .cm-list-label .slider::before {
  transform: translateX(20px);
}

.cookie-modal .slider {
  background: #797a7a;
  box-shadow:
    0 4px 6px 0 rgba(0, 0, 0, 0.2),
    5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.cookie-modal a {
  color: #1a936f;
  color: var(--green1, #1a936f);
  text-decoration: none;
}

.cookie-modal h1 {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}

.cookie-modal h1 {
  font-family: inherit;
  font-family: var(--title-font-family, inherit);
}

.cm-btn {
  color: #fff;
  background-color: var(--header-bg);
  border-radius: 4px;
  border-radius: var(--border-radius, 4px);
  padding: 6px 10px;
  margin-right: 0.5em;
  border-style: none;
  padding: 0.4em;
  font-size: 1em;
  cursor: pointer;
  &:disabled {
    opacity: 0.5;
  }
}

.cm-btn {
}

.cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
}

.cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.cm-modal.cm-klaro {
  background-color: #333;
  background-color: var(--dark1, #333);
  color: #fafafa;
  color: var(--light1, #fafafa);
  z-index: 1001;
  box-shadow:
    0 4px 6px 0 rgba(0, 0, 0, 0.2),
    5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  @media (min-width: 660px) {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}

.cm-footer {
  border-top-color: hsl(0, 0%, 36%);
  border-top-color: var(--dark2, rgb(91.8, 91.8, 91.8));
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  padding: 1em;
}

.cm-footer-buttons {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.cm-header {
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-color: hsl(0, 0%, 36%);
  border-bottom-color: var(--dark2, rgb(91.8, 91.8, 91.8));
  padding: 1em;
  padding-right: 24px;
}

.cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block;
}

.cm-header .title {
  padding-right: 20px;
  font: var(--big);
}

.cm-body {
  padding: 1em;
}

.cm-body span {
  display: inline-block;
  width: auto;
}

ul.cm-services {
  padding: 0;
  margin: 0;
}

li.cm-service {
  display: block;
  position: relative;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
  &:first-child {
    margin-top: 0;
  }
}

li.cm-service p.purposes {
  color: #a0a0a0;
  color: var(--light3, #a0a0a0);
  font-size: 0.8em;
}

span.cm-list-title {
  font-weight: 600;
}
