.dsgvo-image-overlay {
  position: relative;
}
.dsgvo-image-overlay img {
  display: block;
  height: auto;
}

.accept-link {
  background: #0075a9;
  position: absolute;
  top:80%;
  left:50%;
  width: 100%;
  line-height: 1.4em;
  padding: 2em;
  text-align: center;
  transform:translate(-50%, -50%);
}

a span.accept-link {
  color: #fff;
}
a span.accept-link:hover {
  text-decoration: none;
}
a span.accept-link:hover {
  background: #002e43;
  transition: all 0.2s linear;
}
.overlay-text {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 75%;
  background-color: #ffff;
  padding: 1em;
  transform: translate(-50%, -50%);
}

.jobimage .overlay-text {
  border: 1px solid #eee;
}
