.custom-image-box {
  width: 100%;
  background-color: #222; /* dunkler Hintergrund */
  padding: 10px;
  box-sizing: border-box;
}

.custom-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.custom-title {
  text-align: center;
  color: #aaa; /* hellgrau */
  font-size: 16px;
  font-style: italic;
  margin-top: 8px;
}

.custom-link-box {
  text-align: right;
  margin-top: 5px;
}

.custom-link {
  color: #4a90e2; /* schönes Blau */
  text-decoration: none;
  font-size: 14px;
}

.custom-link:hover {
  text-decoration: underline;
}