.data-box #wissenswertes h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.data-box #wissenswertes h3 {
  text-transform: uppercase;
  font-size: 13px;
}

.data-box #wissenswertes .klimate-grps {
  /* display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: start;
}

.data-box #wissenswertes .klimate-grps figure {
  /* flex: 1 1 calc(25% - 20px);
  min-width: 250px;
  max-width: 350px;
  box-sizing: border-box;
  text-align: center;
  border: 0; */
  padding: 15px;
  border-radius: 10px;
  margin: 0;
}

.data-box #wissenswertes .klimate-grps figure img {
  /* width: 100%;
  height: auto;
  object-fit: cover; */
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.klimate-grps figure figcaption {
  font-size: 12px;
  padding: 10px;
  font-weight: bold;
  line-height: 1.4;
}

.data-box .align-items-center {
  flex-wrap: wrap;
}

.data-box button {
  border-radius: 5px;
  margin-right: 5px;
  font-size: 14px;
  background-color: #8b0000;
}

.image-wrapper img {
  object-fit: cover;
  border-radius: 6px;
  margin: 0 0 6px 0;
  border: none;
}

.data-box .map-img {
  width: 100%;
  object-fit: contain;
  border: none;
}

.wiss-fotos .unesco-wrapper {
  margin-bottom: 18px;
}

@media screen and (max-width: 450px) {
  .image-wrapper img {
    width: 265px;
  }

  .data-box #wissenswertes p {
    text-align: justify;
  }

  .unesco-wrapper .photo-credit p.credit-text {
    text-align: center !important;
  }

  .data-box #wissenswertes .klimate-grps {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

@media screen and (max-width: 360px) {
  .data-box #wissenswertes p {
    text-align: justify;
  }

  .data-box #wissenswertes .klimate-grps figure img {
    width: 100%;
  }
}

.image-wrapper {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

.image-text {
  position: absolute;
  bottom: -1px;
  left: 6px;
  color: white;
  z-index: 2;
  font-size: 13px;
  margin-bottom: 0;
}

.image-text p {
  display: none;
}
