body.JE-home {
    background-color: #FFFFFF;
}

div.expanded-header-panel {

    min-height: 100px;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    background-color: #92cfed;
}

div.header-image-container div.expanded-header-panel {
    background: none;
}


.expanded-header-panel.homepage {
    /*background-image: url("/template/images/backgrounds/large/bg-default-light.png");*/
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
}


.expanded-header-panel.homepage img {
    margin-top: 20px;
}

.JE-home-block-left H4, .JE-home-block-right H4 {
    font-weight: 600;
    line-height: 1;
}

.homepage .textblock-green {
    background-color: rgba(55, 50, 45, 0.5);
    padding: 1rem;
    color: #dedede;

}


.textblock-green h1 {
    font-size: 2rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.row .row {
    max-width: 100rem;
}

.service-menu a.active, .new-menu-item a.active {
    border-bottom: 1px solid #fff;
}

.service-menu a:hover {
    text-decoration: none;
    border-bottom: 1px solid #e3f3fa;
    color: #e3f3fa;
}

.new-menu-item a:hover {
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.service-menu a.active:hover {
    color: #fff;
}


div.JE-menu {

    background-image: url("/template/images/JE-home/white-menu-bg.svg");
    background-position: bottom;
    background-repeat: repeat-x;

}

.JE-home-header-logo a {
    margin-left: 5px;
    margin-right: 5px;
}



@media screen and (max-width: 39.975rem) {
    H1.JE-home-title {
        color: #fff;
        font-weight: 900;
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin: 0;
        padding: 0.5rem;
    }

    .JE-intro-block H2 {
        font-weight: 900;
        color: #fff;
        font-size: 1.25rem;
        margin-top: 1rem;
    }

    .JE-intro-image {
        text-align: center;
    }

    .JE-intro-image img {
        width: 80%;
        margin: 1rem auto 0 auto;
    }

    .JE-intro-block.online {
        border-bottom: 1px solid #fff;
    }

    .JE-intro-block p {
        margin: 0 0 1rem 0;
    }

    .JE-home-sites H3 {
        font-size: 1.25rem;
    }

    .JE-home-sites .button.hollow.subject-button {
        width: 120px;
    }

    h1.JE-home {
        color: #67BD33;
        font-weight: 600;
        font-size: 1.75rem;
        line-height: 1;
        margin-bottom: 1rem;

    }

    div.expanded-header-panel {
        min-height: 50px;

    }

}


@media screen and (min-width: 40em) and (max-width: 63.9375em) {


    div.JE-menu {

        background-image: url("/template/images/JE-home/white-menu-medium-bg.svg");
        background-size: 1410px 64px;
    }

    div.expanded-header-panel {
        max-height: 370px;

    }



    a.button.radius.hollow.JE-menu-item {
        border: none;
        font-size: 1.125rem;
        color: #333;
        font-weight: 500;
        margin-bottom: 0;
        padding: 0.3em 0;
        margin-right: 2rem;
    }

    a.button.radius.hollow.JE-menu-item.online {
        color: #fff;
    }

    div.service-menu, div.new-menu-item {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .JE-intro-image img {
        width: 50%;
    }

    .JE-intro-image {
        text-align: center;
    }

    H1.JE-home-title {
        color: #fff;
        font-weight: 900;
        font-size: 2rem;
        line-height: 2rem;
        background-color: #0268AF;
        padding: 0.75rem 1.5rem;
        margin: 0;
        text-align: center;
    }


}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
    a.button.radius.hollow.JE-menu-item span.online {
        padding-top: 6px;
    }

    a.button.radius.hollow.JE-menu-item span.books {
        padding-top: 6px;
    }

}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    H1.JE-home-title {
        margin: 4rem 50px 0 0;
        font-size: 2rem;
        line-height: 2rem;
    }

    .JE-intro-block.online {
        background-image: url("/template/images/JE-home/home-online-block-medium-bg.svg");
        background-color: #64B7E1;
    }

    .JE-intro-block.book {
        background-image: url("/template/images/JE-home/home-book-block-medium-bg.svg");
        background-color: #64B7E1;
    }

    .JE-intro-block {
        background-position: top right;
        margin: 0 0 20px 0;
        background-repeat: no-repeat;
        padding: 10px 130px 20px 20px;
        font-size: 0.875rem;
        line-height: 1.25rem;
        min-height: 0px;
    }
}

@media screen and (min-width: 75em) and (max-width: 79.9375em) {
    .JE-intro-image img {
        margin-top: 160px;
    }

    .books-child-image {
        max-width: 600px;
        margin-top: 8rem;
    }
}

@media screen and (min-width: 80em) and (max-width: 84.9375em) {
    .JE-intro-image img {
        margin-top: 120px;
    }

    .books-child-image {
        max-width: 600px;
        margin-top: 8rem;
    }

}

@media screen and (min-width: 85em) and (max-width: 89.9375em) {
    .JE-intro-image img {
        margin-top: 80px;
    }

    .books-child-image {
        max-width: 700px;
    }

}

.button.more-info {
    background-color: #fff;
    color: #FF9903;
    font-size: 1.125rem;
    text-align: left;
    font-weight: 600;
    box-shadow: none;
}

.button.more-info:hover {
    background-color: rgba(255, 255, 255, 0.95);
    text-decoration: underline;
}

.button.more-info img {
    display: block;
    float: right;
    margin-top: 2px;
}

.JE-submenu {
    padding: 0.75rem;
}


.row.expanded.grey-bg {
    background-color: #F6F7F9;
    padding-top: 20px;
}

.JE-home .panel {
    box-shadow: none !important;
}


.member-block {
    display: block;
    float: left;
    width: 150px;
    margin: 1rem 4rem 1rem 0;
    text-align: center;
}

@media screen and (max-width: 39.975rem) {
    .member-block {
        display: inline-block;
        float: none;
        margin: 1rem;

    }

    .textblock-green h1 {
        font-size: 1.25rem;
        font-weight: 600;
    }
}

.member-block img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.member-block span {
    width: 100% x;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.breadcrumb {
    color: #868686;
}

.blog-post {
    margin-bottom: 2rem;
    border: 1px dotted #c2deeb;
    border-radius: 5px;
    padding: 1rem;
}

.blog-post:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 10px 0 rgba(55, 122, 171, 0.2);
}

.blog-post:hover h4 {
    color: #67BD33;
}

div.blog-post p {
    color: #333;
}

.pulldown-no-margin-bottom select {
    margin-bottom: 0;
}

.footer-subheader {
    color: #4A4A4A;
    margin: 2rem 0 0 0;
    font-weight: 600;
}

.footer-menu-items {
    margin: 0.5rem 0 2rem 0;
    font-size: 0.875rem;
    line-height: 1.7rem;
}

@media screen and (min-width: 75em) {
    .footer-assortiment {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }

    .JE-home-block-left {
        padding-right: 10px !important;
    }

    .JE-home-block-right {
        padding-left: 10px !important;
    }
}

@media screen and (max-width: 64em) {
    .JE-home-block-left {
        margin-bottom: 20px;
    }

}

@media screen and (min-width: 40em) {
    .JE-home-block-left {
        padding-right: 10px !important;
    }

    .JE-home-block-right {
        padding-left: 10px !important;
    }
}


@media screen and (min-width: 64em) and (max-width: 75em) {
    .JE-home-block-left > .row {
        height: 450px;

    }

    .JE-home-block-right > .row {
        height: 450px;

    }
}

@media screen and (min-width: 40em) and (max-width: 64em) {
    .JE-home-block-left > .row {
        height: 366px;

    }

    .JE-home-block-right > .row {
        height: 366px;

    }
}

@media screen and (min-width: 64rem) and (max-width: 90rem) {


    .expanded-header-panel.homepage img {
        margin-top: 40px;
    }


    .expanded-header-panel.homepage a.button.large.radius img {
        margin-top: 0 !important;
    }

}

@media screen and (min-width: 64rem) and (max-width: 124.975rem) {
    .homepage .textblock-green {
        padding: 20px;
        margin-top: 10rem;

    }

}

@media screen and (min-width: 71.25em) and (max-width: 90rem) {
    .JE-home-block-left > .row {
        height: 240px;

    }

    .JE-home-block-right > .row {
        height: 240px;
    }

    .JE-home-block-left .image-holder {
        height: 240px;
    }

    .JE-home-block-left .image-holder > img {
        margin-top: 0px;
    }

    .JE-home-block-right .image-holder {
        height: 240px;
        overflow: hidden;
    }

    .JE-home-block-right .image-holder > img {
        height: 240px;
        width: 366px !important;
        max-width: none !important;
        margin-left: -50px;
    }


}

@media screen and (min-width: 90rem) {
    .footer-assortiment {
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
    }

    .expanded-header-panel.homepage {
        padding: 32px 0 0 0;
    }

    .expanded-header-panel.homepage img {
        margin-top: 0;
        max-width: 460px;
    }

    .row.expanded.grey-bg {
        padding-top: 30px;
    }


}



@media screen and (min-width: 125rem) {

    .homepage .textblock-green {
        padding: 40px;
        margin-top: 9rem;
    }



}

@media screen and (min-width: 120em) {
    .header-image-container {
        background-position: center -87px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

.social-media {
    margin: 1rem 0 2rem 0;
}

.social-media img {
    margin-right: 0.5rem;
}

a.pulldown-row.primary-item {
    border-bottom: none;
}

a.pulldown-row.subitem {
    border-bottom: none;
    padding: 0 5px 0 10px;
}

a.pulldown-row img {
    width: 8px;
    margin: 0 10px 0 5px;
}

a.pulldown-row.subitem.last {
    border-bottom: 1px solid #C9E2EE;
    padding-bottom: 0.5rem;
}

.JE-icon-arrow-down {
    padding: 0 !important;
}

.blogarticle strong {
    font-weight: 600 !important;
    font-size: 1.2rem;
}


.JE-home-sites .button.hollow.subject-button {
    width: 130px !important;
}

div.mobile-menu-label > div.pulldown {
    margin-bottom: 20px;
}

/* Scholenpagina's */

.schools-content-block {
    margin-top: 2rem;
}

.schools-menu {
    padding-right: 20px !important;
}

.schools-menu li:hover {
    color: red;
}


.schools-menu ul {
    list-style: none;
    margin: 0;
}

.schools-menu .primary-menu-schools li {
    display: block;
    padding: 5px 5px 5px 20px;
}

ul.primary-menu-schools, ul.secondary-menu-schools {
    list-style: none;
    margin: 0;
}


.schools-menu .primary-menu-schools li.active {
    background-color: #bcdaef;
}


.primary-menu-schools li.primary-item:hover li.lightblue-bg a {
    color: #000;
}


li.lightblue-bg {
    background-color: #dcebf7;
}


.primary-menu-schools a {
    color: #000;
}

ul.secondary-menu-schools {
    margin: 0 -5px -5px -20px;
    padding: 10px 0;
    background-color: #dcebf7;
}

ul.secondary-menu-schools li {
    padding: 5px 4px 5px 54px !important;
}

ul.secondary-menu-schools li:hover {
    background-color: #c2ddf1;
}


div.schools-online {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("/template/images/schools/sprite-schools.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 87px 174px;
    margin-right: 6px;
}

div.schools-books {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("/template/images/schools/sprite-schools.svg");
    background-repeat: no-repeat;
    background-position: 0 -28px;
    background-size: 87px 174px;
    margin-right: 6px;
}

li.active div.schools-online {
    background-position: -28px 0;
    margin-bottom: 2px;
}

.school-intro {
    padding: 15px;
}

.school-intro H1 {
    color: #0E66A7;
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 1;
}

.school-intro H2 {
    color: #2195C4;
    font-size: 1.5rem;

}

.schools-header-image img {
    margin-left: -30px;
}

.JE-home-block-right.JE-home-block-left.schools {
    margin-top: 20px;
}

@media screen and (min-width: 90em) {
    .schools-header-image img {
        margin-left: 0;
    }

    .school-intro {
        padding: 30px;
    }

    .JE-home-block-right.JE-home-block-left.schools {
        margin-top: 0;
    }


}

@media screen and (min-width: 71.25em) {

    .JE-home-block-left {
        padding-right: 10px !important;
    }

    .JE-home-block-right {
        padding-left: 10px !important;
    }


    .image-holder.schools {
        height: 253px !important;
    }

    .JE-home-block-left.schools > .row, .JE-home-block-right.schools > .row {
        height: auto;
    }


}

@media screen and (min-width: 90em) {


    .school-block-text {
        height: 215px;
    }
}

@media screen and (min-width: 64em) and (max-width: 75em) {
    .school-block-text {
        height: 250px;
        background-color: white;
    }
}

@media screen and (max-width: 90em) and (min-width: 71.25em) {
    .JE-home-block-left .image-holder.schools > img {
        margin-top: 5px;
    }

    .JE-home-block-right .image-holder.schools > img {
        margin-top: 12px;
    }
}

.panel-padding {
    padding: 30px;
}

.JE-submenu a:hover {
    margin-bottom: 0;
    border-bottom: 2px solid #32AEE0;
}


.schools-menu .primary-menu-schools li.lightblue-bg.active {
    background-color: #99c4e3;
}

.header-image-container {
    min-height: 540px;
    background-position: center -110px;
}


@media screen and (min-width: 40em) and (max-width: 64em) {
    .header-image-container {
        min-height: 650px;
        background-position: center;
    }

    .homepage .textblock-green {
        margin-top: 322px;
    }


}

@media screen and (min-width: 64em) and (max-width: 70em) {
    .header-image-container {
        background-position: center;
    }
}


@media screen and (max-width: 40em) {
    .header-image-container {
        background-position: center top;
        min-height: 400px;
        background-size: auto 500px;
    }

    .homepage .textblock-green {
        margin-top: 245px;
        text-align: center;
    }

    .homepage .textblock-green h1 {
        color: rgba(255, 255, 255, 0.95);
        font-size: 1.75rem;
    }
}


/* Css voor de pagina met user-content */

h1.user-content-header {
    color: #2C6F70;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 600;
}

.user_content-container {
    padding: 10px;
}

.button.large.radius.grey {
    background-color: #2C6F70;
}

.user_content h4 {
    color: #2C6F70;
    font-size: 1.75rem;
    font-weight: 600;
}


h5.user-content-steps {
    color: #D8B327;
    font-size: 1.2rem;
    font-weight: 900;
    margin-top: 12px;
}


.worksheet-girl-image-container {
    background-image: url(/template/images/user-content/worksheets-girl.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.worksheet-girl-image-container img.empty {
    height: 500px;
}

@media screen and (min-width: 40em) {

    h1.user-content-header {
        font-size: 2rem;
    }

    h5.user-content-steps {
        font-size: 1.5rem;

    }

    .user_content-container {
        padding: 1rem;
    }





}

@media screen and (min-width: 40em) and (max-width: 64em) {
    .worksheet-girl-image-container {
        background-image: none;
    }

}

@media screen and (min-width: 64em) {
    .header-image-container .panel {
        margin-top: 40px;
    }

    .user_content-container {
        padding: 40px;
    }
    .to-shops-block {
        min-height: 400px;
        margin-top: 3rem;
    }

}


/* Einde css voor de pagina met user-content */


.JE-home .user-anon-buttons a.button {
    border:none !important;
   padding:0;
    font-weight: 600 !important;
    display: inline-block;
    text-transform: uppercase;
    margin: -3px 0 0 0 !important;
    line-height: 1.25 !important;
    border-bottom: 1px solid transparent !important;
}

.JE-home .user-anon-buttons a.button:hover {
    text-decoration: none;
    border-bottom: 1px solid #dff1f8 !important;
    color: #ffffff;
}

.JE-home .user-anon-buttons a.button i{
    display: none;
}

