section#voorenna{
    padding-bottom: 80px;
}

section#voorenna .container .resultatenwrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    margin-top: 40px;
}

section#voorenna h2{
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  color: #15388d;
  position: relative;
}

section#voorenna h3{
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 300;
}

section#voorenna .container .resultatenwrap img{
    max-width: unset;
    height: 500px;
    object-fit: cover;
    user-select: none;
}

section#voorenna .container .resultatenwrap .after-image img{
    width: 100%;
    object-fit: cover;
    
}

.before-after-slider {
    width:100%;
    position:relative;
    overflow:hidden;
    border:3px solid white;
    box-sizing: border-box;
  }
  
  .after-image {
    display:block
  }
  
  .before-image {
    position:absolute;
    height:100%;
    width:50%;
    top:0;
    left:0;
    overflow:hidden;
    z-index:2;
  }
  
  .resizer {
    position:absolute;
    display:flex;
    align-items:center;
    z-index:2;
    top:0;
    left:50%;
    height:100%;
    width:4px;
    background:white;
    /*Stop vertical scrolling on touch*/
    -ms-touch-action: pan-y;
      touch-action: pan-y;
  }
  
  .resizer:after {
    background: #eb5c1d;
    font: var(--fa-font-solid);
    content:'\f07e';
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    position:absolute;
    margin: 0 0 0 -22px;
    width:40px;
    height:40px;
    border-radius:50%;
    border:3px solid white;
    cursor: e-resize;
  }

@media only screen and (max-width: 1000px) {
  section#voorenna .container .resultatenwrap{
      grid-template-columns: 1fr;
      row-gap: 20px;
      margin-top: 20px;
  }

  section#voorenna .container .resultatenwrap img{
    height: 300px;
  }

  section#voorenna{
    padding-bottom: 40px;
  }

  section#voorenna h2{
      line-height: 40px;
      font-size: 35px;
  }

  section#voorenna .container > h3{
      font-size: 22px;
      line-height: 26px;
      margin: 0 !important;
  }
}