/**
 * Styles for the certificate / icons section only
 * (img-flex row with TÜV, SELK, LCCI, ProvenExpert, Ausgezeichnet seals).
 * Extracted from styles.css.
 */

/* Wrapper and image base */
a.img-wrap {
  display: block;
}
.img-wrap img {
  display: block;
  width: 100%;
  border-radius: 10px;
  box-shadow: none !important;
}

/* Certificate row: flex layout */
.img-flex,
.section-general .img-flex {
  display: flex;
  margin: 0 -10px 20px;
}
@media screen and (max-width: 600px) {
  .img-flex.img-flex--icons,
  .section-general .img-flex.img-flex--icons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .img-flex.img-flex--icons > .img-wrap,
  .section-general .img-flex.img-flex--icons > .img-wrap {
    flex: 0 0 calc(33% - 5px);
    margin-bottom: 10px !important;
    padding: 0 5px;
  }
}
.img-flex > *,
.section-general .img-flex > * {
  margin: 0 !important;
  padding: 0 10px;
  flex-grow: 1;
  flex: 1;
}
.img-flex > .img-wrap,
.section-general .img-flex > .img-wrap {
  position: relative;
}
.section-general .img-flex > .img-wrap img + p {
  display: none;
}
.section-general .img-flex > .img-wrap .btns-wrap {
  position: absolute;
  bottom: 10px;
  right: 20px;
  margin: 0;
}
.section-general .img-flex > .img-wrap .btns-wrap .btn {
  gap: 5px;
}

/* Icon wrappers */
.img-wrap,
.section-general .img-wrap {
  overflow: hidden;
  display: block;
}
.section-general .img-wrap.img-wrap--w-icon {
  position: relative;
}
.section-general .img-wrap.img-wrap--w-icon:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.section-general .img-wrap.img-wrap--w-icon.icon-cyprus:after,
.section-general .img-wrap.img-wrap--w-icon.icon-cy:after {
  background-image: url(/media/img/icons/icon-pic-cyprus.jpg);
}
.section-general .img-wrap.img-wrap--w-icon.icon-de:after {
  background-image: url(/media/img/icons/icon-flag-Germany.svg);
}
.section-general .img-wrap img {
  border-radius: 10px;
}

/* Seal link (Ausgezeichnet clone variant, if used in the row) */
.section-general a.seal-wrap.ausg-icon-clone {
  position: relative;
  text-align: center;
  display: block;
}
.section-general a.seal-wrap.ausg-icon-clone > span {
  position: absolute;
  left: 0;
  right: 0;
  color: #000;
}
.section-general a.seal-wrap.ausg-icon-clone .score-line {
  bottom: 13%;
  font-size: 55%;
}
.section-general a.seal-wrap.ausg-icon-clone .review {
  bottom: 3%;
  font-size: 55%;
}
