#nikoBrandportal img{



    max-width: 100%;



}







#nikoBrandportal .header {



    background-color: black;



    color: white;



}







#nikoBrandportal .col-1 {



    flex: 0 0 16.66%; /* Calculation: 100% / 6 columns = 16.67% */



    max-width: 16.66%;



}







#nikoBrandportal .navigatie a{



    color: white;



    text-transform: uppercase;



    width: 100%;



}







#nikoBrandportal .intro {



    padding: 0 10%;



}







#nikoBrandportal .productblokken .col-md-6{



    margin-bottom: 30px;



}







#nikoBrandportal .productblokken .col-md-6 .wrapper{



    background-color: black;



    color: white;



min-height: 100%;



}







#nikoBrandportal .intro h1{



    text-transform: uppercase;



}







#nikoBrandportal .hulp{



    background-color: black;



    color: white;



}







#nikoBrandportal .hulp h2{



    text-transform: uppercase;



}







@media (max-width: 850px){



    #nikoBrandportal .col-1 {



        flex: 0 0 25%; /* Calculation: 100% / 7 columns = 14.28% */



        max-width: 25%;



    }



}







@media(max-width:767px){



    #nikoBrandportal > section.hulp  .col-md-6:nth-of-type(2){



        



    }



}







@media (max-width: 490px){



    #nikoBrandportal .col-1 {



        flex: 0 0 50%; /* Calculation: 100% / 7 columns = 14.28% */



        max-width: 50%;



    }



}