#filtr-gallery {
  padding: 80px 0;
  /*background: #f1f1f1;*/
  color: #000;
}

.filtr-container {
  margin: 0 -4px;
}

.filtr-item {
  padding: 8px;
}

.filtr-controls {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin: 30px 0 15px;
}

.filtr-controls span {
  display: inline-block;
  margin: 10px 15px;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
  color: #777;
}

.filtr-controls span:hover, .filtr-controls span.active {
  color: #000;
  /*background-color: #ebebe855;*/
  filter: hue-rotate(0deg) invert(87%);
}

.filtr-controls span:after {
  content: ' ';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: transparent;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.filtr-controls span.active:after {
  width: 100%;
  left: 0;
  background: #000;
}

@media (max-width:479px) {
  .filtr-item {
    width: 100%;
  }
}

.filtr-item > a {
  position: relative;
  display: block;
}

.filtr-item > a:before, .filtr-item > a:after {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.filtr-item > a:before {
  content: ' ';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}

.filtr-item:hover > a:before {
  background: rgba(0,0,0,.2);
}

.filtr-item > a:after {
  font-family: FontAwesome;
  content: "\f0fe";
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -17px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  opacity: 0;
}

.filtr-item:hover > a:after {
  opacity: .5;
}

.fa.fa-plus-square {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -17px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  opacity: 0;
}

.filtr-item img {
  border: 0.2px solid #ebebe8;
  opacity: 1;
  box-shadow: 0px 0px;
}

#abstrakt h2 {
  color: rgb(255,255,255);
  font-size: 41px;
  font-weight: 900;
  padding-top: 14rem;
  text-shadow: 5px 5px 8px var(--bs-dark), 2px 2px 20px rgb(94,91,91);
  font-family: Lato, sans-serif;
}

@media (min-width: 576px) {
  #abstrakt h2 {
    color: rgb(255,255,255);
    font-size: 60px;
    font-weight: 900;
    padding-top: 14rem;
    text-shadow: 5px 5px 8px var(--bs-dark), 2px 2px 20px rgb(94,91,91);
    font-family: Lato, sans-serif;
  }
}

#figurativ h2 {
  color: #ebebe8;
  font-size: 33px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  #figurativ h2 {
    color: #ebebe8;
    font-size: 50px;
    font-weight: 900;
  }
}

