@charset "UTF-8";
:root {
  --gdpr-shield-button-text-color: #ffffff;
  --gdpr-shield-button-color: #568ad7;
  --gdpr-shield-button-hover-color: #568ad7;
  --gdpr-shield-link-color: #333333;
  --gdpr-shield-link-hover-color: #568ad7;
  --gdpr-shield-checkbox-border-color: #333333;
  --gdpr-shield-checkbox-label-color: #333333;
  --gdpr-shield-checkbox-selected-color: #ffffff;
  --gdpr-shield-checkbox-selected-background-color: #568ad7;
  --gdpr-shield-checkbox-selected-border-color: #568ad7;
}

.consent-modal-holder {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 9999999;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .consent-modal-holder {
    bottom: 70px;
  }
}
.consent-modal-holder .consent-modal-headline {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
}
.consent-modal-holder section {
  background-color: transparent;
  padding: 30px 20px;
  text-align: left;
  max-width: 1230px;
  margin: 0 auto;
}
.consent-modal-holder section::after {
  content: " ";
  display: block;
  clear: both;
}
.consent-modal-holder p {
  padding: 0;
  margin: 0;
  display: inline;
  font-size: 16px;
  line-height: 19px;
  color: #333;
}
.consent-modal-holder p a:link, .consent-modal-holder p a:visited {
  color: #333;
  text-decoration: underline;
}
.consent-modal-holder .consent-content {
  display: inline;
}
.consent-modal-holder .consent-settings {
  padding: 15px 0 0 0;
}
.consent-modal-holder .consent-settings label {
  display: flex;
  align-items: center;
  font-weight: normal;
  cursor: pointer;
  font-size: 15px;
  line-height: 0;
}
.consent-modal-holder .consent-settings input[type=checkbox] {
  display: none;
}
.consent-modal-holder .consent-settings input[type=checkbox] + label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: var(--gdpr-shield-checkbox-label-color);
}
.consent-modal-holder .consent-settings input[type=checkbox] + label::before {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid var(--gdpr-shield-checkbox-border-color);
  border-color: var(--gdpr-shield-checkbox-border-color) !important;
  border-radius: 3px;
  margin-right: 5px;
  display: block;
  content: "";
  text-align: center;
}
.consent-modal-holder .consent-settings input[type=checkbox]:checked + label::before {
  content: "✔";
  color: var(--gdpr-shield-checkbox-selected-color) !important;
  background-color: var(--gdpr-shield-checkbox-selected-background-color) !important;
  border-color: var(--gdpr-shield-checkbox-selected-border-color) !important;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consent-modal-holder .consent-settings input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}
.consent-modal-holder .consent-settings input[type=checkbox]:disabled + label::before {
  opacity: 0.5;
}
.consent-modal-holder .consent-settings {
  display: flex;
  flex-flow: row wrap;
  column-gap: 5px;
  row-gap: 5px;
}
.consent-modal-holder .footer {
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  padding: 10px 0 0 0;
}
.consent-modal-holder .footer a:link, .consent-modal-holder .footer a:visited {
  color: var(--gdpr-shield-link-color);
}
.consent-modal-holder .footer a:link:hover, .consent-modal-holder .footer a:visited:hover {
  color: var(--gdpr-shield-link-hover-color);
}
.consent-modal-holder .footer a:link.allow, .consent-modal-holder .footer a:visited.allow {
  color: var(--gdpr-shield-button-text-color);
  background-color: var(--gdpr-shield-button-color);
  text-decoration: none;
  margin-bottom: 15px;
  font-weight: bold;
  padding: 10px;
  display: inline-block;
  text-decoration: none !important;
  min-width: 100px;
  max-width: 250px;
  width: 100%;
  text-align: right;
}
.consent-modal-holder .footer a:link.save-settings, .consent-modal-holder .footer a:visited.save-settings {
  font-size: 0.8em;
}
.consent-modal-holder .footer a:hover.allow, .consent-modal-holder .footer a:active.allow {
  background-color: var(--gdpr-shield-button-hover-color);
  color: #fff;
  text-decoration: none;
}
.consent-modal-holder .footer:after {
  content: " ";
  display: block;
  clear: both;
}
.consent-modal-holder .footer .break {
  display: block;
}

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