/*
Block: /templates/block/articles/article-cat.html.twig
*/

.b-article-cat__item-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.b-article-cat__item {
  position: relative;
  margin: 10px;
  min-width: 230px;
  max-width: 312px;
  width: 100%;
  background: #0157BF;
  text-align: left;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.b-article-cat__item:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.b-article-cat__item * {
  transition: all 0.3s ease-out;
}

.b-article-cat__item > img {
  vertical-align: top;
  position: relative;
  filter: blur(5px);
  opacity: 0.6;
}
.b-article-cat__item figcaption,
.b-article-cat__item-image {
  transition-delay: 0.2s;
}
.b-article-cat__item-image {
  position: absolute;
  top: 0;
  bottom: 28%;
  right: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2);
}
.b-article-cat__item-image img {
  position: absolute;
  top: 0;
}
.b-article-cat__item figcaption {
  position: absolute;
  top: 69%;
  bottom: 46px;
  left: 20px;
  right: 28px;
  border-bottom: 2px solid #fff;
  padding-top: 20px;
  z-index: 1;
}
.b-article-cat__item h3 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.b-article-cat__item p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: 0;
}
.b-article-cat__item span {
  display: block;
  transform: translateX(-20px);
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  right: 10px;
  bottom: 5px;
  font-weight: 500;
  position: absolute;
}
.b-article-cat__item a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.b-article-cat__item:hover .b-article-cat__item-read,
.b-article-cat__item.hover .b-article-cat__item-read,
.b-article-cat__item:hover figcaption,
.b-article-cat__item.hover figcaption {
  opacity: 1;
  transform: translateX(0px);
}
.b-article-cat__item:hover figcaption,
.b-article-cat__item.hover figcaption,
.b-article-cat__item:hover .b-article-cat__item-image,
.b-article-cat__item.hover .b-article-cat__item-image {
  transition-delay: 0s;
}
.b-article-cat__item:hover figcaption,
.b-article-cat__item.hover figcaption {
  top: 50%;
}
.b-article-cat__item:hover .b-article-cat__item-image,
.b-article-cat__item.hover .b-article-cat__item-image {
  bottom: 50%;
}
.b-article-cat__item:hover p,
.b-article-cat__item.hover p {
  opacity: 1;
  transition-delay: 0.2s;
}

.article-aboutpage__link {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1371px) {
.article-aboutpage__hide {
  display: none;
}
}
