


/* ------------------ FONT BREAKPOINTS ------------------ */
@media only screen and (min-width: 0px) and (max-width: 360px) {

/* @media only screen and (max-width: 360px) { */
    /*TG 12-09-2019*/
    .component-inschrijven-content {
        padding: 0 10px 25px 10px;
    }
    .component-inschrijven-dropdown input[type=submit] {
        font-size: 8px !important;
    }
    /*.hero .carousel-item {*/
    /*    background-size: 136% !important ;*/
    /*}*/
    .mobile-buttons a {
        margin: 0 0 0 5px;
    }

    .hero-overlay.hero-overlay-big {
        /* margin-top: -146px !important; */
    }
}

/* col- */
@media only screen and (max-width: 576px) {

    html {
        font-size: 90%;
    }
        
    .component-inschrijven-content .component-inschrijven-dropdown-inner span {
        font-size: 0.7700rem;
    }

    .component-inschrijven-dropdown input[type=submit] {font-size:10px;}

    .section-reviewpanorama.review-list .reviewlogo {
        border-right:1px solid #EDEDED;
        border-top:1px solid #EDEDED;
    }

    .section-reviewpanorama.review-list .reviewlogo:nth-child(6n+6) {
        border-right:1px solid #EDEDED;
    }

    .section-reviewpanorama.review-list .reviewlogo:nth-child(-n+6) {
        border-top:1px solid #EDEDED;
    }

    .section-reviewpanorama.review-list .reviewlogo:nth-child(-n+3) {border-top:0px;}

    .shop-tab h1 {font-size:1rem;}

    .cart-product select {margin-right:4px;}

    .shop-tab h3, .shopping-cart h3 {font-size:1rem;}

    .cart-product span {font-size:14px;}

    .shop-tab h5 {font-size:14px;}

    .fs-1 {font-size:14px;}

    /*TG 6-9-2019*/
    .component-inschrijven-dropdown-inner-row div {
        font-size: 0.7700rem;
    }

    .component-inschrijven-content .component-inschrijven-dropdown-inner {
        padding: 12px 0 0px 0px;
    }
    .s2s-footer-logos {
        left: 0px;
        right: 30px;
        bottom: -60px;
        text-align: center;
        padding: 24px 16px 24px 16px;
    }
    .s2s-footer-logos img {
        max-width: 60%;
        margin: 6px 0;
    }

}


/* col-sm */
@media only screen and (min-width: 576px) and (max-width: 768px) {
    html {
        font-size: 92%;
    }

    .shop-tab h1 {font-size:1rem;}

    .cart-product select {margin-right:4px;}

    .shop-tab h3, .shopping-cart h3 {font-size:1rem;}

    .cart-product span {font-size:14px;}

    .shop-tab h5 {font-size:14px;}

    .fs-1 {font-size:14px;}

    .component-inschrijven-dropdown input[type=submit] {font-size:14px;}

    .section-reviewpanorama.review-list .reviewlogo {
        border-right:1px solid #EDEDED;
        border-top:1px solid #EDEDED;
    }

    .section-reviewpanorama.review-list .reviewlogo:nth-child(6n+6) {
        border-right:1px solid #EDEDED;
    }

    .section-reviewpanorama.review-list .reviewlogo:nth-child(3n+3) {border-right:0px;}

    .section-reviewpanorama.review-list .reviewlogo:nth-child(-n+6) {
        border-top:1px solid #EDEDED;
    }


    .section-reviewpanorama.review-list .reviewlogo:nth-child(-n+3) {border-top:0px;}

}

/* col-md */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    html {
        font-size: 94%;
    }

    .section-reviewpanorama.review-list .reviewlogo {
        border-right:1px solid #EDEDED;
        border-top:1px solid #EDEDED;
    }

    .section-reviewpanorama.review-list .reviewlogo:nth-child(6n+6) {
        border-right:1px solid #EDEDED;
    }

    .section-reviewpanorama.review-list .reviewlogo:nth-child(3n+3) {
        border-right:1px solid #EDEDED;
    }

    .section-reviewpanorama.review-list .reviewlogo:nth-child(4n+4) {border-right:0px;}

    .section-reviewpanorama.review-list .reviewlogo:nth-child(-n+6) {
        border-top:1px solid #EDEDED;
    }


    .section-reviewpanorama.review-list .reviewlogo:nth-child(-n+3) {
        border-top:1px solid #EDEDED;
    }

    .section-reviewpanorama.review-list .reviewlogo:nth-child(-n+4) {border-top:0px;}
    .s2s-footer-logos {
        bottom: -60px;
    }
}

