/* Cookie Button ausblenden */
.dp--revoke.cc-bottom.cc-type-extend,
.cc-revoke, .dp--revoke {
  text-align: center;
  transform: none !important;
  position: fixed;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  line-height: 30px !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  cursor: pointer;
  background: #777 !important;
  color: #fff !important;
  border: 2px solid #fff;
  opacity: 0 !important;
  bottom: -100px !important;
  height: 0;
  width: 0;
}

div.cookie-einstellungen-anpassen {
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  padding: 10px 0 10px 0;
  margin: 0;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
div.cookie-einstellungen-anpassen i {
  margin: 0 5px 0 0;
}

.cc-window {
  margin: 0 auto;
  max-width: 480px;
  left: 0;
  right: 0;
  padding: 3px;
  border: 1px solid #aaa;
  /*
  &:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 400px 740px;
  border-color: transparent transparent #ccc transparent;
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: 1;
  }
  */
}
@media (min-width: 768px) {
  .cc-window .cc-body {
    flex-direction: column;
  }
}
.cc-window .cc-body .cc-bar-header {
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding-bottom: 5px;
  color: #444;
  font-size: 15px;
}
.cc-window .cc-body .cc-message {
  max-height: 80px;
  overflow-y: scroll;
  padding: 3px 8px 8px 8px;
  font-size: 13px;
  line-height: 125%;
}
.cc-window .cc-body .cc-message .cc-link {
  font-size: 13px;
  line-height: 125%;
}
.cc-window .cc-body .cc-compliance.cc-highlight {
  min-width: 300px;
  padding: 0 3px;
}
@media (min-width: 480px) {
  .cc-window .cc-body .cc-compliance.cc-highlight {
    min-width: 480px;
  }
}
@media (min-width: 480px) {
  .cc-window .cc-body .cc-compliance.cc-highlight button.cc-btn, .cc-window .cc-body .cc-compliance.cc-highlight .cc-btn {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    width: 33% !important;
  }
}
.cc-window .cc-body .cc-compliance.cc-highlight button.cc-btn.cc-config, .cc-window .cc-body .cc-compliance.cc-highlight .cc-btn.cc-config {
  font-weight: 300;
  background: #ccc;
  color: #333;
  border: 2px solid #999;
}
.cc-window .cc-body .cc-compliance.cc-highlight button.cc-btn.cc-deny, .cc-window .cc-body .cc-compliance.cc-highlight .cc-btn.cc-deny {
  font-weight: 300;
  background: #ccc;
  color: #333;
  border: 2px solid #999;
}

@media (min-width: 768px) {
  .cc-window.cc-top .cc-body, .cc-window.cc-bottom .cc-body {
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.cc-form-switch .dp--check-box {
  background-color: #ea4040;
}

.cc-form-switch .dp--check-box:checked {
  background-color: #00b91d !important;
  border-color: #605f5f !important;
}

div.cc-config div.powered-by {
  display: none;
}

div.cc-body div.powered-by {
  display: none;
}

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