/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
/** project */
.node--type-project .node__submitted {
  color: #999999;
  font-size: 0.9em;
  margin-bottom: 1.25rem;
}

.project__list .view-content:not(.flickity-enabled) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.project__list .service-block-more {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.project__list .project__item .node--project-teaser {
  margin-bottom: 0;
}
.project-teaser {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.project-teaser .img-adaptive {
  margin-bottom: 15px;
  overflow: hidden;
}
.project-teaser--link {
  display: block;
}
.project-teaser--link .img-adaptive img {
  transition: transform 0.4s, opacity 0.4s;
}
.project-teaser--link:hover img {
  transform: scale(1.05);
}
.project-teaser--link:active img {
  opacity: 0.8;
}
.project-teaser__title {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 15px;
}
.project-teaser__date {
  margin-bottom: 8px;
}
.project-teaser .field--name-field-image a {
  display: block;
}
.project-teaser .field--name-field-image img {
  width: 100%;
}
.project-teaser .field--name-field-short {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  min-height: 54px;
}
@media (max-width: 767px) {
  .project-teaser .field--name-field-short {
    font-size: 16px;
  }
}
.project-teaser__more {
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 991px) {
  .project-teaser__image {
    margin-bottom: 15px;
  }
}
.flickity-enabled .project-teaser {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .project-full-image {
    margin-bottom: 20px;
  }
}
.project-full .field--name-field-gallery {
  padding: 0 0 20px;
  margin-right: -5px;
  margin-left: -5px;
}
.project-full .field--name-field-gallery .field__item {
  padding-right: 5px;
  padding-left: 5px;
}
/*# sourceMappingURL=_maps/project.css.map */
