.container1 {
    position: relative;
    width: 240px;
    background: black;
    border: 2px solid #86754d;
  }
  
  .image1 {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease-in-out;
    backface-visibility: hidden;

  }
  
  .middle1 {
    transition: .5s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  
  .container1:hover .image1 {
    opacity: 0.4;
  }
  
  .container1:hover .middle1 {
    opacity: 1;
  }
  
  .text1 {
    color: white;
    font-size: 18px;

  }

.profielrand {
  border-bottom: 5px solid #86754d;
}
  
.hrpro { 
  display: block;
  width: 130px;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 2px;
  border-color: #86754d;
} 