table.cc-usecase-table {
  font-size:12px;
}

.cc-usecases-overview {
  display: none;
}
.cc-usecases-overview.active {
  display: block;
}

.cc-switch.toggle .cc-switch-toggle {
  height: 25px;
  width: 60px;
  border-radius: 0;
  margin-top:5px;
  margin-bottom: 10px;
}
.cc-switch.toggle .cc-switch-toggle:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 30px;
  left: 0;
  bottom: 0;
  background-color: #EEF0ED;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 0;
}
.cc-switch.toggle input:checked + .cc-switch-toggle:before {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.cc-switch.toggle input:checked + .cc-switch-toggle {
  background-color: #e42313;
}

.cc-banner.cc-theme-custom {
    max-width:34em;
    margin:auto;
  }
  .cc-wrap.custom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cc-theme-custom .cc-btn {
    border-radius: 0;
    padding:11px 15px 11px 15px;
  }
  .cc-theme-custom .xx--cookie-check {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: flex-start;
  }
  .cc-theme-custom .xx--cookie-check .cc-switch {
    margin-right:2em;
    line-height:34px;
    padding-left:0;
    min-width:0;
  }
  .cc-theme-custom .cc-group-name {
    font-size:1em;
  }
  .cc-theme-custom .cc-link {
    padding-top:0;
    padding-bottom:0;
    margin-bottom:.5em;
  }
  .cc-theme-custom .cc-switch-toggle{
    position:relative;
  }
  .cc-theme-custom .cc-compliance {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            margin-left:0;
            margin-right:0;
  }
  .cc-theme-custom .cc-compliance .cc-btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  
  .cc-theme-custom .cc-links-meta {
    text-align:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left:auto;
    margin-right:auto;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
    margin-top:1em;
    font-size:.8em;
  }
  .cc-theme-custom .cc-links-meta > .cc-link {
    padding-right:.5em;
    border-left:1px solid black;
    border-color:inherit;
    line-height:1.2;
    font-size:1em;
  }
  .cc-theme-custom .cc-links-meta > .cc-link:not(.cc-toggle) {
    padding-left:.5em;
  }
  .cc-theme-custom .cc-links-meta > .cc-link:first-child {
    border-width:0;
  }
  .cc-theme-custom .cc-embed-reset {
    text-align:center;
    display:block;
    font-weight:normal;
  }
  .cc-theme-custom .cc-compliance .cc-btn {
    font-weight:800;
  }
  .cc-theme-custom .cc-compliance .cc-btn:first-child {
    margin-bottom: 1em;
  }
  .cc-theme-custom .cc-usecase-accordion {
    background-color: #ededed;
    font-weight:bold;
  }
  .cc-theme-custom .xx--cookie-check {
    margin-top:.5em;
    margin-bottom:1em;
    flex-wrap: wrap;
  }
  
  .cc-usecase-accordion-panel {
    background: transparent;
  }
  
  .cc-window.cc-floating {
    max-width: 476px !important;
    font-size:14px;
    padding-bottom:0;
  }
  
  .cc-switch.toggle input:checked ~ .cc-switch-toggle::after {
    color: #e42313;
    content: 'aktiv';
    font-weight:normal;
    display:block;
    font-size: .8em;
    line-height:.8em;
    padding-top: 35px;
    font-weight:bold;
  }
  
  .xx--cookie-consent *::before,
  .cc_embed *::before,
  .xx--cookie-consent *::after,
  .cc_embed *::after {
    box-sizing: border-box;
  }
  .cc-custom-sticky-wrap {
    background: #fff;
    position:sticky;
    bottom:0;
    padding-bottom:2em;
    padding-top:.5em;
    box-shadow: 0 0 1em .5em rgba(255, 255, 255, 1);
  }
  .cc-link.cc-toggle{
    font-weight:bold;
    text-decoration: underline;
  }
