
    /* Footertekst weghalen */
    #footerheading { display: none; }

    /* Countdown timer */
    .counter { position:relative; width: 100%; height: 200px; display: block; margin: -25px 0;}
    .counter .countSub { font-size: 16px; line-height: 20px; text-align: center; color: #fff; }

    .counter .background { background: url('/pix/themeworld/icons/counter/digit_0.png') no-repeat; background-size: contain; background-position: center center; display: block; width: 40%; height: 100%; position: relative; }
    .counter .background.digit0 { background: url('/pix/themeworld/icons/counter/digit_0.png') no-repeat; background-size: contain; background-position: center center; }
    .counter .background.digit1 { background: url('/pix/themeworld/icons/counter/digit_1.png') no-repeat; background-size: contain; background-position: center center; }
    .counter .background.digit2 { background: url('/pix/themeworld/icons/counter/digit_2.png') no-repeat; background-size: contain; background-position: center center; }
    .counter .background.digit3 { background: url('/pix/themeworld/icons/counter/digit_3.png') no-repeat; background-size: contain; background-position: center center; }
    .counter .background.digit4 { background: url('/pix/themeworld/icons/counter/digit_4.png') no-repeat; background-size: contain; background-position: center center; }
    .counter .background.digit5 { background: url('/pix/themeworld/icons/counter/digit_5.png') no-repeat; background-size: contain; background-position: center center; }
    .counter .background.digit6 { background: url('/pix/themeworld/icons/counter/digit_6.png') no-repeat; background-size: contain; background-position: center center; }
    .counter .background.digit7 { background: url('/pix/themeworld/icons/counter/digit_7.png') no-repeat; background-size: contain; background-position: center center; }
    .counter .background.digit8 { background: url('/pix/themeworld/icons/counter/digit_8.png') no-repeat; background-size: contain; background-position: center center; }
    .counter .background.digit9 { background: url('/pix/themeworld/icons/counter/digit_9.png') no-repeat; background-size: contain; background-position: center center; }

    .counter > div:nth-of-type(2) { width: 100%; height: 100%; display: flex; justify-content: center; }
    .counter > div:nth-of-type(2) > div { width: 17%; height: 88%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
    .counter > div:nth-of-type(2) > div > div:first-of-type { width: 100%; height: 70%; display: flex; justify-content: center; }

    .nlTekstvlak p a { color: red; }
    .nlTekstvlak p { font-size: 1.5em; line-height: 1.4em; color: white; padding: 20px; text-align: center; }
    .ItemAfbeelding img { width: 100%; }

    .skyscraper { display: none; }
    .SeoTekstvlak { color: white; padding: 30px 80px; text-align: center;}
    .SeoTekstvlak h1 { font-style: italic; font-size: xxx-large; text-transform: uppercase;}
    .SeoTekstvlak p { font-size: 19px; }
    .SeoTekstvlak .btn { font-size: 15px !important; }
    
    .Actiedagen { display: flex; flex-flow: wrap; text-align: center; }
    .Actiedagen img { width: 24% !important; }
    .Actiedagen .Groot img { width: 97% !important; }
    
    @media screen and (max-width: 667px) { /* Mobile */
        .SeoTekstvlak { padding: 0; }
        .SeoTekstvlak h1 { font-size: x-large; }
        .SeoTekstvlak p { font-size: 18px; }
        .counter { margin: -44px 0 -50px;}
        .Actiedagen img { width: 49% !important; }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        .SeoTekstvlak { padding: 0; }
        .counter > div:nth-of-type(2) { transform: scale(1.3); }
    }

    @media only screen and (max-width: 650px) {
        .counter .countSub { font-size: 14px; line-height: 18px; }
        .counter > div:nth-of-type(2) > div { width: 32%; }
        .counter > div:nth-of-type(2) > div > div:first-of-type { height: 40%; }
    }

    @media only screen and (max-width: 480px) {
        .counter .countSub { font-size: 12px; line-height: 14px; }
        .counter > div:nth-of-type(2) > div { width: 32%; }
        .counter > div:nth-of-type(2) > div > div:first-of-type { height: 40%; }
    }

    @media only screen and (max-width: 360px) {
        .counter .countSub { font-size: 9px; line-height: 11px; }
        .counter > div:nth-of-type(2) > div > div:first-of-type { height: 40%; }
    }