/* col-lg */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    html {
        /* rem 62.5% trick */
        font-size: 96%;
    }
    .component-inschrijven-dropdown-inner-row div {
        font-size: 16px;
    }

    .component-inschrijven-content .component-inschrijven-dropdown-inner span {
        font-size: 16px;
    }

    .component-inschrijven-dropdown input[type=submit] {
        font-size: 14px;
    }
}

/* col-xl */
@media screen and (min-width: 1200px) {
    html {
        font-size: 100%;
    }
}

/* ------------------ END FONT BREAKPOINTS ------------------ */




/* ------------------ BOOTSTRAP BREAKPOINTS ------------------ */

/* col- */

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

    .newsdetail {
        /*margin-top: -103px;*/
    }

    .hero-bottom-bar-mobile {
        /*margin-top: -142px;*/
        /*height: 40px;*/
    }

    .section-newsoverview {
        /*margin-top: -103px;*/
    }

    body {
        padding-top: 77px;
    }

    section.hero {
        margin: 0;
    }

    h2 {
        margin-bottom: 15px;
    }

    .section-template-1 p {
        margin-bottom: 15px;
    }

    .hero-overlay {
        left: 0;
        right: unset;
        bottom: 0;
        top: unset;
        transform: unset;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 7px;
    }

    .hero-overlay.hero-overlay-small {
        padding: 15px;
        width: 100%;
        height: 153px;
        background-color: #979797;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hero .carousel-inner {
        /* height: 282px; */
        min-height: 260px;

    }

    .hero-overlay.hero-overlay-small h2 {
        font-size: 1.4rem;
    }

    .hero-overlay.hero-overlay-small strong {
        font-size: 1.1rem;
    }

    .hero-overlay button {
        margin: 0;
        display: inline-flex;
    }

    .carousel-indicators li {
        width: 13px;
        height: 13px;
        margin-right: 5px;
    }

    .hero .carousel-item {
        background-position: top left;
        /* background-position: center !important; */
        background-repeat: no-repeat;
        background-size: 200%;
    }

    .section-introduction .intro-buttons {
        flex-direction: column;
    }

    .section-introduction .intro-buttons button {
        width: 100%;
        margin: 10px 0;
        padding: 10px 0;
    }

    .intro-pill {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

    .intro-pill i {
        font-size: 2rem;
    }

    .section-reviewpanorama .button {
        float: none;
        margin: 15px 0 0 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .upper-footer {
        padding: 6vh 0;
    }

    .upper-footer div {
        font-size: 1.8rem;
    }

    .component-inschrijven {
        position: static;
        width: 100%;
        margin: 0 15px 40px 15px;
        border-radius: 7px;
        overflow: hidden;
    }

    .component-inschrijven-header {
        border-radius: 7px;
    }

    .section-quote .quote-origin {
        margin: 20px 0;
    }

    .lower-footer p {
        margin-bottom: 10px;
    }

    .lower-footer {
        padding: 60px 0;
    }

    .hero-overlay.hero-overlay-big {
        width: 100%;
        position: static;
        /* margin-top: -152px; */
    }

    .carousel-inner-bigOverlay, .carousel-inner-noOverlay {
        /* height: 130px !important; */
        height: 107px !important;
    }

    .hero-overlay.hero-overlay-big .button {
        line-height: 1rem;
        margin: 10px 0 0 0;
    }

    .section-introduction .intro-buttons .button {
        margin: 0 0 25px 0;
        width: 100%;
        padding: 10px 0;
    }

    .agenda table td {
        display: none;
    }

    .agenda table th {
        display: none;
    }

    .agenda table tr.tr-active-bg {
        background-color: #f3f3f3;
    }

    .agenda-filter-group {
        display: flex;
        margin: 0 0 15px 0;
    }

    .navbar-brand {
        margin: 0;
        width: 210px;
    }

    .navbar-toggler-icon {
        width: 1em !important;
    }

    .navbar-nav .dropdown-menu.large {
        height: auto;
        overflow-y: auto;
        position: relative !important;
        top: 0px;
    }

    .navbar-right {
        position: fixed;
        top: 0;
        background-color: white;
        left: 0;
        right: 0;
        overflow-y: scroll;
        max-height: 100%;
        z-index: 0 !important;
    }

    .navbar-collapse {
        padding: 15px;
        padding-top: 92px;
    }

    .display-software {
        margin: 0 15px 60px 15px;
    }

    .display-opleiding {
        margin: 0 15px 60px 15px;
    }

    .as-scroll-down {
        display: none;
    }

    .margin-top {
        margin-top: -153px;
    }
}
/* col-sm */
    @media only screen and (max-width: 376px) {
        .hero .carousel-item {
            background-size: 296%;
        }
    }
@media only screen and (min-width: 576px) and (max-width: 768px) {
    
    .test {
        background-position: right !important;
    }
    body {
        padding-top: 80px;
    }
    section.hero {
        margin: 0;
    }
    .section-template-1 p {
        margin-bottom: 15px;
    }
    .section-template-1 .button {
        padding: 7px 0;
    }
    .hero-overlay {
        left: 0;
        right: unset;
        bottom: 0;
        top: unset;
        transform: unset;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 7px;
    }
    .hero-overlay.hero-overlay-small {
        padding: 15px;
    }
    .hero .carousel-inner {
        height: 1px;
        min-height: 282px;
    }
    .hero-overlay button {
        margin: 0;
        display: inline-flex;
    }

    .hero-bottom-bar-mobile > div {
        font-size: 1.6rem;
    }
    .hero .carousel-item {
        background-position: left;
        background-size: cover;
    }

    .section-introduction .intro-buttons button {
        width: 44%;
        margin: 0 3%;
    }
    .intro-pill {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .intro-pill i {
        font-size: 2rem;
        margin-right: 30px;
    }
    .section-reviewpanorama .button {
        float: none;
        margin: 15px 0 0 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .component-inschrijven {
        position: static;
        width: 100%;
        margin: 0 15px 40px 15px;
        border-radius: 7px;
        overflow: hidden;
    }
    .component-inschrijven-header {
        border-radius: 7px;
    }
    .section-quote .quote-origin {
        margin: 20px 0;
    }

    .section-inschrijven > .container-fluid > .row {
        max-width: 540px;
        margin: 0 auto;
    }

    .upper-footer {
        padding: 8vh 0;
    }
    .upper-footer div {
        font-size: 1.8rem;
    }
    .lower-footer p {
        margin-bottom: 10px;
    }
    .lower-footer {
        padding: 60px 0;
    }
    .hero-overlay.hero-overlay-big {
        width: 350px;
        min-width: unset;
        max-width: 100%;
        padding: 15px 25px;
    }
    .hero-overlay.hero-overlay-big .button {
        line-height: 1rem;
        margin: 10px 0 0 0;
    }
    .section-introduction .intro-buttons .button {
        margin: 15px 15px;
        width: 45%;
        padding: 25px 40px;
    }

    .agenda table td {
        display: none;
    }
    .agenda table th {
        display: none;
    }
    .agenda table tr.tr-active-bg {
        background-color: #f3f3f3;
    }
    .agenda-filter-group {
        display: flex;
        margin: 0 0 15px 0;
    }

    .navbar-brand {
        margin: 0;
    }

    .navbar-nav .dropdown-menu.large {
        height: auto;
        overflow-y: auto;
        position: relative!important;
        top: 0px;
    }
    .navbar-right {
        position: fixed;
        top: 0;
        background-color: white;
        left: 0;
        right: 0;
        overflow-y: scroll;
        max-height: 100%;
        z-index: 0 !important;
    }
    .navbar-collapse {
        padding: 15px;
        padding-top: 95px;
    }
    .s2s-footer-logos {
        bottom: -60px;
    }
}


/* col-md */
@media only screen and (min-width: 767px) and (max-width: 992px) {
    .test {
        background-position: right !important;
    }
    
    body {
        padding-top: 80px;
    }

    section.hero {
        margin: 0;
    }
    .hero-overlay {
        left: 0;
        right: unset;
        bottom: 0;
        top: unset;
        transform: unset;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 7px;
    }
    .hero-overlay.hero-overlay-small {
        padding: 15px;
    }
    .hero .carousel-item {
        background-position: top center;
        background-size: cover;
    }

    .section-usp .intro-pill:nth-child(2) {
        justify-content: center;
    }
    .section-usp .intro-pill:nth-child(3) {
        justify-content: flex-end;
    }
    .section-introduction .intro-buttons button {
        width: 40%;
    }
    .upper-footer {
        padding: 8vh 0;
    }
    .hero-bottom-bar-mobile > div {
        font-size: 1.6rem;
    }

    .component-inschrijven {
        position: static;
        width: 100%;
        margin: 0 15px 40px 15px;
        border-radius: 7px;
        overflow: hidden;
    }
    .component-inschrijven-header {
        border-radius: 7px;
    }

    .section-inschrijven > .container-fluid > .row {
        max-width: 720px;
        margin: 0 auto;
    }

    .upper-footer {
        padding: 8vh 0;
    }
    .upper-footer div {
        font-size: 2rem;
    }
    .lower-footer p {
        margin-bottom: 10px;
    }
    .lower-footer {
        padding: 60px 0;
    }

    .section-introduction .intro-buttons .button {
        margin: 15px 25px;
        width: 40%;
    }

    .agenda table td {
        display: none;
    }
    .agenda table th {
        display: none;
    }
    .agenda table tr.tr-active-bg {
        background-color: #f3f3f3;
    }
    .agenda-filter-group {
        display: flex;
        margin: 0 0 15px 0;
    }

    .newsdetail .col-12.col-md-6:nth-child(odd) > .newsdetail-img {
        width: 95%;
    }
    .newsdetail .col-12.col-md-6:nth-child(even) > .newsdetail-img {
        width: 95%;
        float: right;
    }

    .navbar-brand {
        margin: 0;
    }

    .navbar-nav .dropdown-menu.large {
        height: auto;
        overflow-y: auto;
        position: relative!important;
        top: 0px;
    }
    .navbar-right {
        position: fixed;
        top: 0;
        background-color: white;
        left: 0;
        right: 0;
        overflow-y: scroll;
        max-height: 100%;
        z-index: 0 !important;
    }
    .navbar-collapse {
        padding: 15px;
        padding-top: 95px;
    }

}


/* col-lg */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .test {
        background-position: right !important;
    }
    .section-usp .intro-pill:nth-child(2) {
        justify-content: center;
    }
    .section-usp .intro-pill:nth-child(3) {
        justify-content: flex-end;
    }
    .footer-left > div:first-of-type {
        margin: 0;
    }

    .newsdetail .col-12.col-md-6:nth-child(odd) > .newsdetail-img {
        width: 95%;
    }
    .newsdetail .col-12.col-md-6:nth-child(even) > .newsdetail-img {
        width: 95%;
        float: right;
    }

}

/* col-xl */
@media only screen and (min-width: 1200px) {
    .section-usp .intro-pill:nth-child(2) {
        justify-content: center;
    }
    .section-usp .intro-pill:nth-child(3) {
        justify-content: flex-end;
    }
    .footer-left > div:first-of-type {
        margin: 0;
    }

    .newsdetail .col-12.col-md-6:nth-child(odd) > .newsdetail-img {
        width: 95%;
    }
    .newsdetail .col-12.col-md-6:nth-child(even) > .newsdetail-img {
        width: 95%;
        float: right;
    }

}

/* ------------------ END BOOTSTRAP BREAKPOINTS ------------------ */




/* ------------------ UNUSUAL BREAKPOINTS ------------------ */

@media only screen and (max-width: 390px) {
    .hero-overlay.hero-overlay-small h2 {
        font-size: 1.2rem;
    }
    .hero-overlay.hero-overlay-small strong {
        font-size: 1rem;
    }
    .navbar-brand {
        width: 170px;
    }
    .hero-bottom-bar-mobile {
        /*margin-top: -154px;*/
        /*height: 40px;*/
    }
    .section-newsoverview {
        /*margin-top: -115px;*/
    }
}

@media only screen and (max-width: 360px) {
    .navbar-brand {
        width: 130px;
    }
}


/* ------------------ END UNUSUAL BREAKPOINTS ------------------ */



