#Kernwaarden .imageHolder{
    background-size:contain;
    width: 60px;
    height: 60px;
}
#Kernwaarden h3{
color: var(--themeBlue);
}
.kernwaarde {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
div.fslider{
    height: auto;
    aspect-ratio: 16/7;
}
@media screen and (max-width:769px){
   .pageContentCol{
      width:100%;
      max-width: 100% !important;
   }
   .huge {
       transform: none;
       font-size: 50px;
       margin: 0 0 -0.70em;
   }
}