.skyscraper { display: none; } 
 @font-face {font-family: Poppins; src: url(https://www.alternate.nl/download/b2c_nl/pic/fonts/Poppins-Regular.ttf); }
    
    #PortalPagina { font-family: Poppins; }
    #PortalPagina img { width: 100%; }
    #PortalPagina h1 { font-size: 30px; } 
    #PortalPagina h2 { font-size: 25px; line-height: 40px; color: #ae060e; }
    #PortalPagina p { font-size: 16px; line-height: 24px; }
    #PortalPagina section { background: #f3f3f3; margin: 10px 0; }
    #PortalPagina .row { flex-direction: row-reverse; align-items: center; }
    .SeoTekstvlak { padding: 60px; }
    .ItemAfbeelding { margin: 0 -15px; }
    .SeoTekstvlak a { display: block; width: fit-content; background: #e50602; padding: 10px 20px; margin: 10px 0; color: white; border: 3px solid #cf0700; border-radius: 20px; }
    
    /* Menu */
    #PortalMenu { width: fit-content; margin: -30px auto 60px; background: black; }
    #PortalMenu a { color: white; border: 1px solid white; width: 100%; display: block; padding: 18px 87px; background: black;}
    
    /* Vlakverdeling */
    .Inleiding { text-align: center; }
    .Inleiding a {  margin: 0 auto; }
    
    /* Content */
    #WD { background: linear-gradient(0deg, #424343, #181818, #424343) !important; color: white; }
    #WD h2 { color: white; line-height: 30px; }
    #WD .ItemAfbeelding img { padding: 50px; }

    @media screen and (max-width: 667px) { /* Mobile */
        #PortalPagina h1 { font-size: 25px; }
        #PortalPagina p { font-size: 14px; line-height: 23px;}
        .SeoTekstvlak { padding: 20px; }
        #PortalPagina section:nth-child(even) .row { flex-direction: column-reverse; }
        #WD .row:nth-child(odd) { flex-direction: column-reverse; }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        #PortalPagina h2 { font-size: 20px; line-height: 30px; }
        #PortalPagina p { font-size: 12px; line-height: 19px; }
        .SeoTekstvlak { padding: 20px; }
        .ItemAfbeelding img { height: 27em; object-fit: cover; }
        #WD .ItemAfbeelding img { padding: 10px; }
    }