@font-face {font-family: Poppins; src: url(https://www.alternate.nl/download/b2c_nl/pic/fonts/Poppins-Regular.ttf); }

    #PortalPagina { width: 100%; position: relative; z-index: 0; background: #fdfdfd; font-family: Poppins; }
    #PortalPagina img { width: 100%; }
    #PortalPagina h1 { font-size: 30px; } 
    #PortalPagina h2 { font-size: 35px; line-height: 40px; }
    #PortalPagina h2 span { font-weight: 100; }
    #PortalPagina p { font-size: 16px; line-height: 24px; }
    #PortalPagina figure { margin: 0px; padding: 0px; }
    .SeoBasisBlok a { font-size: 16px; line-height: 30px; color: #ac0000; text-decoration: none; font-weight: bold;}
 
     /* Header */
    #PortalPagina .nlLogo { display: inline-block; padding: 20px 27px 18px; background: #f2f2f2; border-bottom: 5px solid #ac0000; width: 100%;}
    #PortalPagina .nlLogo img { width: 170px; }
    #PortalPagina .OmslagFoto { margin-bottom: 5px; }
    
    .PremiumBTN { position: absolute; top: 8px; right: 10px; }
    .pulse { -webkit-animation-name: pulse; animation-name: pulse; }
    .pulse { animation-duration: 2s; animation-delay: 0.5s; animation-iteration-count: 1; }

    .pulse:hover { -webkit-animation-name: pulse; animation-name: pulse; }
    .pulse:hover { animation-duration: 2s; animation-delay: 0.5s; animation-iteration-count: infinite; }

    @-webkit-keyframes pulse {
        from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 
        50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); }
        to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
    }

    @keyframes pulse {
        from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
        50% {-webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05);}
        to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
    }

    /* Menu - Desktop */
    .navportal { position: absolute; display: flex; flex-direction: row; width: 95%; margin: -30px 25px; }
    .navportal .Pijltje { display: none; }
    .navportal .Uitklapmenu { padding: 0; }
    .navportal h2 { font-size: 16px !important; margin: 0; padding: 7px; color: black}
    .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: 20px auto; }
    #PortalPagina .SeoTekstvlak { width: 60%; padding: 30px; display: flex; flex-direction: column; }

    .SeoBasisBlok:nth-child(even) .SeoEnkelvlak { flex-direction: row; background: black; }
    .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%; }
    .InfoLeftRightArea { flex-wrap: wrap; }   
    .Inleiding { text-align: center; padding: 60px 80px 40px;}
    .Inleiding .SeoTekstvlak { width: 100% !important; }
    
    /* Uitklapvragen */
    .Uitklapmenu { width: 100%; 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 */
    .SeoEnkelvlak { background: #120a07; color: white; }
    #All-in-One .SeoEnkelvlak { background: white; color: black; }
    
    @media screen and (max-width: 667px) { /* Mobile */
        .SeoEnkelvlak { flex-direction: column; }
        .SeoEnkelvlak div { width: 100%; }
        #PortalPagina .nlLogo a { padding: 20px 21px 8px; }
        #PortalPagina iframe { margin: 17px auto; width: 103%; height: 200px; }
        #PortalPagina h1 { font-size: 25px; }
        #PortalPagina h2 { font-size: 21px; line-height: 30px; }
        #PortalPagina h3 { font-size: 22px; }
        #PortalPagina p { font-size: 14px; line-height: 23px;}
        .PremiumBTN { width: 10em; }
        #PortalPagina .SeoTekstvlak { padding: 20px; }

        .navportal { flex-direction: column; width: 100%; position: inherit; margin: 0; }
        .navportal .UitklapVlak { position: inherit; width: 100%; }
        .Inleiding { padding: 0; }
        
        #PortalPagina .SeoTekstvlak { width: 100%; }
        .SeoBasisBlok:nth-child(even) .SeoEnkelvlak { flex-direction: column; }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        #PortalPagina .SeoDubbelvlak .SeoTekstvlak { padding: 30px 0; }
        #PortalPagina { width: 100%; position: relative; margin-top: -10px;}
        .Inleiding { padding: 20px; }
    }