:root {
  --ci-blau: #038FA8;
  --ci-gelb: #fdc328;
  --ci-grau: #343738;
  --ci-gruen: #0DAE8E;
  --content-padding: 5rem 15rem;
}
.klaro-custom .cookie-modal,
.klaro-custom .cookie-notice,
.klaro-custom p {
  font-size: 14px
}

.klaro-custom .cookie-modal .switch,
.klaro-custom .cookie-notice .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px
}

.klaro-custom .cookie-modal .switch.disabled input:checked+.slider,
.klaro-custom .cookie-notice .switch.disabled input:checked+.slider {
  opacity: .5;
  background-color: var(--ci-blau);
}

.klaro-custom .cookie-modal .cm-app-input,
.klaro-custom .cookie-notice .cm-app-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px
}

.klaro-custom .cookie-modal .cm-app-label {
  margin-bottom: .2rem;
}

.klaro-custom .cookie-modal .cm-app-label .slider,
.klaro-custom .cookie-notice .cm-app-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  width: 50px;
  display: inline-block
}

.klaro-custom .cookie-modal .cm-app-label .slider:before,
.klaro-custom .cookie-notice .cm-app-label .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
  -webkit-transition: .4s;
  transition: .4s
}

.klaro-custom .cookie-modal .cm-app-label .slider.round,
.klaro-custom .cookie-notice .cm-app-label .slider.round {
  border-radius: 30px
}

.klaro-custom .cookie-modal .cm-app-label .slider.round:before,
.klaro-custom .cookie-notice .cm-app-label .slider.round:before {
  border-radius: 50%
}

.klaro-custom .cookie-modal .cm-app-label input:focus+.slider,
.klaro-custom .cookie-notice .cm-app-label input:focus+.slider {
  box-shadow: 0 0 1px var(--ci-blau);
}

.klaro-custom .cookie-modal .cm-app-label input:checked+.slider:before,
.klaro-custom .cookie-notice .cm-app-label input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px)
}

.klaro-custom .cookie-modal .cm-app-input:focus+.cm-app-label .slider,
.klaro-custom .cookie-notice .cm-app-input:focus+.cm-app-label .slider {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
}

.klaro-custom .cookie-modal .cm-app-input:checked+.cm-app-label .slider,
.klaro-custom .cookie-notice .cm-app-input:checked+.cm-app-label .slider {
  background-color: var(--ci-blau)
}

.klaro-custom .cookie-modal .cm-app-input:checked+.cm-app-label .slider:before,
.klaro-custom .cookie-notice .cm-app-input:checked+.cm-app-label .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px)
}

.klaro-custom .cookie-modal .slider,
.klaro-custom .cookie-notice .slider {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
}

.klaro-custom .cookie-modal a,
.klaro-custom .cookie-notice a {
  color: var(--ci-blau);
  text-decoration: none
}

.klaro-custom .cookie-modal h1,
.klaro-custom .cookie-modal h2,
.klaro-custom .cookie-modal li,
.klaro-custom .cookie-modal p,
.klaro-custom .cookie-modal strong,
.klaro-custom .cookie-modal ul,
.klaro-custom .cookie-notice h1,
.klaro-custom .cookie-notice h2,
.klaro-custom .cookie-notice li,
.klaro-custom .cookie-notice p,
.klaro-custom .cookie-notice strong,
.klaro-custom .cookie-notice ul {
  font-family: inherit;
  color: #eee
}

.klaro-custom .cookie-modal h1,
.klaro-custom .cookie-modal h2,
.klaro-custom .cookie-modal li,
.klaro-custom .cookie-modal p,
.klaro-custom .cookie-modal ul,
.klaro-custom .cookie-notice h1,
.klaro-custom .cookie-notice h2,
.klaro-custom .cookie-notice li,
.klaro-custom .cookie-notice p,
.klaro-custom .cookie-notice ul {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: .7em
}

.klaro-custom .cookie-modal .cm-btn,
.klaro-custom .cookie-notice .cm-btn {
  color: #eee;
  border-radius: 4px;
  padding: .5em 1em;
  margin-right: .5em;
  margin-bottom: .5em;
  border: 0;
  font-weight: bold;
}

.klaro-custom .cookie-modal .cm-btn.cm-btn-sm,
.klaro-custom .cookie-notice .cm-btn.cm-btn-sm {
  padding: .4em .8em;
  font-size: 1em
}

.klaro-custom .cookie-modal .cm-btn.cm-btn-close,
.klaro-custom .cookie-notice .cm-btn.cm-btn-close {
  background: #eee;
  color: #000
}

