
.portfolio-item {
  position: relative;
  padding: 1%;
}
.portfolio-item img {
  width: 100%;
  height: auto;
}
.portfolio-item:hover .portfolio-hover {
  visibility: visible;
  opacity: 1;
}
.portfolio-item:hover .portfolio-content {
  transform: translateY(-50%);
}
.portfolio-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* visibility: hidden; */
  opacity: 0;
  transition: 0.3s ease;
}

.portfolio-content a {
  display: block;
  transition: 0.2s ease;
}
.portfolio-content a:hover {
  color: #fff;
  opacity: 0.8;
}
.portfolio-content a i {
  font-size: 30px;
}
.portfolio-content a.h3 {
  margin-top: 0;
}

.portfolio-single-page .project-details h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #dedede;
}
.portfolio-single-page .project-details span {
  color: #838383;
  width: 180px;
  display: inline-block;
}
.portfolio-single-page .project-details strong {
  color: #313131;
  font-weight: normal;
}
.portfolio-single-page .project-details ul li {
  margin-bottom: 10px;
}

.portfolio-single-slider {
  cursor: -webkit-grab;
  cursor: grab;
}

/* ----------- */

.feature {
  background-position: 50% 94px;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
}

.feature p {
  color: var(--bordeaux);
  color: #312e36;
}
section.ico {
  background-color: var(--dezentgrau);
}

.hoverEffect {
  position: relative;
  top: 0px;
  left: 0px;
  visibility: visible;
  will-change: transform;
  opacity: 1;
  /* transition-duration: 1350ms; */
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity;
}

.portfolio-content {
  position: absolute;
  left: 10%;
  top: 29%;
  width: 80%;
  height: 41%;
  padding: 5%;
  transform: translateY(10%);
  text-align: center;
  transition: inherit;
  background-color: rgba(196, 196, 196, 0.86);
}
.portfolio-content.h3,
.portfolio-content .h3 {
  font-size: 1.2rem;
}
.portfolio-hover:hover .portfolio-content {
  transform: translateY(0%);
}

a.portfolio-content:hover,
.portfolio-content a:hover {
  color: black;
  opacity: 1;
}

@media (max-width: 992px) {
  .portfolio-hover {
    visibility: visible;
    opacity: 1;
  }
  .portfolio-content {
    position: absolute;
    transform: translateY(0%);
  }
  .portfolio-content a {
    color: black;
  }
}

/* ### prüfen ### */
/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}
