/* CR Hochzeitsredner: dynamische Teamkarten */
.themetechmount-boxes-team .themetechmount-boxes-row-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.themetechmount-boxes-team .tm-box-col-wrapper {
  display: flex;
  float: none;
}

.themetechmount-boxes-team .themetechmount-box-team,
.themetechmount-boxes-team .themetechmount-post-item {
  width: 100%;
  height: 100%;
}

.themetechmount-boxes-team .themetechmount-post-item {
  display: flex;
  flex-direction: column;
}

.themetechmount-boxes-team .themetechmount-box-content {
  flex: 1 1 auto;
}

.themetechmount-boxes-team img,
.themetechmount-boxes-team article:hover img,
.themetechmount-boxes-team .themetechmount-post-item:hover img {
  -webkit-filter: none !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.themetechmount-boxes-team .cr-team-card-link {
  cursor: pointer;
}

.themetechmount-boxes-team .cr-team-card-link:focus-visible {
  outline: 3px solid #be9667;
  outline-offset: 4px;
}

.cr-team-back-nav {
  width: min(1170px, calc(100% - 30px));
  margin: 30px auto 48px;
}

.cr-team-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #be9667;
  color: #121f38;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}

.cr-team-back-link:hover,
.cr-team-back-link:focus-visible {
  color: #fff;
  background: #be9667;
}