#cookie-notification {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .85);
  color: #fff;
  padding: 15px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
  opacity: 0;
  transform: translateY(100%);
  transition: all .4s;
}

#cookie-notification a {
  color: #fff;
  font-weight: bold;
}

#cookie-notification.active {
  opacity: 1;
  transform: translateY(0%);
  z-index: 100;
}

#cookie-notification .btn {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}

#cookie-notification .glyphicon {
  margin-right: 10px;
}

@media (min-width: 768px) {
  #cookie-notification {
    border-radius: 2px;
    width: 750px;
    right: 50%;
    left: 50%;
    margin-left: -375px;
  }

  #cookie-notification.active {
    bottom: 15px;
  }
}

@media (min-width: 992px) {
  #cookie-notification {
    width: 970px;
    margin-left: -485px;
  }
}

@media (min-width: 1200px) {
  #cookie-notification {
    width: 1170px;
    margin-left: -585px;
  }
}








/* BEGIN Cookiehinweis */
:root {
    --background: #2e3234;
    --fingerprint-background: rgba(46, 50, 52, 0.31);
    --button: #484a4c;
    --button-hover: #0059a3;
}

/* background box */
#usercentrics-button .uc-banner-content {
    background-color: var(--background) !important;
}

/* accept button background */
#usercentrics-button .uc-btn-new.uc-btn-accept,
#usercentrics-button .uc-btn-new.uc-btn-deny,
#usercentrics-button .uc-btn-new.uc-btn-more {
    background-color: var(--button) !important;
    color: #e6e6e6;
}

#usercentrics-button .uc-btn-new.uc-btn-accept:hover,
#usercentrics-button .uc-btn-new.uc-btn-deny:hover,
#usercentrics-button .uc-btn-new.uc-btn-more:hover {
    background-color: var(--button-hover) !important;
    color: #e6e6e6;
}

#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper .uc-modal-header {
    background-color: var(--background) !important;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    height: 50px;
    padding: 12px 20px;
    position: relative;
}

/* save button */
#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper .uc-modal-footer .uc-save-settings-and-close-button {
    background-color: var(--background) !important;
    border-radius: inherit;
    color: #fff;
    cursor: inherit;
    font-weight: 600 !important;
    padding: 13px 0 !important;
    text-shadow: none !important;
    width: 100%;
}

#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper .uc-modal-footer .uc-save-settings-and-close-button:hover {
    background-color: var(--button-hover) !important;
}

/* BEGIN Fingerprint */
/* Fingerprint Button */
#usercentrics-button #fingerprint,
#usercentrics-button #background use,
.uc-floating-button-wrapper use {
    fill: var(--fingerprint-background) !important;
}

#usercentrics-button #uc-btn-close-main-corner-modal .uc-privacy-button-wrapper uc-button  bl use,
#usercentrics-button #ico_button_close-b use {
    fill: var(--fingerprint-background) !important;
}

/* Fingerprint Setting Box Header */
.uc-card-header {
    background-color: var(--background) !important;
}
/* Fingerprint Setting Box Menu */
.uc-nav {
    background-color: var(--background) !important;
    color: #ffffff;
}
/* Fingerprint Setting Box Save Button */
.usercentrics-button .uc-corner-modal .uc-card-footer .uc-save-settings-button {
    background-color: var(--background) !important;
    cursor: inherit;
    color: #ffffff;
}

.uc-powered-by {
    color: var(--background) !important;
}

/* Fingerprint position */
#uc-btn-open-main-corner-modal {
    left: 20px !important;
    bottom: 50px !important;
}