.klaro-custom .cookie-modal .cm-btn.cm-btn-success,
.klaro-custom .cookie-notice .cm-btn.cm-btn-success {
  background: var(--ci-blau);
  color: #ffffff;
}

.klaro-custom .cookie-modal .cm-btn.cm-btn-danger,
.klaro-custom .cookie-notice .cm-btn.cm-btn-danger {
  background: #9da6b3;
  color: #222;
}

.klaro-custom .cookie-modal .cm-btn.cm-btn-info,
.klaro-custom .cookie-notice .cm-btn.cm-btn-info {
  background: var(--ci-blau)
}

.klaro-custom .cookie-modal {
  overflow: hidden;
  z-index: 5000
}

.klaro-custom .cookie-modal,
.klaro-custom .cookie-modal .cm-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0
}

.klaro-custom .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, .5)
}

.klaro-custom .cookie-modal .cm-modal {
  z-index: 5000;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #313a46;
  color: #eee;
  -webkit-font-smoothing: antialiased;
  border: 2px solid white;
}

@media (min-width:1024px) {
  .klaro-custom .cookie-modal .cm-modal {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}

.klaro-custom .cookie-modal .cm-modal .hide {
  border: none;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px
}

.klaro-custom .cookie-modal .cm-modal .hide svg {
  stroke: #eee
}

.klaro-custom .cookie-modal .cm-modal .cm-footer {
  padding: 1em;
  border-top: 1px solid #475c77;
}

.klaro-custom .cookie-modal .cm-modal .cm-footer a.cm-powered-by {
  position: absolute;
  right: 1em;
  color: #999;
  font-size: .8em;
  padding-top: 4px
}

.klaro-custom .cookie-modal .cm-modal .cm-header {
  padding: 1em;
  padding-right: 24px;
  border-bottom: 1px solid #475c77
}

.klaro-custom .cookie-modal .cm-modal .cm-header h1 {
  font-size: 2em;
  line-height: 1.4em;
  display: block
}

.klaro-custom .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px
}

.klaro-custom .cookie-modal .cm-modal .cm-body {
  padding: 1em
}

.klaro-custom .cookie-modal .cm-modal .cm-body ul {
  display: block
}

.klaro-custom .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto
}

.klaro-custom .cookie-modal .cm-modal .cm-body ul.cm-apps {
  padding: 0;
  margin: 0
}

.klaro-custom .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 70px;
  min-height: 40px
}

.klaro-custom .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
  margin-top: 0
}

.klaro-custom .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
  position: absolute;
  left: 0
}

.klaro-custom .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
  margin-top: 0
}

.klaro-custom .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
  font-size: .8em;
  color: #8ea5c3
}

.klaro-custom .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
  border-top: 1px solid #475c77;
  padding-top: 1em
}

.klaro-custom .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
  font-weight: 600
}

.klaro-custom .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.klaro-custom .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
  padding-left: .2em;
  font-size: .8em;
  color: #8ea5c3
}

.klaro-custom .cookie-notice {
  background: #313a46;
  z-index: 1200;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0
}

@media (min-width:990px) {
  .klaro-custom .cookie-notice {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
    border-radius: 4px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    border: 2px solid white;
    max-width: 300px
  }
}

@media (max-width:989px) {
  .klaro-custom .cookie-notice {
    border: none;
    border-radius: 0;
    top: 0;
    bottom: auto;
  }
}

.klaro-custom .cookie-notice .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1.5em;
  padding-top: .5em
}

.klaro-custom .cookie-notice .cn-body p {
  margin-bottom: .5em
}

.klaro-custom .cookie-notice .cn-body p.cn-changes {
  text-decoration: underline
}

.klaro-custom .cookie-notice .cn-body .cn-learn-more {
  display: inline-block
}

.klaro-custom .cookie-notice .cn-body p.cn-ok {
  padding-top: .5em;
  margin: 0
}

.klaro-custom .cookie-notice-hidden {
  display: none !important
}

.klaro-button {
  z-index: 11;
  background-color: #313a46;
  color: white;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 2px solid white;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
}

.klaro-button:hover {
  background-color: #4e5968;
  color: white;
  text-decoration: none;
}

.klaro-button svg {
  width: 18px;
  margin-right: 5px;
}


.klaro-button .fa-primary {
  fill: var(--ci-blau);
}

.klaro-button .fa-secondary {
  fill: #ffffff;
}
