 @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');
    
     #PortalPagina { width: 100%; position: relative; z-index: 0; font-family: "Poppins", sans-serif;
        img { width: 100%; }
        #Producten { background: black;  margin: 0; display: flex; flex-flow: wrap; }
        #Producten div { width: 33.33%; }
        #Producten div ul { display: flex; flex-flow: wrap; gap: 10px; padding: 0;  justify-content: center; }
        #Producten div ul li { list-style: none; }
        #Producten div ul li a { display: block;  width: fit-content; background: #77b900;  padding: 10px 20px; color: white; }
        #Producten div li a:hover { filter: brightness(0.8); }
        
        .Videos { background: #111111; text-align: center; }
     }

    @media screen and (max-width: 667px) { /* Mobile */
        #PortalPagina {
            #Producten div { width: 100%; }
            .Videos iframe { width: 100%; }
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
    }