.newssmall hr.news-small-divider {
  border-bottom: 7px solid #000;
  margin-bottom: var(--divider-to-heading-spacing-default);
  margin-top: 0;
}

.newssmall .titletop {
  font-family: 'sofia-pro', sans-serif;
  color: #2D2926;
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 0;
  }

.newssmall .titletop .news-small-headine {
  font-family: 'sofia-pro-condensed', sans-serif;
  letter-spacing: 3px;
  }

.newssmall .titletop p {
  margin: 0; }

.newssmall .titletop p:first-child {
  line-height: 60px;
  height: 60px; }

.newssmall .newssmallwrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-left: auto;
  margin-right: auto;
}

.newssmall .newssmallwrap .newssmallcol {
  position: relative;
  /* min-height: 250px; */
  padding-bottom: 50px;
  
}


.newssmall .newssmallwrap .newssmallcol a {
  display: block;
  overflow: hidden;
}

.newssmall .newssmallwrap .newssmallcol img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center 0px;
  transition: 0.25s ease-in-out; 
}

.newssmall .newssmallwrap .newssmallcol .categorywrap:hover img, 
.newssmall .newssmallwrap .newssmallcol .image-newssmall:focus img{
  transform: scale(1.2);
}


.newssmall .newssmallwrap .newssmallcol .category:before {
  position: absolute;
  content: ' ';
  width: calc(100% + 2px);
  height: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: all 0.25s ease-out;
  z-index: 0;
}

.newssmall .newssmallwrap .newssmallcol .category {
  position: absolute;
  right: 15px;
  top: 180px;
  background-color: #1B365D;
  text-decoration: none;
  padding: 5px 15px;
  transition: all 0.25s ease-in-out;
  }

  .newssmall .newssmallwrap .newssmallcol .category, .newssmall .newssmallwrap .newssmallcol .category span {
    color: #fff;
    font-family: 'sofia-pro-condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
  }

@media screen and (min-width:1500px) {
  .newssmall .newssmallwrap .newssmallcol img {
    height: 250px;
  }

  .newssmall .newssmallwrap .newssmallcol .category {
    top: 230px;
  }
}
  
.newssmall .newssmallwrap .newssmallcol .category span {
  z-index: 1;
  position: relative;
}

.newssmall .newssmallwrap .newssmallcol .category:hover span {
  color: #1B365D;
  background-position: bottom;
  background-color: transparent;
}

.newssmall .newssmallwrap .newssmallcol .category:hover:before {
  height: calC(100%);
}

.newssmall .newssmallwrap .newssmallcol .description {
  font-family: 'sofia-pro', sans-serif;
  color: #2D2926;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.625rem;
  padding: 31px 0 20px;
  display: block;
  text-decoration: none;
}
.newssmall .newssmallwrap .newssmallcol .categorywrap:hover .description{
  color: #9d2235;
}
.description_category_mobile{display: none;}

@media (max-width: 1023px) {
  .newssmall .newssmallwrap  {
    grid-template-columns: repeat(3,1fr);
  } 
}
@media (max-width: 767px) {
  .newssmall .newssmallwrap  {
    grid-template-columns: repeat(2,1fr);
  } 
}
@media (max-width: 468px) {
  .newssmall .newssmallwrap  {
    grid-template-columns: repeat(1,1fr);
    gap: 0;
  }

  .newssmall .newssmallwrap .newssmallcol {
    padding-bottom: 25px;
    border-bottom: 1px solid #CBC4BC;
    margin-bottom: 25px;
  }

  .newssmall .newssmallwrap .newssmallcol:after {

  }

  .newssmall .newssmallwrap .newssmallcol:last-child:after {
    content: none; }

  .newssmall .newssmallwrap .newssmallcol img {
    width: 200px; }

  .newssmall .newssmallwrap .newssmallcol .categorywrap {
    flex-grow: 1;
  }

  .newssmall .newssmallwrap .newssmallcol .category {
    position: unset;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden; }

  .newssmall .newssmallwrap .newssmallcol .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    padding: 0; } 
    .newssmall .newssmallwrap .newssmallcol .description-dk , 
    .newssmall .newssmallwrap .newssmallcol .category-dk{display: none;}
    .description_category_mobile{display: block;    padding: 0 0 0 10px;}
    .description_category_mobile .category{margin-bottom: 15px;}
    .newssmall .newssmallwrap .newssmallcol .categorywrap{display: flex;}
    .newssmall .newssmallwrap .newssmallcol .categorywrap .image-newssmall , 
    .newssmall .newssmallwrap .newssmallcol .categorywrap .description_category_mobile{
      width: 50%;
    }
  }
/*# sourceMappingURL=block-news-small-acf.css.map */