.privacywire {
  position: fixed;
  bottom: -250%;
  right: 0px;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
  opacity: 0;
  background: #eebd9a;
  color: white;
  font-size: 12px;
  line-height: 15px;
  z-index: 1000000;
  padding: 15px;
  transition: bottom 0.3s ease-in, opacity 1s ease-out;
  width: 300px;
}

.privacywire .privacywire-header {
  font-weight: 700;
}

.show-banner .privacywire.privacywire-banner,
.show-message .privacywire.privacywire-message,
.show-options .privacywire.privacywire-options {
  bottom: 0px;
  opacity: 1;
  transition: bottom 0.3s ease, opacity 0.3s ease;
}

.privacywire button[hidden],
[data-ask-consent-rendered="1"],
div.privacywire-ask-consent-blueprint {
  display: none;
}

.privacywire-wrapper .privacywire-header,
.privacywire-wrapper .privacywire-text {
  margin-bottom: 15px;
}

.privacywire-wrapper .privacywire-text a {
  color: white;
  text-decoration: underline;
}
.privacywire-wrapper li {
  margin-bottom: 0.5rem;
  transform: translateX(-2px);
}

.privacywire-wrapper li input {
  position: relative;
  margin-right: 1rem;
}

/* .privacywire-wrapper li input:after {
	float: left;
	content: " ";
	padding: 0 0 0 0;
	margin: 1px 0 0 0;
	width: 13px;
	height: 18px;
	top: -5px;
	display: block;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(https://kreativgesellschaft.org/site/templates/styles/img/check_empty.svg);
	visibility: visible !important;
} */

.privacywire-wrapper li input[type="checkbox"]:checked:after {
  /* background-image: url(https://kreativgesellschaft.org/site/templates/styles/img/check.svg); */
}

/* input#pwcmb-consent--y:checked:after,
input#pwcmb-consent--n:checked:after {
	background-image: url(https://kreativgesellschaft.org/site/templates/styles/img/check.svg);
} */

.privacywire-wrapper li label {
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
}

.privacywire-wrapper li:first-child label {
  opacity: 0.5;
  cursor: normal;
}

.privacywire-wrapper button {
  padding: 3px 10px 2px;
  background: #eebd9a;
  border: white 1px solid;
  color: white;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  outline: none;
  cursor: pointer;
}

.privacywire-ask-consent {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  min-width: 50vw;
  height: 100%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #eebd9a;
  color: white;
  font-size: 14px;
  line-height: 17px;
}
.privacywire-ask-consent .privacywire-consent-message {
  max-width: 60rem;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}
button.privacywire-consent-button {
  padding: 5px 8px 4px;
  background: #eebd9a;
  color: white;
  border: 1px solid white;
  font-size: 12px;
  line-height: 15px;
  display: block;
  outline: none;
  cursor: pointer;
}

@media (max-width: 800px) {
  .privacywire-ask-consent {
    font-size: 12px;
    line-height: 12px;
  }
  button.privacywire-consent-button {
    font-size: 12px;
    line-height: 12px;
  }
}
