    #PortalPagina , #PortalPagina *, #PortalPagina *:before, #PortalPagina *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
    /*.col-12 { padding: 0px; }*/
    #footer .col-12 { padding: 0 15px; }

    #PortalPagina { width: 100%; background: #ededed; position: relative; z-index: 0;}
    #PortalPagina img { width: 100%; }
    #PortalPagina h1 { font-size: 30px; } 
    #PortalPagina h2 { font-size: 25px; line-height: 40px; font-weight: 900;}
    #PortalPagina p { font-size: 16px; line-height: 24px; }
    #PortalPagina figure { margin: 0px; padding: 0px; }
    .SeoBasisBlok a { font-size: 16px; line-height: 30px; color: blue; }

    /* Menu - Desktop */
    .navportal { position: absolute; display: flex; flex-direction: row; width: 100%; margin: -27px 0; padding: 0 25px;}
    .navportal .Pijltje { display: none; }
    .navportal .Uitklapmenu { padding: 0; }
    .navportal h2 { font-size: 16px !important; font-weight: 600 !important; margin: 0; padding: 7px; }
    .navportal .UitklapVlak { background: white; box-shadow: 0px 1px 5px #cac0c0; text-align: center; }
    .navportal .UitklapVlak a { display: flex; padding: 14px; justify-content: center; transition: .15s linear; }
    .navportal .UitklapmenuTitel { background: white; border: 1px solid #f1f1f1;  text-align: center; transition: .15s linear; }
    .UitklapmenuTitel:hover, .UitklapVlak a:hover { background: #ececec; transition: .15s linear; }
    
    /* Vlakverdeling */
    #PortalPagina .SeoBasisBlok { display: flex; margin: 0 auto; }
    #PortalPagina .SeoTekstvlak { width:100%; padding: 30px; display: flex; flex-direction: column; }

    .SeoEnkelvlak { width: 100%; display: inline-flex; flex-direction: row-reverse; }
    .SeoEnkelvlak div { width: 80%; align-self: center; flex: auto; }
    .SeoEnkelvlakImg { width: 100%; padding: 0; }
    .SeoEnkelvlakImg div { width: 100%; }
    .infocenterarea { text-align: center; }
    .infocenterarea > div { flex-wrap: wrap; }
    .infocenterarea figure { width: 100%; }
    .InfoLeftRightArea { flex-wrap: wrap; }   
    .Inleiding { text-align: center; padding: 60px 60px 30px;}
    
    /* Uitklapvragen */
    .Uitklapmenu { width: 100%; background: #ededed; padding: 17px; cursor: pointer; }
    .UitklapVlak { display: none;}
    .Pijltje { float: left; background: url(/pix/navigation/treeArrowRight.png) no-repeat; width: 14px; height: 26px; background-position: left 10px; cursor: pointer; }
    .Pijltje.flip { background-position: left 14px; transform: rotate(90deg); background-position-x: 5px; }
    
    /* Content */
    .ItemAfbeelding img {object-fit: cover; height: fit-content; }
    #PortalPagina .SeoBasisBlok:nth-child(even) { background: #636363; padding: 50px; }
    .SeoDubbelvlak { width: 100%; background: white; margin-bottom: 40px; box-shadow: 0 0 30px black; }
    
    #Schroevendraaiers .SeoEnkelvlak { flex-direction: row; }
    #Schroevendraaiers .SeoEnkelvlak .SeoTekstvlak { width: 60%; }
    .Fotocollage { margin: -20px 0 -3px; }
    .Fotocollage img { width: 24.95% !important; margin-right: -2px; }
    
    #Bitsets .SeoTekstvlak { width: 60%; }
    
    #Gereedschapsets { margin-bottom: 0; }
    #Gereedschapsets .SeoEnkelvlak { flex-direction: row; }
    #Gereedschapsets .SeoTekstvlak { width: 60%; }

    @media screen and (max-width: 667px) { /* Mobile */
        #PortalPagina header { background: white; }
        .SeoEnkelvlak { flex-direction: column; }
        .SeoEnkelvlak div { width: 100%; }
        #PortalPagina h1 { font-size: 25px; }
        #PortalPagina h3 { font-size: 22px; }
        #PortalPagina p { font-size: 14px; line-height: 23px;}
        .Inleiding { padding: 0; }
        
        .navportal { flex-direction: column; width: 100%; position: inherit; margin: 0; padding: 0;}
        .navportal .UitklapVlak { position: inherit; width: 100%; }
        
        #PortalPagina .SeoBasisBlok:nth-child(even) { padding: 10px; }
        #Schroevendraaiers .SeoEnkelvlak { flex-direction: column; }
        #Schroevendraaiers .SeoEnkelvlak .SeoTekstvlak { width: 100%; padding: 10px; }
        #Schroevendraaiers .ItemAfbeelding img { height: auto; }
        .Fotocollage { margin: 0 0 -3px; }
        .Fotocollage img { width: 50% !important; margin-bottom: -3px; }
        #Bitsets .SeoTekstvlak { width: 100%; }
        #Gereedschapsets .SeoEnkelvlak { flex-direction: column; }
        #Gereedschapsets .SeoTekstvlak { width: 100%; }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        #PortalPagina { width: 100%; position: relative; margin-top: -10px;}
        #Schroevendraaiers .SeoEnkelvlak .SeoTekstvlak { padding: 10px 10px 20px; }
    }