.isotope-element {
  float: left;
  width: 300px;
  height: 300px;
  overflow: hidden;
  padding: 10px;
  text-align: left;
  font-size: 14px !important;
}
.isotope-element .category {
  font-family: "Campton Light", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 5px;
}
.isotope-element .title {
  font-family: "Campton Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.isotope-element .auftrag, .isotope-element .author {
  font-family: "Campton Light", sans-serif;
}

[class*=isotope-element--highlight]:hover .wrapper-large {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

[class*=isotope-element--highlight] .wrapper-large {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  bottom: 10px;
  top: 10px;
  left: 10px;
  right: 10px;
  background-color: #f2f2f2;
  padding: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[class*=isotope-element--highlight] .wrapper-large .wrapper-inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
[class*=isotope-element--highlight] .wrapper-large .category {
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
}
[class*=isotope-element--highlight] .wrapper-large .ref-title {
  font-size: 20px;
  line-height: 1.2;
  padding: 0 20px 20px;
  font-family: "Campton Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
}
[class*=isotope-element--highlight] .wrapper-large .service .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
[class*=isotope-element--highlight] .wrapper-large .author-info {
  margin-top: auto;
}

.isotope-element.isotope-element--highlight {
  width: 600px;
  height: 600px;
}
.isotope-element.isotope-element--highlight .image {
  height: 508px;
}
.isotope-element.isotope-element--highlight .image img {
  height: 100%;
  object-fit: cover;
}

.isotope-element.isotope-element--highlight-small .image img {
  height: 205px;
  object-fit: cover;
}

.isotope-grid {
  width: 300px;
  margin: auto;
}

@media (min-width: 768px) {
  .isotope-element.isotope-element--highlight .ref-title {
    font-size: 31px;
  }

  .isotope-grid {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .isotope-grid {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .isotope-grid {
    width: 1200px;
  }
}
@media (min-width: 1500px) {
  .isotope-grid {
    width: 1500px;
  }
}
@media (min-width: 1800px) {
  .isotope-grid {
    width: 1800px;
  }
}
@media (max-width: 767px) {
  .isotope-element.isotope-element--highlight {
    width: 300px;
    height: 350px;
  }
  .isotope-element.isotope-element--highlight .image {
    height: 248px;
  }
}

/*# sourceMappingURL=iso.css.map */
