.attentioCookieConsent-wrapper {
  position: fixed;
  display: block !important;
  right: 15px;
  bottom: 15px;
  z-index: 99999999;
  font-size: 15px;
  line-height: 22px;
  overflow: visible;
  user-select: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 490px) {
  .attentioCookieConsent-wrapper {
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.attentioCookieConsent-wrapper.show {
  opacity: 1;
  pointer-events: auto;
}
.attentioCookieConsent-wrapper.modal {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}
.attentioCookieConsent-wrapper .attentioCookieConsent-inner {
  background: #f0f0f0;
  border-top: 5px solid transparent;
  padding: 25px;
  text-align: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.attentioCookieConsent-wrapper.modal .attentioCookieConsent-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  box-sizing: border-box;
}
@media all and (max-width: 950px) {
  .attentioCookieConsent-wrapper.modal .attentioCookieConsent-inner {
    width: 470px;
  }
}
@media all and (max-width: 530px) {
  .attentioCookieConsent-wrapper.modal .attentioCookieConsent-inner {
    width: 95%;
  }
}
.attentioCookieConsent-wrapper .attentioCookieConsent-main-wrap {
  display: none;
}
.attentioCookieConsent-wrapper .attentioCookieConsent-main-wrap.show {
  display: block;
}
.attentioCookieConsent-wrapper .attentioCookieConsent-extended-wrap {
  display: none;
}
.attentioCookieConsent-wrapper .attentioCookieConsent-extended-wrap.show {
  display: block;
}
.attentioCookieConsent-wrapper .attentioCookieConsent-headline {
  font-size: 20px;
  line-height: 28px;
  max-width: 400px;
  margin-bottom: 10px;
}
.attentioCookieConsent-wrapper .attentioCookieConsent-text {
  max-width: 400px;
  margin-bottom: 20px;
}
@media all and (max-width: 800px) {
  .attentioCookieConsent-wrapper .attentioCookieConsent-text {
    font-size: 13px;
    line-height: 18px;
    max-height: 145px;
    overflow: scroll;
  }
}
.attentioCookieConsent-wrapper .attentioCookieConsent-button-accept-all,
.attentioCookieConsent-wrapper .attentioCookieConsent-button-decline-all,
.attentioCookieConsent-wrapper .attentioCookieConsent-button-save {
  cursor: pointer;
  padding: 6px 12px;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #559d2e;
  color: #fff;
  font-weight: bold;
}
.attentioCookieConsent-wrapper .attentioCookieConsent-button-decline-all {
  background: #b8b8b8;
  font-weight: normal;
}
.attentioCookieConsent-wrapper .attentioCookieConsent-button-settings,
.attentioCookieConsent-wrapper .attentioCookieConsent-button-settings-close {
  font-size: 12px;
  line-height: 20px;
  margin-left: 20px;
  cursor: pointer;
  display: inline-block;
  color: #565656;
}
@media all and (max-width: 530px) {
  .attentioCookieConsent-wrapper .attentioCookieConsent-button-settings,
  .attentioCookieConsent-wrapper .attentioCookieConsent-button-settings-close {
    display: block;
    margin-left: 0;
    margin-top: 16px;
  }
}
.attentioCookieConsent-wrapper .attentioCookieConsent-checkbox {
  cursor: pointer;
}
.attentioCookieConsent-wrapper .attentioCookieConsent-checkboxes {
  margin-bottom: 20px;
}
.attentioCookieConsent-wrapper .attentioCookieConsent-privacyurl {
  font-size: 12px;
  line-height: 20px;
  margin-top: 22px;
  color: #565656;
}
.attentioCookieConsent-wrapper .attentioCookieConsent-privacyurl a {
  color: #565656;
  text-decoration: underline;
}
