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

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

.data-box #wissenswertes .klimate-grps figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

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

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

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

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

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

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

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

/* .image-wrapper::before {
        content: "";
        position: absolute;
        bottom: 5px;
        width: 100%;
        height: 1.7rem;
        border-radius: 0 0 6px 6px;
        background-color: #8b0000;
        z-index: 1;
    } */

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

.image-text p {
  display: none;
}
