	

	/*Imports*/

    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

    

    

    

    /*NAV*/



    #PortalMenu .row { background: #f0e820; align-items: center; justify-content: center; }



    #PortalMenu .row div { width: 12%; }



    #PortalMenu .row div a { display: block; text-align: center; padding: 1em; color: black;}



    .UitklapVlak { position: absolute; padding: 0 !important; background: #e3da00; padding: 1em; display: flex; flex-direction: column;  margin-left: -15px;}



    @media screen and (max-width: 500px) { /* Mobile */



        #PortalMenu .row { flex-direction: column; }



        #PortalMenu .row div { width: 100%; }



        .UitklapVlak { position: inherit; width: 100% !important; }



   }







   @media screen and (min-width: 501px) and (max-width: 1032px) { /* Tablet */



        #PortalMenu .row div { width: 25%; }



        .UitklapVlak { width: 25% !important; }



   }

    

    

    

    

    /*Media query telefoon*/

    @media (max-width: 575px){

    .PCHeader h1 {

      font-weight: bold; 

    font-size: 3rem!important;

    }

    }

    

    .PhilipsCorsairLanding {

      font-family: 'Poppins',sans-serif;

      text-align: center;

      background: #101010;

      color:white;

    }

    /*iCUE Header*/

    .PCHeader {

      background: url('/download/b2c_be_nl/pic/icue/philipshue/corsairhue.png');

      background-position: center top;

      min-height: 700px;

      padding-top: 50px;

    }

    .PCHeader h1 {

    font-weight: bold; 

    font-size: 3rem;

    padding-top: 30px;

    }

    .PCHeader img {

        margin: 50px;

        max-width: 100%;

    }

    

    /*nav*/

    

    .PhilipsCorsairLanding .nav-link{

        color: white;

    }

    .logoRow .bg-dark {

        background-color: #393939 !important;

    }

    .PhilipsCorsairLanding .nav-item:hover .nav-link{

        color: #787878;

    }

    

    a.text-white:hover, a.text-white:focus {

        color: #393939 !important;

    }

    

    /*witte bg on hover kan je hiermee aanpassen*/

    .dropdown-item:hover, .dropdown-item:focus {

    }

    

    /*Inleiding samenwerking*/

    .PCIntro > div.col-12 > h2 {

        font-size: 2rem;

        text-transform: uppercase;

    }

    

    .PCIntro {

        margin: 5% auto;

        max-width: 650px;

    }

    

    /*PC midden*/

    .PCHowTo {

        background: url('/download/b2c_be_nl/pic/icue/philipshue/scene-rainbow.webm');

        position: relative;

    }

    

    .PCHowTo > div.col-6 > h2, .PCFooter > div.col-12 > h2{

        font-size: 2rem;

        margin-top: 2rem;

        text-transform: uppercase;

    }

    

    .PCHowTo > div.col-6 > h3{

        font-size: 1.5rem;

        margin-top: 1.5rem;

        text-transform: uppercase;

    }

    .PCHowTo > div > p, .PCHowTo > div > h3 {padding: 0 20px;}

    .PCHowTo > div > a {

        margin-top: 2rem;

        text-align: center;

        display: block;

    }

    .PCHowTo > div > a > img {

        display: block;

        width: 100%;

    }

    .PCHowTo > div > video, .PCHowTo > div > img {

    width: 100%;

    }

    

    .PCHowTo > div.col-6{

        display: flex;

      align-items: center;

      justify-content: center;

      flex-direction: column;

    }

    

    /*iCUE footer*/

    .PCFooter {

        height: auto;

        position: relative;

        padding: 20px 0;

    }

    .PCFooter > div.col-12 > h2 {

        font-size: 2rem;

        margin-top: 2rem;

        text-transform: uppercase;

    }

    .PCFooter div.col-6-md{

        padding: 10px 50px;

    }

    

    .PCFooter >div.col-6>a {

        display: flex;

        flex-direction: column;

    }

    

    .PCFooter >div.col-6>a>img{

        /*max-width: 150px;*/

        margin: 0 auto;

    }

    

    .logoRow>.col-6-md>a>span{

        padding-top: 20px;

        color: white;

    }

    

    .logoRow{

        display: flex;

    margin: auto;

    align-items: center;

    justify-content: space-between;

    }

    .col-6-md a{

        display: flex;

        flex-direction: column;

        /*margin: 10px 40px;*/

    }

    

    

    /*RESPONSIVE*/

    @media (max-width: 768px){

        .PCHeader img {

        margin: 10px;

        max-width: none;

        }

        .PCHeader h1{

            display: none;

        }

        .PCHowTo > div > a > img {

            display: block;

            width: 100%;

        }

        .PhilipsCorsairLanding > div.row{

            display: flex;

            flex-direction: column;

        }

        .PCHowTo > div.col-6, .PCFooter > div.col-6{

            width: 100%;

            margin: 20px 0;

        }

    

        .PCHowTo:nth-of-type(even){

            flex-direction:column-reverse !important;

        }

        .PCHowTo:nth-of-type(odd){

            background-color: #272727;

        }

        .logoRow{

            justify-content: center;

        }

        

        /*nav*/

        .PhilipsCorsairLanding .navbar-nav .col-2{

        width: 100% !important;

        flex: 0 0 100% !important;

        max-width: 100% !important;

    }

    }

    

    @media (max-width: 460px){

        .logoRow .col-6{

width: 100%;

        }

    }