.anchorbox {
  position: relative;
  margin: 0px 0px 0px 0px;
}
.anchorbox > h1 {
  font-weight: bolder;
  margin: 0px 0px 10px 0px;
  padding: 0px 5px;

  /* changes done here */
  line-height: 22px;
  font-size: 18px;
}
.anchorbox > .anchorbuttons {
  background: rgba(255, 255, 255, 0.9);
  position: sticky;
  top: 0;
  width: inherit;
  display: flex;
  align-items: stretch;
  margin: 0px 0px -30px 0px;
  height: 35px;
  overflow: hidden;
  z-index: 10;
}

.anchorbox > .anchorbuttons > a {
  flex-grow: 1;
  display: inline-table;
  margin: 0px 0px 0px 0px;
  text-align: center;
  color: #000;
  cursor: pointer;
  padding: 5px 0px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #eee;
  background-color: #fdd;
  margin-right: 5px;
  width: auto;
  border: 1px solid #a99;
}
.anchorbox > .anchorbuttons > a:last-child {
  margin-right: 0px;
}
.anchorbox > .anchorbuttons > a:active {
  background-color: darkred;
  color: #fff;
}
.anchorbox .anchordatacontainer {
  width: 100%;
  padding: 0px 20px 20px 20px;
  border: 1px solid #eee;
  border-width: 0px 1px 1px 1px;
  z-index: 20;
  background: #fff;
  margin: 0px 0px 10px 0px;
}
.anchorbox .anchordatacontainer > div {
  padding: 34px 0px 10px 0px;
}
.anchorbox .anchordatacontainer > div:active {
  display: block;
}
.anchorbox .anchordatacontainer h1 {
  margin: 0px -20px 20px -20px;
  padding: 2px 10px;
  background-color: darkred;
  color: #fff;
  font-size: 18px;
}
.anchorbox .anchordatacontainer h2 {
  margin: 0px -20px 20px -20px;
  padding: 2px 10px;
  background-color: darkred;
  color: #fff;
  font-size: 18px;
}
.anchorbox .anchordatacontainer h3 {
  margin: 20px 0px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}

.anchorbox #voyage .imgs-wrapper {
  float: left;
  margin-right: 15px;
}
.anchorbox #dates-und-prix table.termine {
  text-transform: capitalize;
}

.anchorbox .imgs-wrapper .card-wrap {
  position: relative;
  margin: 5px;
  width: 330px;
  max-width: 100%;
}

.anchorbox .imgs-wrapper img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
  border-radius: 3px;
}

.anchorbox .imgs-wrapper p {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(139, 0, 0, 0.8);
  border-radius: 0 0 3px 3px;
}

@media only screen and (max-width: 480px) {
  .anchorbox #voyage .imgs-wrapper {
    float: none;
    margin-right: 0;
  }
  .anchorbox .imgs-wrapper .card-wrap {
    width: 100%;
  }
  .anchorbox .image-wrapper p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 800px) {
  .anchorbox > .anchorbuttons {
    width: calc(100% + 30px);
    text-align: center;
    margin: 0px -15px;
    box-sizing: border-box;
  }
  .anchorbox > .anchorbuttons > a {
    font-size: 12px;
    margin: 0px;
  }
  .anchorbox > .anchorbuttons > a:active {
    background-color: darkred;
  }
  .anchorbox .anchordatacontainer > div:first-child {
    margin-top: -30px;
  }

  .photo {
    margin: 0px;
    width: 100%;
  }
  /* .anchorbox .imgs-wrapper img {
    width: 286px;
    height: 220px;
  }
  .anchorbox .imgs-wrapper p {
    font-size: 13px;
    width: 286px;
    left: 5px;
  } */
}

.str {
  font-weight: bolder;
}
dd {
  margin-bottom: 10px;
}
.photo {
  margin: 5px;
}
