.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;
}
