#cookie-iframes-consent-wrapper.d-none {
  display: none;
}

#cookie-box-consent .ml-0 {
  margin-left: 0 !important;
}

#cookie-box-consent .cookie-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cookie-box-consent a {
  text-decoration: none;
  color: #0d6efd;
}

#cookie-box-consent a:hover {
  text-decoration: underline;
}

#cookie-box-consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(23, 23, 23, 0.4);
  background-color: rgba(23, 23, 23, 0.8);
  border: 1px solid rgba(23, 23, 23, 0.8);
  padding: 2rem;
  width: 28.5rem;
  max-width: 100%;
  outline: none;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
  #cookie-box-consent {
    width: 95.8% !important;
  }

  .cookie-box-simple #cookie-simple-learn-more {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  #cookie-box-consent {
    left: 0.5rem;
    bottom: 4.1rem;
  }
}

#cookie-box-consent .cookie-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cookie-box-consent a,
#cookie-box-consent button,
#cookie-box-consent p {
  color: white;
}

#cookie-box-consent p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}

#cookie-simple-learn-more {
  text-align: center;
  padding: 0;
  padding-right: 0 !important;
}

#cookie-simple-learn-more:hover {
  text-decoration: underline !important;
}

.btn-open-cookie-popup {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  bottom: 0.5rem;
  left: 0.5rem;
  border-radius: 50%;
  background-color: rgba(23, 23, 23, 0.75);
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.25);
  border: 1px solid rgba(23, 23, 23, 0.75);
  transition: all 0.3s ease;
}

.btn-open-cookie-popup img {
  max-width: 30px;
}

.btn-open-cookie-popup.agreed {
  background-color: #00a4ec;
  border: 1px solid #00a4ec;
}

.btn-open-cookie-popup.agreed a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn-open-cookie-popup.agreed:hover {
  background-color: #028ecb;
  border-color: #028ecb;
}

.btn-open-cookie-popup:hover {
  background-color: #00a4ec;
  border-color: #00a4ec;
}

@media (max-width: 991px) {
  .cookie-box-simple {
    left: 8px;
    bottom: 67px;
  }
}

html[lang='de'] #cookie-box-consent {
  width: 32.2rem;
}

html[lang='en'] #cookie-box-consent {
  width: 25.2rem;
}

#cookie-simple-agree {
  padding: 15px 25px;
}

#cookie-simple-agree:focus {
  outline: none;
  box-shadow: none;
}

#cookie-simple-agree:active {
  background-color: rgb(48, 48, 48);
}

@media (max-width: 992px) {
  #cookie-simple-learn-more {
    line-height: 20px;
  }
}
