.consent-modal-holder.style-modal {
  background-color: rgba(249, 249, 249, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  z-index: 9999999; }
  .consent-modal-holder.style-modal .consent-modal {
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 420px) {
      .consent-modal-holder.style-modal .consent-modal {
        max-width: 90%;
        max-width: 90vw; } }
  .consent-modal-holder.style-modal .consent-content {
    padding: 20px; }
  .consent-modal-holder.style-modal header {
    padding: 20px;
    background-color: #f9f9f9;
    font-size: 20px; }
  .consent-modal-holder.style-modal .footer {
    background-color: #f9f9f9;
    text-align: right; }
    .consent-modal-holder.style-modal .footer a:link, .consent-modal-holder.style-modal .footer a:visited {
      color: #fff;
      padding: 10px 15px;
      display: inline-block;
      border: 0px; }
      .consent-modal-holder.style-modal .footer a:link.accept, .consent-modal-holder.style-modal .footer a:visited.accept {
        text-align: center;
        min-width: 100px; }
    .consent-modal-holder.style-modal .footer::after {
      content: " ";
      display: block;
      clear: both; }

.consent-modal-holder.style-compact {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  padding: 0; }
  .consent-modal-holder.style-compact .consent-modal-headline {
    display: none; }
  .consent-modal-holder.style-compact section {
    background-color: transparent;
    padding: 10px;
    text-align: center; }
    .consent-modal-holder.style-compact section::after {
      content: " ";
      display: block;
      clear: both; }
  .consent-modal-holder.style-compact p {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 12px;
    line-height: 12px; }
  .consent-modal-holder.style-compact .consent-content {
    display: inline; }
  .consent-modal-holder.style-compact .footer {
    display: inline;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    text-align: center; }
    .consent-modal-holder.style-compact .footer:after {
      content: " ";
      display: block;
      clear: both; }
    .consent-modal-holder.style-compact .footer .allow, .consent-modal-holder.style-compact .footer .decline, .consent-modal-holder.style-compact .footer .privacy {
      padding: 5px 10px;
      display: inline-block;
      margin: 0; }
    .consent-modal-holder.style-compact .footer .allow {
      text-transform: uppercase; }

.consent-modal-holder .footer a:link.allow, .consent-modal-holder .footer a:link.decline, .consent-modal-holder .footer a:link.privacy, .consent-modal-holder .footer a:visited.allow, .consent-modal-holder .footer a:visited.decline, .consent-modal-holder .footer a:visited.privacy {
  background-color: #f9f9f9;
  color: #333;
  text-decoration: none; }
.consent-modal-holder .footer a:link.allow, .consent-modal-holder .footer a:visited.allow {
  background-color: #6FD321;
  color: #fff;
  font-weight: bold; }
.consent-modal-holder .footer a:hover.privacy, .consent-modal-holder .footer a:hover.decline, .consent-modal-holder .footer a:active.privacy, .consent-modal-holder .footer a:active.decline {
  text-decoration: underline; }
.consent-modal-holder .footer a:hover.allow, .consent-modal-holder .footer a:active.allow {
  background-color: #46aed3;
  color: #fff;
  font-weight: bold;
  text-decoration: none; }

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