.nly-team-filter-bar {
  font-family: Roboto, Helvetica, Arial;
  border-bottom: 1px solid #707070;
}
.nly-team-member {
    position: relative;
    display: inline-block;
    height: 260px;
    width: 200px;
    overflow: hidden;
    border-radius: 16px;
  transition: box-shadow .3s ease-in-out, width .5s ease-in-out;
  /*box-shadow: 0px 0px 2px #00000022;*/
  border: 1px solid #00000022;
  font-family: Roboto, Helvetica, Arial;
  margin: 8px;
}
.nly-team-member:hover {
    
}
.nly-team-member-business {
  
}
.nly-team-member-casual {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .5s ease-in-out;
}
.nly-team-image-wrapper:hover .nly-team-member-casual {
  opacity: 1;
}
.nly-team-member:not(.nly-team-info-active) .nly-team-image-wrapper:hover .nly-team-member-title {
  opacity: 0;
}
.nly-team-member img {
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
}
.nly-team-member-text {
    display: flex;
  flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 30px;
    background: linear-gradient(180deg, #f5e1bbaa, transparent);
    text-align: center;
    left: 0;
    top: 0px;
    color: #595b60;
    padding-top: 10px;
    transition: background .3s ease-in-out, color .3s ease-in-out;
  line-height: initial;
}
.nly-team-member-name {
  font-size: 16px;
  font-weight: bold;
    line-height: initial;
}
.nly-team-member-title {
  font-size: 14px;
  opacity: 1;
  transition: opacity .3s ease-in-out;
    line-height: initial;
}
.nly-team-member-more {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #707070;
    right: 10px;
    bottom: 10px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    /* font-weight: bold; */
    font-size: 24px;
    transform: rotate(0deg);
    transition: transform .3s ease-in-out;
}
.nly-team-filter-btn {
  display: inline-block;
  margin: 0px 5px;
  padding: 5px;
  cursor: pointer;
  transition: text-decoration .3s ease-in-out;
}
.nly-team-filter-btn.active {
  text-decoration: underline;
}
.nly-team-member-info {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  opacity: 0;
  transition: bottom .5s ease-in-out, opacity .5s ease-in-out;
  background: #f8f6f7;
  color: #707070;
  padding: 10px 20px;
  padding-top: 34px;
  box-sizing: border-box;
}
.nly-team-info-active .nly-team-member-info {
  bottom: 0px;
  opacity: 1;
}
.nly-team-info-active .nly-team-member-more {
  transform: rotate(45deg);
}
.nly-team-info-active .nly-team-member-text {
  /*color: #707070;
  /*background: transparent;*/
  z-index:3;
  transition-delay: .3s, .3s;
}
.nly-team-gallery-blogs {
  margin: 40px 0 20px 0;
}
.nly-team-gallery-blogs, .nly-team-gallery-chapter-blogs {
  display: none;
}
.nly-team-member-info p {
    line-height: 1.25;
    font-size: 12px;
}
.nly-blog-mirco {
  transition: box-shadow 0.3s ease-in-out, border .3s ease-in-out, backdrop-filter .3s ease-in-out, background .3s ease-in-out, -webkit-backdrop-filter .3s ease-in-out;
  /*-webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);*/
  font-family: var(--ff-text);
  border-radius: var(--br-img);
  border: 3px solid transparent;
  padding: 0 !important;
  margin-bottom: 30px;
  background: transparent;
}
.nly-blog-mirco.left {
  flex-direction: row-reverse;
}
.nly-blog-mirco.right {
  flex-direction: row;
}
.nly-blog-mirco.left .image {
  border-top-left-radius: var(--br-img);
  border-bottom-left-radius: var(--br-img);
}
.nly-blog-mirco.right .image {
  border-top-right-radius: var(--br-img);
  border-bottom-right-radius: var(--br-img);
}
.nly-blog-mirco.nly-flexwrapper {
  display: flex;
}
.nly-blog-mirco>div {
  width: 50%;
  height: 100%
}
.nly-blog-mirco .button {
  margin-top: auto;
}
.nly-blog-mirco .text {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nly-blog-mirco .image {
  overflow: hidden;
  border-radius: var(--br-img);
}
.nly-blog-mirco .image img {
  object-fit: cover;
  object-position: 0 0;
      min-height: 100%;
    min-width: 100%;
  transform: translate(0,0) scale(1);
  transition: transform 0.5s ease-in-out;
  border-radius: var(--br-img);
}
/*.nly-zoom-mircoaction:hover, .nly-zoom-mircoaction:focus, .nly-zoom-mircoaction:active {
  box-shadow: 0 0 8px rgba(50,50,50,.2) inset, 0 0 8px rgba(50,50,50,.2);
  border-color: #fff;
}*/
.nly-blog-mirco:active, .nly-blog-mirco:focus, .nly-blog-mirco:hover {
    /*backdrop-filter: blur(10px);*/
    background: #AFD0DE55;
}
.nly-blog-mirco:hover img, .nly-blog-mirco:focus img, .nly-blog-mirco:active img {
  transform: translate(20%,20%) scale(1.4);
}
.nly-blog-mirco .nly-microaction-headline {
  transition: text-decoration .3s ease-in-out;
}
.nly-blog-mirco-group h3 {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 30px;
}
.nly-blog-mirco-group h3, .nly-blog-mirco-group h2, .nly-team-gallery-chapter-blogs h2 {
  text-align: center;
}
.nly-team-gallery-chapter-blogs h2 {
  text-align: center;
}