.dsgvo-image-overlay {
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #1c3244;
  box-shadow: inset 0 0 48px 32px rgba(0,0,0,.2);
  font-size: .9em;
  height: 25rem;
  position: relative;
  text-align: center;
}
.dsgvo-image-overlay img {
  display: block;
  height: auto;
}
.overlay-text {
  background-color: #ffff;
  border: 1px solid #eee;
  box-shadow: 0px 0px 4rem 1.5rem rgba(0,0,0,.1);
  left: 50%;
  padding: 1em;
  position: absolute;
  top: 2em;
  transform: translate(-50%, 0);
  width: 80%;
}

.accept-link {
  background: #0075a9;
  bottom: 2em;
  box-shadow: 0px 0px 4rem 1.5rem rgba(0,0,0,.1);
  position: absolute;
  left:50%;
  width: 60%;
  line-height: 1.4em;
  padding: 2em;
  transform:translate(-50%, 0);
}

a span.accept-link {
  color: #fff;
}

a span.accept-link:hover {
  background: #002e43;
  text-decoration: none;
  transition: all 0.2s linear;
}

@media only screen and (max-width: 479px) {
  .dsgvo-image-overlay {
    height: 28rem;
  }
  .overlay-text, .accept-link {
    width: 90%;
  }
}

.content-note2 {
  margin-bottom: 2em;
}

.cc-revoke {
  position: fixed;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #002D55 !important;
  bottom: 1.5rem;
  left: 1.5em;
  box-shadow: 0 20px 51px rgb(0 0 0 / 35%);
}
.cc-revoke::after {
  content: ' ';
  background: url(../Icons/DataProtection.svg) no-repeat top;
  background-size: 35px 35px;
  display: block;
  text-indent: -9999px;
  width: 46px;
  height: 35px;
}

#c-bns button:first-child, #s-bns button:first-child {
  background: #2d4156;
  background: var(--cc-btn-secondary-bg);
  color: var(--cc-btn-secondary-text);
}

#c-bns button:first-child:active, #c-bns button:first-child:hover, #c-bns.swap button:last-child:active, #c-bns.swap button:last-child:hover, #s-bns button:first-child:active, #s-bns button:first-child:hover {
  background: var(--cc-btn-secondary-hover-bg);
  color: var(--cc-btn-secondary-hover-text);
}
