@font-face {
    font-family: 'Gotham Rounded';
    src: url('GothamRounded-Bold.eot');
    src: url('GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('GothamRounded-Bold.woff') format('woff'),
        url('GothamRounded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* start 0 lijn */
    html, body, div, table, tr, td, th, h1, h2, h3, h4, h5, h6, ul, li, ol, p, span, a, img, fieldset
    {
      margin: 0;
      padding: 0;
      border: none;
      text-rendering: optimizeLegibility;
    }
/* einde 0 lijn */

/* start algemeen */
    html
    {
        /* background: #424242; */
        background: #fff;
    }

    html.contentpane
    {
        background: #fff;
    }

    body
    {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        overflow-x: hidden;
    }

    .clear
    {
      display: block;
      float: none;
      clear: both;
      height: 1px;
    }

    hr.startGreyBlock,
    hr.eindeGreyBlock
    {
        display: none;
    }

    div.popover.fade
    {
        display: none !important;
    }

    .ui-tooltip
    {
        display: none !important;
    }

    /* start wrapper */
        div.wrapper
        {
            width: 1100px;
            max-width:100%;
            margin: 0 auto;
        }

        body.contentpane div.wrapper
        {
            width: auto;
        }
    /* einde wrapper */


    #jcemediabox-popup-body
    {
        min-width: 80%;
    }

    #jcemediabox-popup-content
    {
        min-width: 90%;
        margin: 0 auto;
    }

    a:active, a:focus,
    input:active, input:focus
    {
        outline: none !important;
    }

    /* start joomla edit icons */
        div.item-page div.icons
        {
            display: none;
        }
    /* einde joomla edit icons */

    /* start system-message-container */
        div#system-message-container a.close
        {
            display:none;
        }

        div#system-message-container h4.alert-heading
        {
            display:none;
        }

        div#system-message-container p
        {
            margin-bottom: 5px;
        }

        div#system-message-container .alert
        {
            background-color: #fcf8e3;
            border: 1px solid #fbeed5;
            -webkit-border-radius: 5px 5px 5px 5px;
            -moz-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
            margin-bottom: 20px;
            padding: 8px 35px 8px 14px;
        }

        div#system-message-container .alert.alertBoxInfo
        {
            max-height: 250px;
            overflow: auto;
            margin-top: 30px;
        }

        div#system-message-container .alert-success
        {
            background-color: #dff0d8;
            border-color: #d6e9c6;
            color: #468847;
        }

        div#system-message-container .alert-danger,
        div#system-message-container .alert-error
        {
            background-color: #f2dede;
            border-color: #eed3d7;
            color: #b94a48;
            overflow: hidden;
        }

        div#system-message-container .alert-info
        {
            background-color: #d9edf7;
            border-color: #bce8f1;
            color: #3a87ad;
        }

        div#system-message-container .alert-block
        {
            padding-bottom: 14px;
            padding-top: 14px;
        }
    /* einde system-message-container */



/* start cookieBanner */
    div.cookieBanner
    {
        background: #222222;
        position: fixed;
        z-index: 9999;
        width: 100%;
        padding: 10px 0;
        bottom: -100px;
    }

    div.cookieBanner.slide-up
    {
        bottom: 0px !important;
    }

    div.cookieBanner.slide-down
    {
        bottom: -100px !important;
    }

    div.cookieBanner p
    {
        color: #fff;
        font-size: 12px;
        margin-bottom: 5px;
    }

    div.cookieBanner a
    {
        color: #ffde00;
        text-decoration: none;
    }

    body.desktop div.cookieBanner a:hover
    {
        color: #fff;
    }

    div.cookieBanner div.hideCookieMessage
    {
        float: right;
        margin-top: 10px;
        padding: 10px 50px;
        width: auto;
    }
/* einde cookieBanner */

    /* start btn */
        div.btn,
        a.btn,
        input.btn,
        button.btn,
        a.btn-black,
        a.btn-yellow
        {
            display: inline-block;
            min-width: 100px;
            padding: 0 20px;
            height: 40px;
            line-height: 40px;
            background: #424242;
            color: #fff!important;
            text-align: center;
            -webkit-border-radius: 15px 15px 15px 15px;
            -moz-border-radius: 15px 15px 15px 15px;
            border-radius: 15px 15px 15px 15px;
            cursor: pointer;
            border: none;
            font-weight: 400;
        }

        body.desktop div.btn:hover,
        body.desktop a.btn:hover,
        body.desktop a.btn-black:hover,
        body.desktop a.btn-yellow:hover,
        body.desktop input.btn:hover,
        body.desktop button.btn:hover,
        body.desktop div.btn a:hover,
        div.btn.active
        {
            background-color: #ffde00;
            color: #424242!important;
            text-decoration: none!important;
        }

        div.btn a,
        a.btn,
        a.btn-black,
        a.btn-yellow
        {
            display: inline-block;
            text-decoration: none;
            color: #fff!important;
        }

        div.btn a
        {
            display: block;
        }

        .btn.yellow
        {
            background-color: #ffde00;
            color: #424242!important;
        }

        body.desktop .btn.yellow:hover,
        .btn.yellow.active
        {
            background-color: #424242 !important;
            color: #fff !important;
        }

        div.page a.btn.anchor-button {
            margin:6px 20px 6px 0;
        }
    /* einde btn */

    /* start form */
        form .select2-container
        {
            width: 360px !important;
        }
        
        form fieldset
        {
            margin-bottom: 20px;
        }

        form label
        {
            display: block;
            margin-top: 20px;
        }

        form .checkboxField  label
        {
            margin-top: 0px;
        }

        form input
        {
            display: block;
            line-height: 40px;
            margin-bottom: 15px;
            padding: 0 8px;
            background: #e6eaea;
            border: none;
            color: #333;
        }

        form input[type=text]
        {
            height: 40px;
        }

        form div.uploadField input
        {
            border:none;
        }

        form div.textField input
        {
            width:  345px;
        }

        form div.telField input
        {
            width:  355px;
        }

        form div.jCaptchaField
        {
            margin-bottom: 15px;
        }

        form div.telField
        {
            margin-bottom: 15px;
        }

        form div.selectric-wrapper
        {
            margin-bottom: 15px;
        }

        div.page div.content form div.selectric-wrapper ul
        {
            margin-left:  0;
            list-style-type: none;
            margin-bottom: 0;
        }

        form select
        {
            display: block;
            font-size: 17px;
            line-height: 25px;
            margin-bottom: 15px;
            border: none;
            padding: 0 5px;
        }

        form textarea
        {
            display: block;
            line-height: 25px;
            margin-bottom: 15px;
            background: #e6eaea;
            border: none;
            padding: 0 5px;
            width: 500px;
            height: 250px;
            color: #333;
        }

        form .numberControl
        {
            display: none;
        }

        form .singleSelect
        {
            margin-bottom: 15px;
        }

        form .singleSelect .resetList
        {
            display: none;
        }

        form div.checkboxField .controls,
        form div.checkboxField .control-label
        {
            display: inline-block;
            max-width: 85%;
        }

        form div.checkboxField .controls
        {
            margin-right: 10px;
        }

        form #acyuserinfo .acykey,
        form #acyuserinfo .inputVal
        {
            display: block;
            float: none;
        }

        form #acyuserinfo input[type=text]
        {
            width: 345px;
        }
    /* einde form */

    /* start apotheoseTable */
        table.apotheoseTable
        {
            border-collapse: collapse;
            margin-top: 50px;
            width: 100%;
        }
        table.apotheoseTable tr td
        {
            border-top: 1px solid #8FCFA8;
            border-bottom: 1px solid #8FCFA8;
            font-size: 16px;
            color: #424242;
            padding: 10px 40px 14px 5px;
            vertical-align: top;
            position: relative;
            /* z-index:-1; */
            height: 30px;
        }
        table.apotheoseTable tr th
        {
            border-top: 1px solid #8FCFA8;
            border-bottom: 1px solid #8FCFA8;
            font-size: 20px;
            color: #8FCFA8;
            padding: 10px 5px 10px 5px;
            vertical-align: top;
            /* position: relative; */
            /* z-index:-1; */
            height: 30px;
        }
        table.apotheoseTable tr td:first-child
        {
            padding-right: 5px;
        }
        table.apotheoseTable tr.zebra td,
        table.apotheoseTable tr.zebra th
        {
            background: #F5F5F5;
        }
        table.apotheoseTable tr td .openReadMore,
        table.apotheoseTable tr td .closeReadMore
        {
            display: block;
            position: absolute;
            right: 0;
            top: 4px;
        }
    /* einde apotheoseTable */

    /* start checkbox */
        .icheckbox {
            height: 25px;
            width: 25px;
            background-color: #fff;
            border:1px solid #d0cccc;
            border-radius: 4px;
            margin-bottom: -8px;
        }

        .iradio {
            width: 10px;
            height: 10px;
            background-color: #fff;
            border-radius: 15px;
            border:5px solid #fff;
            margin-bottom: -3px;
        }

        .iradio.checked {
            background-color: #2b86f9;
        }

        .icheckbox.checked
         {
            background-image: url(../images/sbjs-check.png);
        }
        .icheckbox.unchecked
        {
            background-image: none;
        }

        .icheckbox.disabled, .iradio.disabled {
            background-color: #eee;
            border-color:#eee;

        }

        .iradio.disabled.checked {
            border-color:#fff;
        }
    /* einde checkbox */
/* einde algemeen */


/* start toTopBtn */
    div.toTopBtn
    {
        display: none;
        padding: 15px;
        position: fixed;
        z-index: 99999;
        bottom: 80px;
        right: 0;
        background: #ffde00;
        -webkit-border-radius: 30px 30px 30px 30px;
        -moz-border-radius: 30px 30px 30px 30px;
        border-radius: 30px 30px 30px 30px;
        -webkit-box-shadow: #bbb 0 2px 7px;
        -moz-box-shadow: #bbb 0 2px 7px;
        box-shadow: #bbb 0 2px 7px;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    body.deskop div.toTopBtn:hover
    {
        background: #e8378d;
    }

    div.toTopBtn .ico
    {
        display: block;
        width: 25px;
        height: 25px;
        background: url(../images/ico-totop.png) center no-repeat;
    }
/* einde toTopBtn */

/* start topNav */
    div.topNav
    {
        display: block;
        background: #424242;
        height: 55px;
    }

    div.topNav ul
    {
        list-style-type: none;
    }

    div.topNav ul li
    {
        display: block;
        float: left;
        margin-right: 15px;
    }

    div.topNav ul li.subscribe
    {
        float: right;
        background: #FB4BA4;
        padding: 0 40px;
        font-size: 16px;
    }

    div.topNav ul li.subscribe a
    {
        font-size: 16px;
    }

    div.topNav ul li.subscribe:hover
    {
        background: #FFDA39;
    }

    div.topNav ul li.subscribe:hover a
    {
        color: #424242;
    }

    div.topNav ul li a
    {
        line-height: 55px;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 400;
    }

    div.topNav ul li a.hideInTopMenu
    {
        display: none;
    }

    div.topNav div.basket {
        float: right;
        position: relative;
        color: #fff;
        font-weight: 300;
        font-size: 16px;
        line-height: 55px;
        padding: 0 20px;
    }

    div.topNav div.basket a {
        text-decoration: none;
        color: inherit;
    }

    div.topNav div.basket span.basketIcon {
        float: right;
        background: url('../images/icon-shopping-cart.png') no-repeat;
        height: 30px;
        width: 30px;
        margin-top: 12.5px;
        margin-left: 10px;
    }


    body.desktop div.topNav div.basket:hover {
        background: #ffde00;
        color:#000;
        cursor: pointer;
    }

    body.desktop div.topNav div.basket:hover span.basketIcon {
        background: url('../images/icon-shopping-cart-black.png') no-repeat;
    }

    div.topNav span.basketAmount {
        position: absolute;
        top: 10px;
        right: 15px;
        background: #fff;
        height: 18px;
        width: 18px;
        border-radius: 18px;
        font-size: 11px;
        font-weight: 400;
        color: #000;
        line-height: 18px;
        text-align: center;
    }

    div.topNav div.hoverInfo {
        position: absolute;
        display: none;
        right: 0;
        width: 300px;
        background: #fff;
        border-width: 0 1px 1px 1px;
        border-color: #424242;
        border-style: solid;
        border-radius: 0 0 10px 10px;
    }

/*    div.topNav div.basket:hover div.hoverInfo {
        display: block;
    }
*/
    div.topNav div.hoverInfo div.basketItem {
        padding: 10px;
    }

    body.desktop div.topNav div.hoverInfo div.basketItem:hover {
        background: #ffde00;
        color:#000;
        cursor: pointer;
    }

    div.topNav div.hoverInfo div.basketItem .basketImage {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    div.topNav div.hoverInfo div.basketItem .basketImage img {
        width: 100%;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }

    /* start schoolInfoBlock  */
        div.schoolInfoBlock
        {
            display: block;
            max-width: 180px;
            width: 180px;
            float: right;
            margin-top: 10px;
            margin-right: 20px;
            color:  #ffde00;
            font-size: 12px;
            padding-left: 25px;
            border-left: 1px solid #424242;
            overflow: hidden;
            height: 35px;
        }
    /* einde schoolInfoBlock  */
/* einde topNav */

/* start top */
    div.top
    {
        display: block;
        background: #fff;
        padding: 25px 0;
    }

    /* start logo */
        div.logo
        {
            display: block;
            float: left;
            width: 160px;
            margin-right: 35px;
        }

        div.logoSBSJ
        {
            /* margin-top: -42px; */
        }

        div.logoSBSJ img
        {
            height: auto;
            width: 100%;
        }

        div.logoApotheose
        {
            display: block;
            /* float: right; */
            margin-top: -10px;
            /* margin-right: 20px; */
            /* margin-left: 200px; */

            /* position: absolute; */
            width: 100%;
            max-width: 1100px;
            text-align: center;
        }

        div.logoApotheose img
        {
            width: 100%;
            height:  auto;
        }

        div.logoApotheose a.logoMoev
        {
            display: block;
            float: left;
        }

        div.logoApotheose a.logoMoev img
        {
            height: 70px;
        }
        div.logoApotheose span.apotheoseTitle
        {
            display: block;
            float: left;
            font-size: 40px;
            color: #424242;
            text-decoration: none;
            font-weight: bold;
            font-family: 'Gotham Rounded';
            margin-top: 30px;
            margin-left:  10px;
            background: url(../images/bol.png) right 22px no-repeat;
            padding-right: 25px;
            margin-right: 10px;
        }
        div.logoApotheose span.apotheose_datum
        {
            display: block;
            float: left;
            font-size: 30px;
            color: #424242;
            text-decoration: none;
            font-family: 'Gotham Rounded';
            margin-top: 40px;
        }
    /* einde logo */
/* einde top */

/* start mainMenu */
    div.mainMenu
    {
        background: #fff;
    }

    div.mainMenu.subActive
    {
        background: #fff url(../images/bg-mainMenu.jpg) top left repeat-x;
    }
    /*
    div.mainMenu.overBanner
    {
        position: absolute;
        z-index: 50;
        width: 100%;
        background: none;
        margin-top: -50px;
    }
    */

    div.mainMenu div.wrapper>ul.mod-menu
    {
        list-style-type: none;
display: flex;
width: 100%;
justify-content: space-between;
background: #8fcfa8;
border-radius: 16px;
    }

    div.mainMenu ul ul
    {
        display: none;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li
    {
        display: block;
        /* float: left; */
    }

    div.mainMenu div.wrapper>ul.mod-menu>li>a
    {
        display: block;
        text-decoration: none;
        height: 60px;
        line-height: 60px;
        width: auto;
        background: #8fcfa8;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 10px 44px;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li.first>a
    {
        -webkit-border-radius: 15px 0px 0px 15px;
        -moz-border-radius: 15px 0px 0px 15px;
        border-radius: 15px 0px 0px 15px;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li.last>a
    {
        -webkit-border-radius: 0px 15px 15px 0px;
        -moz-border-radius: 0px 15px 15px 0px;
        border-radius: 0px 15px 15px 0px;
    }

    body.desktop div.mainMenu div.wrapper>ul.mod-menu>li:hover>a,
    div.mainMenu div.wrapper>ul.mod-menu>li.current>a
    {
        background: #ffde00;
        color: #424242;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li>a>div.icon
    {
        display: block !important;
        width: 75px;
        height: 50px;
        background: url(../images/sprite-mainMenu.png) left top no-repeat;
        margin-bottom: 10px;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li>a.ico-bal>div.icon
    {
        background-position: 0px top;
    }

    body.desktop div.mainMenu div.wrapper>ul.mod-menu>li:hover>a.ico-bal>div.icon,
    div.mainMenu div.wrapper>ul.mod-menu>li.current>a.ico-bal>div.icon
    {
        background-position: 0px bottom;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li>a.ico-schoen>div.icon
    {
        background-position: -75px top;
    }

    body.desktop div.mainMenu div.wrapper>ul.mod-menu>li:hover>a.ico-schoen>div.icon,
    div.mainMenu div.wrapper>ul.mod-menu>li.active>a.ico-schoen>div.icon
    {
        background-position: -75px bottom;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li>a.ico-chronometer>div.icon
    {
        background-position: -150px top;
    }

    body.desktop div.mainMenu div.wrapper>ul.mod-menu>li:hover>a.ico-chronometer>div.icon,
    div.mainMenu div.wrapper>ul.mod-menu>li.active>a.ico-chronometer>div.icon
    {
        background-position: -150px bottom;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li>a.ico-cart>div.icon
    {
        background-position: -225px top;
    }

    body.desktop div.mainMenu div.wrapper>ul.mod-menu>li:hover>a.ico-cart>div.icon,
    div.mainMenu div.wrapper>ul.mod-menu>li.active>a.ico-cart>div.icon
    {
        background-position: -225px bottom;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li>div.sub
    {
        display: none;
        position: absolute;
        background: #ffde00;
        width: 100%;
        left: 0;
        list-style-type: none;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li ul
    {
        /*display: block;*/
        width: 1100px;
        margin: 0 auto;
        list-style-type: none;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li.active>div.sub ul
    {
        display: block;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li.active>div.sub
    {
        display: block;
        padding: 20px 0;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li.active>div.sub>ul>li
    {
        display: block;
        float: left;
        margin-right: 30px;
        margin-bottom: 5px;
    }

    div.mainMenu div.wrapper>ul.mod-menu>li.active>div.sub>ul>li>a
    {
        text-decoration: none;
        color: #424242;
        font-size: 16px;
        text-transform: uppercase;
    }

    body.desktop div.mainMenu div.wrapper>ul.mod-menu>li.active>div.sub>ul>li>a:hover,
    div.mainMenu div.wrapper>ul.mod-menu>li.active>div.sub>ul>li.active>a
    {
        color: #fff;
    }
/* einde mainMenu */

/* start banner */
    div.banner
    {
        background: #fff;
        padding-top: 50px;
    }

    /* body.homePage div.banner,
    div.banner.padTop
    {
        padding-top: 50px;
    } */

    div.banner div.custom
    {
        display: block;
        height: 275px;
        background-position: center;
    }
/* einde banner */

.topBannerSmall
{
    /* height: 50px; */
    width: auto;
    height: auto;

/* border:  4px solid #ffde00; */
}

/* start page */
    div.page
    {
        background: #fff;
        padding-top: 30px;
        padding-bottom: 120px;
        padding-bottom: 50px;
   }

   /* .contentBannerWrapper
   {
    position: relative;
        width: 100vw;
        min-width: var(--wrapper-width-min);
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    height: 400px;
    background-size: cover;
    background-position:  center;
   }

   img.contentBanner
   {
    display:  none;
   } */

    div.page h1
    {
       font-family: 'Gotham Rounded';
       font-weight: bold;
       font-size: 48px;
       color: #424242;
       margin-bottom: 15px;
       padding-left: 15px;
       padding-top: 10px;
       background: url(../images/boogje-h1.png) no-repeat;
    }


    div.page h2
    {
       font-weight: 300;
       font-size: 30px;
       color: #424242;
       margin-top: 30px;
       margin-bottom: 10px;
    }

    div.page h3
    {
       font-weight: 400;
       font-size: 20px;
       color: #424242;
       margin-top: 20px;
    }

    div.page h4
    {
       font-weight: 400;
       font-size: 18px;
       color: #d7be0d;
        margin-top: 20px;
    }

    div.page p
    {
        margin-bottom: 10px;
    }

    div.page img
    {
        -webkit-border-radius: 15px 15px 15px 15px;
        -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
    }

    div.page a,
    div.page a.wf_file.img
    {
        display: inline-block;
        padding: 0px 4px;
        border-bottom: 2px solid #ffde00;
        text-decoration: none;
        color: #000;
    }

    div.page a:not([href]),
    div.page a.anchor {
        padding: 0;
    }

    body.desktop div.page a:hover,
    body.desktop div.page a.wf_file.img:hover
    {
        background-color: #ffde00;
        color: #fff;
    }

    div.page a.img
    {
        border: none;
        padding: 0;
        display: inherit;
    }

    body.desktop div.page a.img:hover {
        background: none;
    }

    div.page a.btn
    {
        height: auto;
        line-height: normal;
        padding: 15px;
        border: none;
    }

    div.page a.btn-black
    {
        border: none;
        min-height: 45px;
        line-height: normal;
        font-size: 16px;
        padding: 25px 80px 20px 25px;
        background-image: url(../images/bg-btnBlack.png);
        background-position: right center;
        background-repeat: no-repeat;
        text-transform: uppercase;
        text-align: right;
    }

    body.desktop div.page a.btn-black:hover
    {
        background-image: url(../images/bg-btnBlack_hover.png);
    }

    div.page a.btn-nieuwsberichten
    {
        display: block;
        float: right;
        margin-top: -95px;
    }

    div.page a.btn-yellow
    {
        background: #ffde00;
        border: none;
        min-height: auto;
        height: auto;
        line-height: normal;
        font-size: 16px;
        padding: 15px;
        margin-top: 10px;
        color: #424242 !important;
    }

    body.desktop div.page a.btn-yellow:hover
    {
        background: #424242;
        color: #fff !important;
    }

    div.page ul
    {
        list-style-type: none;
        margin: 10px 0;
    }

    div.page ul li
    {
        background: url(../images/bg-bulletList.png) left 5px no-repeat;
        padding-left: 25px;
    }

    div.page ol
    {
        margin: 10px 0 10px 15px;
    }

    div.page strong
    {
        color: #434342;
        font-weight: 600;
    }

    /* start menuLowerLvl */


        ul.menuLowerLvl.style_1,
        ul.menuLowerLvl.style_2
        {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

        div.page ul.menuLowerLvl
        {
            list-style-type: none;
        }

        div.page ul.menuLowerLvl li
        {
            display: block;
            float: left;
            margin-bottom: 15px;
            width: 263px;
            border: 1px solid #8fcfa8;
            -webkit-border-radius: 15px 15px 15px 15px;
            -moz-border-radius: 15px 15px 15px 15px;
            border-radius: 15px 15px 15px 15px;
            padding: 0;
            background: none;
        }

        div.page ul.menuLowerLvl li a
        {
            text-decoration: none;
            border: none;
            padding: 0;
        }

        body.desktop div.page ul.menuLowerLvl li a:hover
        {
            background: none;
        }

        div.page ul.menuLowerLvl li img
        {
            display: block;
            -webkit-border-radius: 15px 15px 0px 0px;
            -moz-border-radius: 15px 15px 0px 0px;
            border-radius: 15px 15px 0px 0px;
            height: 130px;
        }

        div.page ul.menuLowerLvl li .info
        {
            padding: 20px 25px;
        }

        div.page ul.menuLowerLvl li .info h3
        {
            font-size: 18px;
            font-weight: 400;
            color: #424242;
            text-transform: none;
            margin-bottom: 10px;
        }

        div.page ul.menuLowerLvl li .info .intro
        {
            font-size: 16px;
            font-weight: 300;
            color: #424242;
            margin-bottom: 25px;
        }

        div.page ul.menuLowerLvl li .info .btn
        {
            padding: 0;
            width: 50px;
            height: 50px;
            line-height: 50px;
            min-width: auto;
            font-size: 25px;
            color: #fff !important;
            

            background-image: url(../images/sprite-readMoreBlock.png);
            background-position: 0px -100px;
            transform: rotate(-90deg);
        }

        div.page ul.menuLowerLvl.style_3
        {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            flex-wrap: wrap;
        }

        div.page ul.menuLowerLvl.style_3 li
        {
            border: none;
            position: relative;
            width: 300px;
        }
        div.page ul.menuLowerLvl.style_3 li a
        {
            display: block;
            position: relative;
        }
        div.page ul.menuLowerLvl.style_3 li a img
        {
            width: 300px;
            height: 250px;
            border-radius: 15px;
        }
        div.page ul.menuLowerLvl.style_3 li a div.icon
        {
              position: absolute;
              z-index: 50;
              padding: 0;
              width: 50px;
              height: 50px;
              line-height: 50px;
              min-width: auto;
              font-size: 25px;
              margin-left: -25px;
              margin-top: -25px;
              left: 50%;
              top: 50%;
              background-image: url(../images/sprite-readMoreBlock.png);
              background-position: 0px -50px;
              transform: rotate(-90deg);
        }
        div.page ul.menuLowerLvl.style_3 li div.info
        {
            padding: 0;
        }
        div.page ul.menuLowerLvl.style_3 li div.info h3
        {
            text-transform: uppercase;
        }

        body.desktop div.page ul.menuLowerLvl.style_3 li a:hover div.icon {display:none;}

        body.desktop div.page ul.menuLowerLvl.style_3 li a:hover div.content
        {
            display: block !important;
            box-sizing: border-box;
            height: 250px;
            width: 300px;
            position: absolute;
            background: red;
            padding: 30px 35px 30px 35px;
            color: #fff;
            font-size: 15px;
            font-weight: 300;
            background: url(../images/bg-transparent-000000-60.png);
            -webkit-border-radius: 15px 15px 15px 15px;
            -moz-border-radius: 15px 15px 15px 15px;
            border-radius: 15px 15px 15px 15px;
            overflow: hidden;
        }
        body.desktop div.page ul.menuLowerLvl.style_3 li a:hover div.content div.btn.readmore
        {
            position: absolute;
            bottom: 30px;
            left: 35px;
            width: 190px;
        }
    /* einde menuLowerLvl */

    div.page .svs_hashtag
    {
        display: block;
        font-size: 30px;
        color: #ffde00;
        font-weight: 400;
        background: url(../images/bg-hashtag.png) left center no-repeat;
        padding-left: 110px;
        margin: 45px 0 25px;
    }

    div.page .svs_quote
    {
        display: block;
        font-family: 'Gotham Rounded';
        font-size: 28px;
        color: #8fcfa8;
        font-weight: bold;
        font-style: italic;
        background: url(../images/bg-quote.png) top center no-repeat;
        padding-top: 65px;
        margin: 30px 0;
        text-align: center;
        clear: left;
    }

    div.page div.relatedItems
    {
        margin-top: 50px;
    }

    div.page span.wf_caption span
    {
        font-size: 11px;
        font-style: italic;
    }


    /* start subscribe */
        div.subscribe
        {
            display: block;
            float: right;
            width: 22%;
            padding: 2%;
            background:  #f5f5f5;
            margin-top: 75px;

            border: 2px solid #8fcfa8;
        -webkit-border-radius: 15px 15px 15px 15px;
        -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
        }

        div.subscribe h2
        {
            margin: 0 0 20px;
            font-size: 25px;
        }

        div.subscribe a
        {
            display: inline-block;
            margin-top: 10px;
        }

        div.subscribe .acysubbuttons
        {
            text-align: left;
        }
    /* einde subscribe */

    body.homePage .page .wrapper
    {
        position: relative;
    }

    body.homePage div.content
    {
        display: block;
        width: 65%;
    }

    body.homePage div.content h1
    {
        font-size: 35px;
    }

    body.homePage .homeArt
    {
        display: block;
        position: absolute;
        z-index: 999;
    }

    body.homePage .homeArt.art-wave
    {
        right: 50px;
        bottom: 0;
        margin-bottom: -30px;
    }

    body.homePage .homeArt.art-stippel
    {
        bottom: 0;
        margin-bottom: -70px;
    }

    body.homePage .homeArt.art-boogje
    {
        left: 71%;
        margin-top: 45px;
    }

    body.homePage .homeArt.art-punt
    {
        left: 50%;
        bottom: 0;
        margin-bottom: -40px;
    }



    /* start greyBlock */
        div.greyBlock
        {
            display: block;
            background: #f5f5f5;
            padding-top: 20px;
            padding-bottom: 20px;
            margin-top: 40px;
            margin-bottom: 40px;
            clear: both;
            /* width: 10000px;
            margin-left: -4450px; */


            position: relative;
            width: 100vw;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
        }

        div.greyBlock:first-child
        {
            margin-top: 0px;
        }

        div.greyBlock .funEl1
        {
            display: block;
            width: 120px;
            height: 135px;
            background: url(../images/art-w.png) center no-repeat;
            position: absolute;
            right: 150px;
            opacity:0.75;
        }

        div.greyBlock .funEl2
        {
            display: block;
            width: 140px;
            height: 140px;
            background: url(../images/art-cirkel.png) center no-repeat;
            position: absolute;
            left: -70px;
            top: 0px;
            bottom: 0px;
            margin-top: auto;
            margin-bottom: auto;
        }

        div.colRight div.greyBlock .funEl1,
        div.colRight div.greyBlock .funEl2
        {
            display: none;
        }
    /* einde greyBlock */

    /* start readMoreBlock */
        div.btn.openReadMore,
        div.btn.closeReadMore
        {
            height: 50px !important;
            width: 50px !important;
            line-height: 50px !important;
            padding: 0;
            min-width: auto;
            background-image: url(../images/sprite-readMoreBlock.png);
            background-repeat: no-repeat;
            margin-bottom: 15px;
            background-size: unset !important;
        }

        div.btn.openReadMore
        {
            background-position: left bottom !important;
        }

        body.desktop div.btn.openReadMore:hover
        {
            background-position: left top !important;
        }

        div.btn.closeReadMore
        {
            background-position: right bottom !important;
        }

        body.desktop div.btn.closeReadMore:hover
        {
            background-position: right top !important;
        }

        div.readMoreBlock
        {
            display: none;
        }
    /* einde readMoreBlock */
/* einde page */

/* start totSearch */
    div.totSearch
    {
        color: #8fcfa8;
        border-top: 1px solid #8fcfa8;
        border-bottom: 1px solid #8fcfa8;
        padding-top: 10px;
        padding-bottom: 10px;
        font-style: italic;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 35px;
    }
/* einde totSearch */

/* start colLeft */
    div.colLeft
    {
        display: block;
        width: 240px;
        float: left;
    }
/* einde colLeft */

/* start listSearch */
    div.listSearch
    {
        margin-bottom: 20px;
    }

    div.listSearch input
    {
        height: 50px;
        line-height: 50px;
        border: none;
        -webkit-border-radius: 15px 15px 15px 15px;
        -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
        width: 200px !important;
        padding: 0 40px 0 10px;
        background: #fff url('../images/bg-listSearch.png') 210px center no-repeat;
    }

    div.listSearch input#postcodeSearch
    {
        background: #fff url('../images/ico-search-zip.png') 210px center no-repeat;
    }

    div.listSearch label.distance
    {
        display: block;
        float: left;
        margin-top: 20px;
        width: 150px;
        text-align: right;
    }

    div.listSearch div.selectric-wrapper
    {
        display: block;
        float: right;
        width: 80px;
        width: auto;
        margin-top: 15px;
    }

    div.listSearch div.control-group.dateFrom
    {
        display: block;
        width: 110px;
        float: left;
    }

    div.listSearch div.control-group.dateFrom label
    {
        margin-left: 5px;
    }

    div.listSearch div.control-group.dateFrom input
    {
        display: block;
        width: 90px !important;
        padding: 0 10px;
    }

    div.listSearch div.control-group.dateTill
    {
        display: block;
        width: 110px;
        float: right;
    }

    div.listSearch div.control-group.dateTill label
    {
        margin-left: 5px;
    }

    div.listSearch div.control-group.dateTill input
    {
        display: block;
        width: 90px !important;
        padding: 0 10px;
    }
/* einde listSearch */

/* start search_old_items */
    div.search_old_items
    {
        border-bottom:  1px solid #8fcfa8;
        padding-bottom: 15px;
        margin-bottom: 35px;
    }

    div.search_old_items div.control-group
    {
        display: block;
        clear: both;
    }

    div.search_old_items div.controls,
    div.search_old_items div.control-label
    {
        display: block;
        float: left;
    }

    div.search_old_items div.controls
    {
        margin-right: 5px;
    }

    div.search_old_items div.control-label
    {
        width: 210px;
    }
/* einde search_old_items */

/* start chosenSessions */
    div.chosenSessions
    {
        display: block;
        /* border: 1px solid #F47041; */
        border: 1px solid #424242;
        -webkit-border-radius: 15px 15px 15px 15px;
        -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
        margin-bottom: 50px;
        margin-top: 7px;
        overflow: hidden;
    }

    div.chosenSessions div.title
    {
        display: block;
        /* background: #F47041; */
        background: #424242;
        color: #fff;
        font-size: 20px;
        line-height: 50px;
        height: 50px;
        padding: 0 15px;
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
        margin-bottom: 15px;
        font-weight: 400;
    }

    div.activitiesConfirmation div.chosenSessions
    {
        width: 50%;
    }

    div.chosenList
    {
        display: block;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    div.chosenList .chosenActRow
    {
        margin-bottom: 25px;
    }

    div.chosenList .chosenActRow .actTitle
    {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    div.chosenList .chosenActRow .times
    {
    }

    div.chosenList .chosenActRow .times .time
    {
        font-size: 15px;
    }

    div.chosenSessions .btn
    {
        margin-bottom: 20px;
        width: 210px;
        margin-left: 15px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    div.chosenSessions .btn.deleteSession
    {
        display: block;
        margin-left: 0;
        width: 100px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
        margin-left: 0px;
        text-align: center;
        font-size:  14px;
    }
/* einde chosenSessions */

/* start listFilters */
    div.listFilters h3,
    div.listSearch h3
    {
        font-weight:  bold;
        font-size: 17px;
        color: #424242;
        margin-bottom: 10px;
    }

    div.listFilters div.categoryBlock,
    div.listSearch div.categoryBlock
    {
        border-bottom:  1px solid #8fcfa8;
        padding-bottom: 15px;
        margin-bottom: 35px;
    }

    div.listFilters div.control-group
    {
        display: block;
        clear: both;
    }

    div.listFilters div.controls,
    div.listFilters div.control-label
    {
        display: block;
        float: left;
    }

    div.listFilters div.controls
    {
        margin-right: 5px;
    }

    div.listFilters div.control-label
    {
        width: 210px;
        font-size: 16px;
    }

    div.listFilters div.filterReadMore
    {
        /* display: none; */
    }

    div.listFilters div.readMoreBtn
    {
        float: right;
    }


    div.listFilters div.btn.openFilterReadMore,
    div.listFilters div.btn.closeFilterReadMore
    {
        height: 50px;
        width: 50px;
        line-height: 50px;
        padding: 0;
        min-width: auto;
        background-image: url(../images/sprite-readMoreBlock.png);
        background-repeat: no-repeat;
        margin-bottom: 15px;
    }

    div.listFilters div.btn.openFilterReadMore
    {
        background-position: -10px -8px;
        width: 30px;
        height: 30px;
    }

    div.listFilters div.btn.closeFilterReadMore
    {
        background-position: -60px -10px;
        width: 30px;
        height: 30px;
    }

    div.listFilters .activeFilter div.readMoreBtn
    {
        background-color: #ffde00;
    }
/* einde listFilters */

/* start itemsGrid */
    div.noResults
    {
        text-align: center;
    }
    div.itemsGrid
    {
        display: block;
        width: 840px;
        float: right;
        background: none;
        min-height: 150px;
    }

    div.itemsGrid.loadingIcon
    {
        background: url('../images/ajax-loader.gif') center 65px  no-repeat;
    }

    div.itemsGrid div.listItem
    {
        display: block;
        float: left;
        margin: 7px 7px;
        width: 263px;
        border: 1px solid #8fcfa8;
        -webkit-border-radius: 15px 15px 15px 15px;
        -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
        height: 480px;
        background: #fff;
    }

    div.itemsGrid div.listItem a
    {
        text-decoration: none;
        border: none;
        padding: 0;
        display: block;
    }

    body.desktop div.itemsGrid div.listItem a:hover
    {
        background: none;
        color: #000;
    }

    div.itemsGrid div.listItem .itemInfo
    {
        display: block;
        position: relative;
        height: 480px;
        overflow: hidden;
    }

    div.itemsGrid div.listItem .itemInfo .thema
    {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 15px;
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        background: #8FCFA8;
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
    }

    div.itemsGrid div.listItem .itemInfo h3
    {
        font-size: 20px;
        font-weight: 400;
        color: #424242;
        text-transform: none;
        margin-bottom: 10px;
        height: 140px;
        padding: 0 25px;
        max-height: 140px;
        overflow: hidden;
    }

    div.itemsGrid div.listItem .itemInfo .location
    {
        display: table-cell;
        vertical-align: middle;
        width: 213px;
        font-size: 18px;
        font-weight: 300;
        color: #424242;
        height: 80px;
        line-height: 23px;
        padding: 0 25px;
        background: #E9F6EE;
    }

    div.itemsGrid div.listItem .itemInfo .sessions
    {
        display: block;
        padding: 0 25px;
        /* margin-top: 30px; */
        margin-top: 10px;
    }

    div.itemsGrid div.listItem .itemInfo .sessions .sessionRow
    {
        display: block;
        margin-bottom: 10px;
    }

    div.itemsGrid div.listItem .itemInfo .sessions div.radioField,
    div.itemsGrid div.listItem .itemInfo .sessions div.radioField .controls,
    div.itemsGrid div.listItem .itemInfo .sessions div.radioField .control-label,
    div.itemsGrid div.listItem .itemInfo .sessions div.capacity
    {
        display: inline-block;
    }

    div.itemsGrid div.listItem .itemInfo .sessions div.capacity
    {
        float: right;
        font-weight: bold;
    }

    div.itemsGrid div.listItem .itemInfo .sessions div.capacity.full
    {
        color: red;
    }

    div.itemsGrid div.listItem .btn
    {
        padding: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        min-width: auto;
        font-size: 42px;
        color: #fff !important;
        position: absolute;
        bottom: 25px;
        left: 25px;
    }

    body.desktop div.itemsGrid div.listItem .btn.yellow:hover {
        background-color: #424242;
        color: #fff;
    }
/* einde itemsGrid */

/* start activitiesConfirmation */
    div.activitiesConfirmation div.btn
    {
        margin-top: 20px;
    }

    div.activitiesConfirmation div.fieldError
    {
        color: red;
        font-weight: bold;
        margin: 5px 0;
        font-size: 12px;
    }

/* einde activitiesConfirmation */

/* start footer */
    div.footer
    {
        display: block;
        /* background: #424242; */
        background: #fff;
        min-height: 50px;
        padding: 0;
    }
/* einde footer */
/* start fancybox */
    div.fancybox-overlay
    {
        background: url(../images/bg-transparent-5e5e5e-90.png);
    }
    div.fancybox-wrap input
    {
         font-family: 'Open Sans', sans-serif;
    }

    div.fancybox-overlay.searchBox button,
    div.fancybox-wrap.searchBox button
    {
        display: none;
    }

    div.fancybox-wrap div.fancybox-skin
    {
        border: none !important;
        color: #fff;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    div.fancybox-wrap div.fancybox-inner
    {
        background: none;
    }

    div.fancybox-wrap div#system-message-container .alert
    {
        color: #424242;
    }

    div.fancybox-wrap label.element-invisible
    {
        display: none;
    }

    div.fancybox-wrap input
    {
        display: block;
        width: 90%;
        height: 80px;
        line-height: 80px;
        padding: 0 5%;
        font-size: 40px;
        font-weight: 300;
        -webkit-border-radius: 15px 15px 15px 15px;
        -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
        margin-bottom: 15px;
        border: 1px solid #333;
    }


/* einde fancybox */

.resetList.btn, .btn.hide {
    display: none !important;
}

.icheckbox_minimal, .iradio_minimal {
    background-color: #fff!important;
}




/* JEROEN */

@media only screen and (max-width: 1300px) {

    div.wrapper {
        width:94%;
        padding:0 3%;
    }

    div.schoolInfoBlock {
        display:none;
    }

    div.mainMenu div.wrapper>ul.menu>li>a {
        height:auto;
        line-height:20px;
        padding:10px 20px;
        font-size:16px;
    }

    div.greyBlock .funEl2 {
        display:none;
    }

    div.greyBlock {
        left:0;
        right:0;
        margin-left:0;
        margin-right:0;
        width:96%;
        padding:20px 2%;
    }

    div.page a.btn {
        margin-bottom:10px;
    }

    iframe {
        max-width:100%;
    }

    form div.textField input {
        max-width:95%;
    }

    .singleSelectList label, form div.checkboxField .control-label {
        max-width:85%;
    }

    form div.checkboxField .controls {
        vertical-align: top;
    }

}

@media only screen and (max-width: 980px) {

    div.itemsGrid {
        width:100%;
    }

    div.itemsGrid div.listItem {
        width:47%;
    }
}

@media only screen and (max-width: 860px) {

    div.topNav {
        height:auto;
        padding:10px 0;
    }

    div.topNav ul li {
        display:inline-block;
        float:none;
    }

    div.topNav ul li a {
        line-height:20px;
    }

    div.topNav ul li.subscribe {
        position:absolute;
        top:100px;
        right:3%;
        padding:0;
    }

    div.topNav ul li.subscribe a {
        display:block;
        padding:10px 25px;
    }

    div.logoSBSJ {
        margin-top:0;
    }

    div.mainMenu div.wrapper > ul.menu > li {
        float:none;
        margin-bottom:7px;

    }

    div.mainMenu div.wrapper>ul.menu>li>a {
        height:auto;
        line-height: 20px;
        border-radius:10px !important;
    }

    div.activitiesConfirmation div.chosenSessions {
        width: 100%;
    }

    div.page img.kompas
    {
        display:block;
        float:none !important;
        max-width:100% !important;
        margin:25px 0 !important;
    }

}

@media only screen and (max-width: 640px) {

    div.logoSBSJ img {
        height:125px;
    }

    div.top {
        padding: 5px 0 20px;
    }

    div.page h1 {
        font-size:36px;
    }

    /* div.logoApotheose
    {
        display: none;
    } */

    div.logoApotheose
    {
        width: 70%;
        padding-top: 10px;
    }

    div.logoApotheose span.apotheoseTitle {
        margin-left:0;
        margin-top:0;
    }

    div.logoApotheose span.apotheose_datum {
        margin-top:10px;
        margin-bottom:20px;
    }

    div.greyBlock {
        left:0;
        right:0;
        margin-left:0;
        margin-right:0;
    }

    div.greyBlock .funEl2, div.greyBlock .funEl1 {
        display:none;
    }

    .apo-logos {
        text-align: center;
    }

    .apo-logos img {
        display:block;
        margin:10px auto !important;
    }

    table.apotheoseTable .readMoreBlock {
        margin-top:30px;
    }


    table.apotheoseTable tr th {
        display:block;
        width:100% !important;
        height:auto;
        box-sizing: border-box;
    }

    table.apotheoseTable tr td {
        display:block;
        width:100% !important;
        height:auto;
        box-sizing: border-box;
    }

    table.apotheoseTable tr.zebra td, table.apotheoseTable tr.zebra th {
        background:transparent;
    }

    div.itemsGrid div.listItem {
        width:100%;
        float:none;
        margin-bottom:20px;
    }

    #jcemediabox-popup-body {
        min-width:100%;
    }

    div.itemsGrid div.listItem .itemInfo .location {
        width:100vw;
    }

    div.itemsGrid div.listItem {
        height:auto;
    }

    div.itemsGrid div.listItem .itemInfo {
        height:auto;
        padding-bottom:100px;
    }

    div.itemsGrid div.listItem .itemInfo h3 {
        height:auto;
    }

    div.page a.btn.anchor-button {
        display:inline-block;
        width:150px;
        margin-right:10px;
        box-sizing: border-box;
    }

}

@media only screen and (max-width: 400px) {

    div.logoSBSJ img {
        height:100px;
    }

    div.page a.btn-black {
        padding: 20px 75px 20px 15px;
        height:auto;
    }
}


.wf-mediabox-body 
{
    max-width:  90% !important;
}