@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
body {
    font-family: "helvetica", "arial", sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    background: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5,
.title-h6 {
    color: #283354;
    font-weight: 600;
}

.title-h6.back {
    color: #999;
    transition: all 0.2s ease-out;
    display: inline-block;
}

.title-h6.back:hover {
    color: #283354;
}

ul.check li {
    background: url(/static/img/check.png) left 8px no-repeat;
    padding-left: 30px;
    list-style: none;
}

.arrow-link-container a {
    display: block;
    position: relative;
    padding-left: 20px;
    color: #283354;
    font-weight: bold;
}

.arrow-link-container a:before {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    left: 0px;
    top: 3px;
    background: url(/static/img/arrow2.png) center no-repeat #f87200;
    background-size: 5px;
    border-radius: 7px;
    position: absolute;
    transition: background-color 0.2s ease-out;
    position: absolute;
}

.arrow-link-container.arrow-link-border a {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.arrow-link-container.arrow-link-border a:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    ul.check.col-2 li {
        float: left;
        width: 50%;
    }
}
@media screen and (min-width: 992px) {
.team_img.left-hide {
    display: none;
}
.left-hide {
    display: none!important;
}
.left-hide picture {
    display: none;
}
}
.title-h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.white {
    background: white;
}

.btn {
    border: 0;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.25s ease-out;
}

.btn-default {
    display: inline-block;
    background: #f87200;
    color: white;
    padding: 6px 15px;
    border-radius: 6px;
    font-weight: bold;
    transition: all 0.2s ease-out;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background: #d35400;
    color: white;
    text-decoration: none;
}

.btn-green:hover {
    background: #090;
    color: white;
}

.btn-lg {
    padding: 8px 17px;
}

.btn-green {
    background: #0c0;
}

img {
    max-width: 100%;
    height: auto;
}

.wrapper {
    box-shadow: inset 0 5px 750px 0 rgba(0, 0, 0, 0.225);
}

.main-section {
    position: relative;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p.ord {
    float: left;
    text-align: right;
    padding-right: 4px;
    width: 29px;
}

p.online {
    padding-left: 1em;
    font-style: italic;
}

@media screen and (min-width: 768px) {
    body.bodytoppadding {
        padding-top: 160px;
    }
    .text-standard h3.anchor-point:before {
        display: block;
        content: " ";
        margin-top: -85px;
        height: 85px;
        visibility: hidden;
        position: relative;
        z-index: -1;
    }
}


/* ***************************** */


/* ********** HEADER *********** */


/* ***************************** */

.top-nav {
    background: white;
}

.logo-container {
    background: white;
    position: relative;
    z-index: 9999;
}

.top-nav a {
    color: #283354;
    font-size: 1.5rem;
    margin-left: 1px;
    font-weight: bold;
    margin-left: 25px;
}

.top-nav li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.navbar-brand {
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    max-width: 100%;
    font-size: 90%;
}

.navbar-brand picture {
    max-width: 100%;
    height: auto;
}

.navbar-form {
    margin: 0;
    display: none;
}

.navbar-form.open {
    display: block;
    float: left;
}

.navbar-form .btn-default {
    background: url(../img/icon_search_top.png) 11px center no-repeat #f87200;
    width: auto;
    transition: background-color 0.2s ease-out;
    padding-left: 36px;
}

.navbar-form .btn-default:hover {
    background: url(../img/icon_search_top.png) 11px center no-repeat #d35400;
}

.form-control {
    max-width: 100%;
}

#search-toggle {
    background: url(/static/img/icon_search_small.png) center center no-repeat;
}

.search-form {
    position: relative;
    display: block;
    text-align: right;
    float: left;
    width: 100%;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: white;
}

.search-form input {
    display: inline-block;
    border: 0;
    height: 32px;
    border-radius: 0px;
    box-shadow: none;
}

.search-form button {
    display: inline-block;
    border: 0;
    text-indent: -9999px;
    position: absolute;
    height: 32px;
    width: 32px;
    right: 0;
    top: 0;
    background: url(/static/img/icon_search.png) center center no-repeat #f87200;
    border-radius: 0;
    outline: none;
}

.search-form button:focus {
    outline: none;
    background: url(/static/img/icon_search.png) center center no-repeat;
    background-color: #d35400;
    box-shadow: none;
    transition: all 0.25s ease;
}

.search-form button:hover {
    background: url(/static/img/icon_search.png) center center no-repeat;
    background-color: #f9bf3b;
    transition: all 0.25s ease;
}

.navbar-default {
    background: #f87200;
    border: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-nav>li>a {
    font-weight: 400;
    font-size: 1.4rem;
    display: block;
    color: white;
    font-size: 1.6rem;
    padding: 10px;
}


/* Dropdown */
.navbar-nav>li>ul {
    border-top: none;
    background: #f87200;
    color: white;
    }

/* Items in de dropdown */
.navbar-nav>li>ul>li>a {
    background: #f87200;/* licht-oranje: #ff9b47 */
    color: white;
    }

/* Menu-items in dropdown */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    /* color: red; */
    /* color: #333; */
    }

/* Kleuren van het menu-item waarover de muis hovert */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: black;
    background-color: inherit;
    }

/* Titel van dropdown: Trainingen, Coaching, Over Learnit, etc... */
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    background: inherit;
    color: white;
    }


  
.navbar-default .nonclickable {
    display: block;
    color: white;
    font-weight: 400;
    font-size: 2rem;
    line-height: 45px;
    height: 50px;
    margin-top: 10px;
}

.navbar-default .navbar-toggle {
    border-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .caret {
    display: none;
}

#search-toggle {
    height: 34px;
    width: 44px;
}

@media screen and (max-width: 767px) {
    .top-nav .nav>li>a {
        display: none;
    }
    .top-nav .nav>li>a.phone {
        display: block;
        float: right;
    }
    .search-form {
        border: 0;
        padding: 10px 10px 0 10px;
    }
    .search-form.open {
        display: block;
    }
    .navbar-form .form-group {
        float: left;
        margin-right: 5px;
    }
    .search-form input[type="text"] {
        border: 1px solid #ddd;
    }
    .search-form button {
        right: 10px;
        top: 10px;
        background-color: #a7a7a7;
    }
    .navbar-brand picture {
        margin-top: 3px;
    }
    .nav-locations-container,
    .nav-webinars-container,
    .nav-lastminutes-container {
        display: none;
    }
    #dark {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 10;
        backface-visibility: hidden;
    }
    .main-header.slideUp {
        -moz-transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    .main-header.headroom--not-top {
        -moz-transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    .language-selector {
        text-indent: -9999px;
        width: 51px;
        background: url(/static/img/flag_nl.png) 13px center no-repeat;
        opacity: 0.8;
    }
    .language-selector:hover {
        opacity: 1;
    }
    .navbar-brand {
        -moz-transform: translateY(-9px);
        -webkit-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        transform: translateY(-9px);
    }
    .navbar-form {
        display: block;
        -moz-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
    .navbar-form .form-control {
        width: 196px;
    }
    .navbar-form.open {
        float: none;
    }
    .nav>li>a {
        padding-right: 0;
    }
    .navbar-default {
        background: #f87200;
        border: 0;
        border-radius: 0;
        height: 60px;
        margin: 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }
    .container-fluid-custom {
        padding-left: 0;
        padding-right: 0;
    }
    .main-nav {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .nav.navbar-nav.main-nav:before,
    .nav.navbar-nav.main-nav:after {
        display: none;
    }
    .navbar-default .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    .navbar-default .navbar-nav>li>a {
        color: #111;
        font-weight: 400;
        font-size: 1.4rem;
        transition: color 0.3s ease;
        height: 50px;
        display: block;
        padding: 0;
        line-height: 45px;
        margin-top: 10px;
        color: white;
        font-size: 1.6rem;
        padding: 0 10px;
        border-radius: 10px 10px 0 0;
        padding: 0;
    }
    .navbar-default .navbar-nav>li>a:hover {
        text-decoration: underline;
        color: white;
    }
    .navbar-default .caret {
        display: inline-block;
    }
    .search-form {
        float: right;
        width: 200px;
        position: relative;
        padding-right: 32px;
        display: block;
        text-align: right;
        border: 0;
    }
    .search-form input {
        margin-top: 14px;
        border-radius: 8px 0 0 8px;
        border: 1px solid #b1b1b1;
        border-bottom-color: #dadada;
        border-right-color: #dadada;
        box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    }
    .search-form button {
        margin-top: 5px;
        top: 11px;
        border-radius: 0 8px 8px 0;
    }
    .mobile-image {
        display: none;
    }
    .navbar-nav>li.mobile-only {
        display: none;
    }
    .navbar-right {
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .navbar-brand {
        -moz-transform: translateY(-27px);
        -webkit-transform: translateY(-27px);
        -ms-transform: translateY(-27px);
        transform: translateY(-27px);
    }
    .navbar-brand picture {
        width: auto;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 1.6rem;
        padding: 0 15px;
    }
    .main-nav li:first-child a {
        margin-left: -15px;
    }
    .navbar-default .navbar-nav>li:nth-child(6)>a {
        padding-right: 0;
    }
    .search-form {
        float: right;
        width: 282px;
        position: relative;
        padding-right: 32px;
        display: block;
        text-align: right;
        border: 0;
    }
    .search-form input {
        margin-top: 16px;
    }
    .search-form button {
        margin-top: 5px;
        top: 11px;
    }
}

.container {
    position: relative;
}

.search-form {
    position: absolute;
    right: 14px;
    bottom: 12px;
}

.hero {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(/static/img/hero-mobile.jpg) center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) and (orientation: portrait) {
    .hero .background {
        background: url(/static/img/hero-tablet.jpg) center bottom no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) and (orientation: landscape) {
    .hero .background {
        background: url(/static/img/hero-desktop.jpg) center no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 992px) {
    .hero .background {
        background: url(/static/img/hero-desktop.jpg) center no-repeat;
        background-size: cover;
    }
}

#slider-background {
    height: 100%;
    width: 100%;
    position: relative;
}

#slider-background ul.slides {
    display: none;
}

#slider-background li {
    display: block;
    height: 100%;
    width: 100%;
}

.hero-content {
    padding: 25px 0 0 0;
}

.hero input {
    width: 90%;
    margin: 0 auto;
    height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    font-size: 1.4rem;
    color: #283354;
}

.hero input:focus {
    opacity: 1;
    outline: none;
}

.hero button {
    height: 46px;
    border: 0;
    border-radius: 14px;
    color: white;
    background: #f87200;
    padding: 0 18px;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 15px;
    transition: background 0.2s ease-out;
}

.hero button:hover {
    opacity: 1;
    background: #d35400;
}

@media screen and (min-width: 768px) {
    #slider-background ul.slides {
        display: block;
        width: 100%;
        height: 100%;
    }
    .hero {
        height: 450px;
    }
    .hero-content {
        width: 100%;
        padding-bottom: 50px;
        display: block;
    }
    .hero-text {
        color: white;
        font-weight: bold;
        font-size: 7rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        display: none;
    }
    .hero input {
        width: 440px;
        height: 66px;
        padding: 0 25px;
        border: 0;
        border-radius: 18px;
        font-size: 1.9rem;
        color: #283354;
    }
    .hero input:focus {
        opacity: 1;
        outline: none;
    }
    .hero button {
        height: 66px;
        border: 0;
        border-radius: 18px;
        color: white;
        background: #f87200;
        padding: 0 25px;
        font-weight: bold;
        font-size: 1.8rem;
    }
    .hero button:hover {
        opacity: 1;
    }
}

@media screen and (min-width: 992px) {
    .hero {
        height: 650px;
    }
}

.home-categories .col-md-12 {
    margin-top: -25px;
}

.home-categories-inner {
    background: rgba(255, 255, 255, 0.96);
    padding: 25px 25px 0 25px;
}

.hci-first {
    border-radius: 24px 24px 0 0;
}

.hci-second {
    padding-bottom: 25px;
    border-radius: 0 0 24px 24px;
}

.home-categories h2 {
    color: #283354;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    margin-top: 0;
}

.home-categories ul {
    padding: 0;
    margin: 0;
}

.home-categories a {
    padding: 3px 0;
    display: block;
    color: #444;
    font-size: 1.4rem;
    font-weight: 400;
}

.home-categories a:hover {
    background-color: #f6f6f6;
    color: #283354;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .home-categories .col-md-6 {
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .home-categories .col-md-12 {
        margin-top: -175px;
    }
    .home-categories-inner {
        padding: 25px;
        margin-bottom: 0;
    }
    .hci-second {
        border-radius: 0 0 24px 24px;
    }
    .home-categories ul {
        padding: 10px 0 0 0;
        margin-left: -15px;
    }
    .home-categories a {
        border-top: 1px solid #e6e6e6;
        padding: 5px 0;
    }
    .home-categories ul li:last-child a {
        border-bottom: 1px solid #e6e6e6;
    }
}

@media screen and (min-width: 992px) {
    .home-categories .col-md-12 {
        margin-top: -375px;
    }
    .home-categories-inner {
        border-radius: 24px;
        padding: 25px;
        margin-bottom: 0;
    }
}


/* ***************************** */


/* ******* HOME PRODUCTS ******* */


/* ***************************** */

.home-products {
    padding: 50px 0;
    display: block;
}

.nav-tabs {
    border: 0;
    text-align: center;
}

.nav-tabs>li {
    float: none;
    display: inline-block;
}

.nav-tabs>li>a {
    padding: 5px;
    border: 0;
    font-size: 1.9rem;
    font-weight: 400;
    color: #283354;
    border-radius: 10px 10px 0 0;
    background: #ddd;
    color: #888;
    border-bottom: 1px solid white;
}

.nav-tabs>li>a:hover {
    background: white;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border: 0;
    border-bottom: 1px solid white;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0;
    color: #283354;
}

.nav-tabs>li>a h2 {
    font-size: 1.9rem;
    margin: 0;
    padding: 3px 0;
    font-weight: normal;
    color: #888;
}

.nav-tabs>li.active>a h2 {
    color: #283354;
}

.tab-pane {
    background: white;
    border: 0;
    padding: 50px;
    border-radius: 24px;
}

.home-products article {
    position: relative;
    padding-bottom: 25px;
}

.home-products article a {
    display: inline-block;
}

.home-products article a.title-link {
    padding-top: 0;
}

.product-date {
    position: absolute;
    top: 0;
    right: 15px;
    background: #f87200;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 2px 5px;
}

.home-products article .product-date a {
    color: inherit;
    padding-top: 0;
}

.product-image {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.product-image .inner {
    height: 100%;
}

.product-price,
.blog-date {
    color: #f87200;
    font-weight: bold;
    padding: 15px 0 0 0;
}

.tab-pane .btn {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 8px;
}

.tab-pane h4 {
    padding: 0 0 5px 0;
    margin: 0;
    line-height: 1.3em;
    font-size: 1.6rem;
}

.tab-pane .title-h4 {
    padding: 0 0 5px 0;
    margin: 0;
    line-height: 1.3em;
    font-size: 1.6rem;
}

.tab-pane#blog h4 {
    padding: 10px 0 5px 0;
}

.tab-pane#blog .title-h4 {
    padding: 10px 0 5px 0;
}

.tab-pane p {
    font-size: 1rem;
}

.tab-pane hr {
    display: none;
}

@media screen and (max-width: 767px) {
    .tab-pane {
        padding: 25px;
    }
    .nav-tabs>li {
        display: block;
    }
    .nav-tabs>li>a {
        display: block;
        border-radius: 4px;
        border: 0;
        margin-bottom: 4px;
    }
    .nav-tabs>li:last-child>a {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .nav-tabs>li>a {
        padding: 15px;
    }
    .home-products .tab-pane .row hr {
        display: none;
    }
    .home-products .tab-pane .row hr:nth-child(4n) {
        display: block;
        border: 0;
        height: 0;
        width: 0;
        clear: both;
        visibility: hidden;
    }
}

@media screen and (min-width: 992px) {
    .nav-tabs>li>a {
        padding: 15px 15px;
        /* was 50px, later 30px */
        border: 0;
        font-size: 1.9rem;
        font-weight: 400;
        color: #283354;
        border-radius: 10px 10px 0 0;
        background: #ddd;
        color: #888;
        border-bottom: 1px solid white;
    }
    .home-products .tab-pane .row hr:nth-child(4n) {
        display: none;
    }
    .home-products .tab-pane .row hr:nth-child(8n) {
        display: block;
        border: 0;
        height: 0;
        width: 0;
        clear: both;
        visibility: hidden;
    }
}

.springest-2 {
    display: none;
}

@media screen and (min-width: 768px) {
    .springest-2 {
        background: white;
        padding: 50px 0;
        display: block;
    }
    .springest-2 blockquote {
        margin: 0;
        padding: 25px;
        font-size: 1.6rem;
    }
    .springest-2 blockquote p {
        padding: 0;
        margin: 0;
    }
    .springest-info {
        text-align: center;
        background: url(/static/img/background_springest.png) center bottom no-repeat;
        padding-bottom: 80px;
    }
    .springest-info h6 span {
        color: #f87200;
    }
}


/* ***************************** */


/* ********* HOME MISC ********* */


/* ***************************** */

.home-misc {
    background: #eee;
    padding: 25px 0 50px 0;
}

.container-incompany {
    display: none;
}

.home-misc h6 {
    font-size: 1.8rem;
}

.home-misc .col-inner,
.newsletter .col-inner {
    font-size: 1.4rem;
    position: relative;
}

.springest-container {
    display: none;
}

#slider-springest {
    overflow: hidden;
    max-height: 150px;
}

.home-misc .springest {
    padding-bottom: 75px;
    margin-bottom: 25px;
}

.springest a,
.springest-2 a {
    background: #f87200;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-weight: 700;
    color: white;
    left: 0px;
    bottom: 25px;
    border-radius: 8px;
    margin-top: 25px;
}

.springest a:hover {
    background: #d35400;
    text-decoration: none;
}

.springest .slider-springest-control-paging {
    position: static;
    text-align: left;
    padding: 0;
    margin: 0;
}

.springest .slider-springest-control-paging li {
    margin: 0 10px 0 0;
}

.springest .slider-springest-control-paging a {
    position: static;
    margin: 0;
    padding: 0;
}

.grade {
    height: 50px;
    width: 50px;
    background: #f87200;
    color: white;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 8px;
}

.springest h6,
.springest-2 h6 {
    padding: 0;
    margin-top: 0;
    font-size: 1.6rem;
    color: #283354;
    line-height: 1.4em;
}

.springest p {
    margin-top: 35px;
    color: #888;
}

.logo-springest {
    background: url(/static/img/background_springest.png) center center no-repeat;
    position: absolute;
    width: 124px;
    height: 67px;
    left: 50%;
    margin-left: -50px;
    bottom: 15px;
}

.nrtocedeo {
    background: url(/static/img/keurmerk_nrto_cedeo.jpg) right 60px no-repeat;
    padding-bottom: 100px;
}

.cedeo {
    background: url(/static/img/logo_cedeo.gif) right 60px no-repeat;
    padding-bottom: 100px;
}

.cedeo h6 {
    color: #283354;
    font-size: 1.6rem;
}

.cedeo p {
    color: #666;
}

.usp {
    background: white;
    padding: 25px;
    border-radius: 20px;
}

.usp h6 {
    color: #283354;
    font-size: 1.6rem;
}

.usp .title-h6 {
    color: #283354;
    font-size: 1.6rem;
}

.usp ul {
    padding: 0;
    color: #666;
}

.usp li {
    padding: 14px 0;
    border-bottom: 1px solid #ddd;
    padding-left: 35px;
    display: block;
    background: url(/static/img/check.png) left center no-repeat;
    color: #f87200;
}

.home-misc-2 {
    background: #fff;
    color: #666;
}

.home-misc-2 hr,
.home-products hr {
    border-color: #eee;
    border-width: 5px;
}

.home-misc-2 h4 {
    color: #283354;
    font-size: 1.6rem;
}

.home-misc-2 .title-h4 {
    color: #283354;
    font-size: 1.6rem;
}

.home-misc-2 .col-md-4 {
    margin-top: 20px;
}

.home-misc-2 p {
    font-size: 1.4rem;
}

.newsletter {
    margin: 35px 0 25px 0;
}

.newsletter form {
    margin-top: 10px;
    display: block;
    position: relative;
}

.newsletter input[type="email"],
.newsletter input[type="text"] {
    border: 0;
    height: 40px;
    color: #333;
    padding: 0 10px;
    font-family: inherit;
    font-size: 1.6rem;
    width: 300px;
    border: 1px solid #ddd;
    width: 100%;
    padding-right: 45px;
    border-radius: 8px;
}

.newsletter input[type="email"]:focus,
.newsletter input[type="text"]:focus {
    outline: none;
}

.newsletter button {
    height: 40px;
    background: url(/static/img/arrow2.png) center center no-repeat #f87200;
    color: white;
    border: 0;
    font-weight: 700;
    padding: 0 10px;
    font-size: 1.8rem;
    transition: all 0.25s ease;
    width: 40px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 8px 8px 0;
}

.right-search button {
    background: url(../img/icon_search_top.png) center center no-repeat #f87200;
}

.newsletter button:hover {
    background-color: #f9bf3b;
}

.brochure {
    margin-bottom: 25px;
}

.brochure a {
    background: #f87200;
    color: white;
    display: block;
    float: right;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 8px;
    transition: background 0.2s ease-out;
}

.brochure a:hover {
    background: #d35400;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .home-misc .incompany {
        margin-top: 25px;
    }
    .home-misc-2 {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .home-misc {
        padding-top: 50px;
    }
    .container-incompany {
        display: block;
    }
    .home-misc .incompany {
        background: url("/static/img/75808.jpg") center center;
        background-size: cover;
    }
    .incompany {
        color: white;
        min-height: 260px;
        margin-bottom: 30px;
        border-radius: 20px;
    }
    .incompany-text {
        position: absolute;
        left: 0;
        bottom: 15px;
        background: #f87200;
        padding: 10px 15px;
        border-radius: 0 16px 16px 0;
    }
    .incompany h6 {
        color: white;
        font-size: 1.8rem;
    }
    .incompany .title-h6 {
        color: white;
        font-size: 1.8rem;
    }
    .incompany ul {
        font-size: 1.4rem;
        font-weight: 400;
        padding: 0;
        list-style: none;
    }
    .incompany a {
        display: block;
        padding-left: 20px;
        color: white;
        font-size: 1.8rem;
        background: url(/static/img/arrow_small.gif) left 4px no-repeat;
    }
    .incompany a:hover {
        text-decoration: underline;
    }
    .springest-container {
        display: block;
    }
    .newsletter {
        margin: 0;
    }
    .brochure {
        margin: 0;
    }
    .home-misc-2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media screen and (min-width: 992px) {
    .home-misc .springest {
        margin-bottom: 0;
    }
    .incompany {
        margin-bottom: 0;
        height: 341px;
    }
}


/* ***************************** */


/* ********** FOOTER *********** */


/* ***************************** */

.main-footer {
    background: #f6f6f6;
    padding: 50px 0 0 0;
}

.main-footer ul {
    list-style: none;
    padding: 0;
}

.main-footer h6 {
    color: #283354;
    font-size: 1.6rem;
}

.main-footer a {
    display: block;
    color: #999;
    padding: 2px 0;
    font-weight: 400;
}

.social-container {
    padding-top: 10px;
}

.social-container li {
    display: inline-block;
}

.social-container a {
    font-weight: 700;
    display: block;
    padding: 0 25px 0 35px;
    height: 27px;
    line-height: 27px;
    margin: 5px 0;
    color: #283354;
}

.social-container .facebook {
    background: url(../img/icon_facebook.gif) left center no-repeat;
}

.social-container .twitter {
    background: url(../img/icon_twitter.gif) left center no-repeat;
}

.social-container .linkedin {
    background: url(../img/icon_linkedin.gif) left center no-repeat;
}

.social-container .youtube {
    background: url(../img/icon_youtube.gif) left center no-repeat;
}

.credits {
    background: #ccc;
    margin-top: 30px;
}

.credits li {
    display: inline;
}

.credits a {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 25px 25px 10px 0;
    color: white;
}

#dark {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
}

#dark.visible {
    display: block;
}

.container-teams {
    display: none;
}

@media screen and (min-width: 768px) {
    .container-teams {
        display: block;
    }
}


/* ***************************** */


/* ******** BREADCRUMB ********* */


/* ***************************** */

.breadcrumb {
    padding: 16px 0;
    border-radius: 0 0 24px 24px;
    font-size: 1rem;
    background: transparent;
}

.breadcrumb li {
    display: block;
    padding: 4px 0;
}

.breadcrumb>li+li:before {
    content: "";
    display: none;
}

.breadcrumb li:nth-child(2) {
    padding-left: 10px;
}

.breadcrumb li:nth-child(3) {
    padding-left: 20px;
}

.breadcrumb li:nth-child(4) {
    padding-left: 30px;
}

.breadcrumb li:nth-child(5) {
    padding-left: 40px;
}

@media screen and (min-width: 786px) {
    .breadcrumb {
        padding: 16px 50px;
        border-radius: 0 0 24px 24px;
        background: white;
        font-size: 1rem;
    }
    .breadcrumb li {
        display: inline;
        padding-left: 0;
    }
    .breadcrumb li:nth-child(2),
    .breadcrumb li:nth-child(3),
    .breadcrumb li:nth-child(4),
    .breadcrumb li:nth-child(5) {
        padding-left: 0;
    }
    .breadcrumb>li+li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/\00a0";
        display: inline;
    }
}


/* ***************************** */


/* ****** PAGE CATEGORIE ******* */


/* ***************************** */

.breadcrumb-wrapper {
    background: white;
    /*border-bottom: 1px solid #eee;*/
}

.breadcrumb-wrapper ol {
    margin: 0;
}

.page-categorie .tab-pane {}

.page-categorie #tabs-container {
    margin: 25px 0 25px 0;
}

.page-categorie .tab-pane {
    padding-top: 10px;
}

.page-categorie article {
    padding-top: 50px;
}

.page-categorie .article-inner {
    padding-top: 0px;
    background: white;
    position: relative;
    border-radius: 8px;
}

.page-categorie h1 {
    font-size: 2.4rem;
}

.training-info {
    font-weight: bold;
    color: #999;
    padding: 5px 0 0 0;
    font-size: 1.2rem;
}

.page-categorie h2 {
    font-size: 1rem;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
}

.page-categorie #trainingen article {
    padding-bottom: 15px;
    padding-top: 0;
    position: relative;
    margin-top: 13px;
}

.page-categorie .weergave-lijst .col-md-3,
.page-categorie .weergave-lijst .col-md-6 {
    width: 100%;
    padding: 0 12px 0 12px;
    margin: 0;
}

.page-categorie .weergave-lijst .col-md-3 img,
.page-categorie .weergave-lijst .col-md-6 picture {
    display: none;
}

.page-categorie #trainingen article hr {
    margin-top: 0;
}

.page-categorie #trainingen .btn {
    margin-top: 15px;
    padding: 6px 15px;
}

.page-categorie .training-image picture {
    border-radius: 6px;
}

.page-categorie .training-intro {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.page-categorie .button-container {
    float: left;
    width: 100%;
    padding-top: 25px;
    display: none;
}

.page-categorie .filter {
    display: none;
}

input#ex9f {
    display: none;
}

.category-controls label {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
}

.category-controls label:hover {
    text-decoration: underline;
}

.category-controls label:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 15px;
    width: 15px;
    border: 1px solid #ddd;
}

.category-controls input[type="checkbox"] {
    display: none;
}

.category-controls input[type="checkbox"]:checked+label {
    font-weight: bold;
}

.category-controls input[type="checkbox"]:checked+label:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 15px;
    width: 15px;
    border: 1px solid #ddd;
    background: url(data:image/gif;base64,R0lGODlhCQAIAMQAAGZmZu7u7re3t46Ojt/f39DQ0Kenp3R0dP///8zMzJmZmbW1td3d3eXl5fv7+3p6evX19evr656enuLi4qqqqnZ2drm5uZGRkeHh4efn5wAAAAAAAAAAAAAAAAAAAAAAACH5BAAHAP8ALAAAAAAJAAgAAAUnICKOTgGNowAYKKI+CUNFiAU8DSIBwwJUE1FDAfgRUJDL4dgKMFohADs=) center center no-repeat;
}

.view-container {
    display: none;
}

.page-categorie #blog h1 {
    font-size: 2.2rem;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.page-categorie #blog h2 {
    font-size: 2rem;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.page-categorie #blog h3 {
    font-size: 1.8rem;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.page-categorie #blog h4 {
    font-size: 1.6rem;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.page-categorie #blog h5 {
    font-size: 1.4rem;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.page-categorie #blog h6 {
    font-size: 1.2rem;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.page-categorie #blog p,
.page-categorie #blog ul,
.page-categorie #blog ol {
    font-size: 1.4rem;
}

.page-categorie #blog ul li {
    list-style: disc;
}

.category-container .col-md-12 picture {
    display: none;
}

.page-categorie #trainingen article.col-md-12,
.page-categorie #trainingen .weergave-lijst article.col-md-3,
.page-categorie #trainingen .weergave-lijst article.col-md-6 {
    padding: 0 12px 0 12px;
    margin: 0;
}

.page-categorie #trainingen .col-md-12 .article-inner,
.page-categorie #trainingen .weergave-lijst .col-md-3 .article-inner,
.page-categorie #trainingen .weergave-lijst .col-md-6 .article-inner {
    padding: 6px 0;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.page-categorie #trainingen .col-md-12 .article-inner .training-info,
.page-categorie #trainingen .weergave-lijst .col-md-3 .article-inner .training-info,
.page-categorie #trainingen .weergave-lijst .col-md-6 .article-inner .training-info {
    display: none;
}

.page-categorie #trainingen .col-md-12 .article-inner h2,
.page-categorie #trainingen .weergave-lijst .col-md-3 .article-inner h2,
.page-categorie #trainingen .weergave-lijst .col-md-6 .article-inner h2 {
    padding-top: 0;
}

.page-categorie .category-container article:nth-child(4n+4) .article-inner {
    background: #f9f9f9 !important;
}

.page-categorie .lijst-duur {
    display: none;
}

.page-categorie .weergave-lijst a {
    float: left;
    display: block;
    height: 36px;
    line-height: 36px;
    padding-left: 6px;
}

.page-categorie .weergave-lijst .lesvormtitel {
    font-size: 3rem;
}

.page-categorie .lijst-inschrijven {
    display: none;
}

.page-categorie .lijst-inschrijven,
.page-categorie .weergave-lijst .lijst-inschrijven {
    display: none;
}

.lijst-top {
    background: #f9f9f9;
    border: 1px solid #ddd;
    overflow: auto;
    padding: 9px 6px;
    color: #283354;
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 32px;
    border-radius: 2px;
    margin-bottom: 12px;
    display: none;
}

.lijst-top-cursusnaam {
    display: block;
    float: left;
}

.lijst-top-duur {
    float: right;
    margin-right: 208px;
    display: block;
}

@media screen and (min-width: 768px) {
    .page-categorie #tabs-container {
        margin: 50px 0 70px 0;
    }
    .page-categorie .tab-pane {
        padding-top: 25px;
    }
    .category-container article.col-sm-4 {
        height: 200px;
    }
    .category-container.weergave-lijst article.col-sm-4,
    .category-container.weergave-lijst article.col-md-6 {
        height: auto;
    }
    .filter-category,
    .filter-divers {
        background: #f9f9f9;
        border: 1px solid #ddd;
        padding: 12px 12px 0px 12px;
        margin-bottom: 24px;
        border-radius: 2px;
    }
    .filter-divers label {
        font-weight: normal;
    }
    .sidebar-gratis-cursussen {
        border-bottom: 1px solid #ddd;
        margin-bottom: 24px;
    }
    .category-controls {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .page-categorie .filter {
        display: block;
    }
    .page-categorie .filter.categorie-aside {
        margin-top: 32px;
    }
    .page-categorie .filter .title-h6 {
        font-size: 1.4rem;
        padding-bottom: 12px;
    }
    .page-categorie .filter ul {
        padding: 0;
    }
    .page-categorie .filter li {
        display: inline-block;
        padding: 2px 5px 2px 0;
    }
    .page-categorie .filter a {
        font-size: 1.4rem;
        display: block;
        color: #333;
    }
    .page-categorie .filter-type a {
        padding-left: 25px;
        background: url(/static/img/filter_check.png) left 3px no-repeat;
    }
    .page-categorie .view-container {
        float: right;
        color: #999;
        font-size: 1rem;
        font-weight: bold;
    }
    .view-container {
        display: block;
    }
    .view-container button {
        -webkit-appearance: none;
        border: 0;
        width: 26px;
        height: 26px;
        text-indent: -9999px;
        opacity: 0.5;
        margin-left: 10px;
        outline: none;
    }
    .view-container button.active {
        opacity: 1;
    }
    .view-container #more-columns {
        background: url(/static/img/more_columns.png) center center no-repeat;
    }
    .view-container #no-columns {
        background: url(/static/img/no_columns.png) center center no-repeat;
    }
    .page-categorie .newsletter {
        display: none;
    }
    .page-categorie #trainingen .col-md-12 .article-inner,
    .page-categorie #trainingen .weergave-lijst .col-md-3 .article-inner,
    .page-categorie #trainingen .weergave-lijst .col-md-6 .article-inner {
        height: 36px;
        line-height: 36px;
        padding: 0;
        border-radius: 0;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }
    .page-categorie .weergave-lijst .lijst-inschrijven {
        display: block;
        float: right;
        height: 24px;
        line-height: 24px;
        color: #283354;
        padding: 0 9px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 1.2rem;
        margin-top: 6px;
        position: relative;
        padding-left: 24px;
    }
    .page-categorie .weergave-lijst .lijst-inschrijven:before {
        content: "";
        display: block;
        height: 16px;
        width: 16px;
        left: 0;
        top: 4px;
        background: url(/static/img/arrow2.png) center no-repeat #f87200;
        background-size: 7px;
        border-radius: 8px;
        position: absolute;
        transition: background-color 0.2s ease-out;
    }
    .page-categorie .weergave-lijst .lijst-inschrijven:hover:before {
        background-color: #f9bf3b;
    }
    .page-categorie .weergave-lijst .lijst-duur {
        display: block;
        float: right;
        width: 120px;
        color: #999;
        font-size: 1.2rem;
        font-weight: bold;
    }
    .page-categorie .weergave-lijst .lijst-top {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .page-categorie .tab-pane {
        padding-top: 50px;
    }
    .category-container article.col-sm-4 {
        height: 200px;
    }
    .category-container article.col-md-6 {
        height: 275px;
    }
    .page-categorie .filter {
        padding-bottom: 20px;
    }
    .page-categorie .filter li {
        display: block;
        padding: 2px 0;
    }
    .category-controls label {
        display: block;
    }
    .page-categorie .newsletter {
        display: block;
    }
}


/* ***************************** */


/* ******** PAGE CURSUS ******** */


/* ***************************** */

.page-cursus #tabscontainer {
    margin: 25px 0 25px 0;
}

.page-cursus h1,
.page-cursus .title-h1,
.page-cursus h3,
.text-standard h1,
.text-standard h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.page-cursus h3,
.text-standard h3 {
    margin-top: 20px;
}

.page-cursus h4,
.page-cursus .title-h4 {
    font-size: 1.2rem;
    margin-top: 0;
}

.page-cursus .tab-content h5 {
    font-size: 1rem;
}

.page-cursus p,
.page-cursus ul,
.page-cursus ol,
.text-standard p,
.text-standard ul,
.text-standard ol {
    line-height: 1.5em;
}

.page-cursus .cursus-intro p {
    padding-bottom: 15px;
}

.page-cursus .cursus-video {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.page-cursus .cursus-info-container {
    padding-top: 25px;
}

.page-cursus .tab-content ul,
.page-cursus .tab-content ol,
.text-standard ul,
.text-standard ol {
    padding-left: 0;
    list-style: outside;
    padding-left: 16px;
}

.page-cursus .tab-content ul.check,
.page-cursus .tab-content ol.check,
.text-standard ul.check,
.text-standard ol.check {
    padding-left: 0;
    list-style: outside;
}

.page-cursus .tab-content ul li,
.text-standard ul li {
    list-style-type: disc;
    padding-bottom: 5px;
}

.page-cursus .tab-content ul.check li,
.text-standard ul.check li {
    list-style-type: none;
    background: url(/static/img/check.png) left 5px no-repeat;
    background-size: 14px;
    padding-left: 22px;
    padding-bottom: 5px;
}

.page-cursus .tab-content ol li,
.text-standard ol li {
    padding-bottom: 15px;
}

.page-cursus .tab-content ul li:last-child,
.page-cursus .tab-content ol li:last-child,
.text-standard ul li:last-child,
.text-standard ol li:last-child {
    padding-bottom: 0;
}

.page-cursus .prijzen-row p {
    margin-bottom: 5px;
}

.page-cursus .prijzen .btn {
    display: none;
}

.page-cursus .prijzen h2 {
    font-size: 1.8rem;
}

.sidebar-cursus ul.arrow-links li {
    list-style: none;
}

.sidebar-cursus ul.arrow-links a {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #283354;
    font-weight: bold;
}

.sidebar-cursus ul.arrow-links a:before {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    left: 0px;
    top: 3px;
    background: url(/static/img/arrow2.png) center no-repeat #f87200;
    background-size: 5px;
    border-radius: 7px;
    position: absolute;
    transition: background-color 0.2s ease-out;
    position: absolute;
}

.sidebar-cursus .title-h2 {
    font-size: 2.4rem;
    padding-bottom: 12px;
}

.subscribe-container {
    background: #f87200;
    padding: 25px;
    background: white;
    border-radius: 24px;
    margin-bottom: 25px;
}

.subscribe-row {
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 10px;
}

.subscribe-container .subscribe-row:last-child,
.subscribe-container .ol-link {
    border: 0;
    margin-bottom: 0;
}

.subscribe-container #overige-leervormen .subscribe-row:first-child {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.subscribe-row .btn {
    font-size: 1.6rem;
    width: 110px;
    text-align: center;
    height: 36px;
    padding: 0;
    line-height: 36px;
    margin-bottom: 15px;
}

.subscribe-col {
    float: left;
}

.subscribe-container h5,
.subscribe-container .title-h5 {
    font-size: 2.2rem;
    padding-bottom: 10px;
}

.subscribe-container:first-child .subscribe-row h2,
.subscribe-container:first-child .subscribe-row .title-h2,
.subscribe-container:first-child .subscribe-row .title-h2 a {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin: 0;
    color: #283354;
}

.subscribe-container:first-child .subscribe-row h5 {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin: 0;
}

.subscribe-container h6,
.subscribe-container .title-h6 {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin: 0;
}

.subscribe-container #trainingsdata h3 {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin: 0;
}

.subscribe-container .cursus-heading {
    font-weight: bold;
    color: #999;
    padding: 0;
}

.subscribe-container .cursus-prijs,
.subscribe-container .cursus-duur {
    color: #283354;
    font-size: 4rem;
    font-weight: 300;
    padding-top: 0;
    line-height: 0.6em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.subscribe-container .cursus-duur {
    margin-bottom: 20px;
}

.subscribe-container .cursus-prijs span,
.subscribe-container .cursus-duur span {
    font-size: 1.6rem;
}

.subscribe-container ul {
    padding: 0;
    margin-bottom: 0;
}

.subscribe-container li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 0;
}

.subscribe-container ul.check li {
    border: 0;
    padding: 5px 0 5px 30px;
}

.page-cursus #referenties h4,
.page-cursus #trainers h4 {
    font-size: 2rem;
}

.download-pdf .btn {
    padding-left: 45px;
    background: url(/static/img/icon_pdf.png) 20px center no-repeat #f87200;
    margin-top: 10px;
}

.download-pdf .btn:hover {
    padding-left: 45px;
    background: url(/static/img/icon_pdf.png) 20px center no-repeat #d35400;
}

.sortbuttons {
    padding-bottom: 15px;
}

.sortbutton {
    display: block;
    padding-bottom: 5px;
}

.sortbutton:before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-right: 5px;
}

.sortbutton.activated:before {
    background: #ccc;
}

div .microdata {
    display: none;
}

#trainingsdata .event {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

#trainingsdata .datum-container,
.doorgangsgarantie .datum-container {
    position: relative;
    background: #f9f9f9;
    padding: 6px;
    border: 1px solid #eee;
    border-radius: 2px;
}

.page-cursus #trainingsdata ul {
    font-size: 1rem;
}

#trainingsdata li {
    padding: 0;
}

#trainingsdata a.startdatum,
#trainingsdata .data-collapse a,
.doorgangsgarantie a.startdatum,
.doorgangsgarantie .data-collapse a {
    color: #333;
}

#trainingsdata .more-data,
.doorgangsgarantie .more-data {
    position: absolute;
    top: 6px;
    right: 6px;
}

.data-collapse span {
    display: block;
}

#trainingsdata .startdata-collapse .datum-container {
    margin-bottom: 3px;
}

#trainingsdata .more-startdata {
    display: block;
    padding: 5px 0;
}

.sidebar-cursus .newsletter {
    margin-top: 0;
}

.cursus-extra {
    padding: 0 15px;
    margin-bottom: 25px;
}

.page-cursus .cursus-extra h2 {
    font-size: 1.4rem;
    margin-top: 0;
}

.page-cursus .cursus-gratis h2 {
    font-size: 1.4rem;
    margin-top: 0;
}

.ce-inner {
    background: white;
    padding: 35px 50px 0 35px;
    border-radius: 24px;
}

.page-cursus .ce-inner p {
    font-size: 1rem;
}

.cursus-secondary {
    margin-bottom: 25px;
}

.cursus-nrto-cedeo {
    background: url(/static/img/keurmerk_nrto_cedeo.png) right bottom no-repeat;
    padding-bottom: 55px;
    background-size: 300px;
}

.cursus-cedeo {
    background: url(/static/img/logo_cedeo.gif) right bottom no-repeat;
    padding-bottom: 55px;
    background-size: 145px;
}

.cursus-strippenkaart {
    padding-bottom: 50px;
}

.sidebar-cursus ul li:last-child {
    border: 0;
    padding-bottom: 0;
}

.sidebar-cursus .newsletter h6 {
    font-size: 1.8rem;
}

.sidebar-cursus .cursus-delen a {
    display: inline-block;
    width: 15%;
    height: 50px;
    background: grey;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0.75;
}

.sidebar-cursus .cursus-delen a:hover {
    opacity: 1;
}

.sidebar-cursus .cursus-delen a:nth-child(even) {
    background: #eee;
}

.sidebar-cursus .cursus-delen a.print {
    background: url(/static/img/sprite_delen.png) left 12px no-repeat;
}

.sidebar-cursus .cursus-delen a.mail {
    background: url(/static/img/sprite_delen.png) left -34px no-repeat;
}

.sidebar-cursus .cursus-delen a.twitter {
    background: url(/static/img/sprite_delen.png) left -84px no-repeat;
}

.sidebar-cursus .cursus-delen a.facebook {
    background: url(/static/img/sprite_delen.png) left -136px no-repeat;
}

.sidebar-cursus .cursus-delen a.linkedin {
    background: url(/static/img/sprite_delen.png) left -235px no-repeat;
}

.cursus-secondary .nav-tabs>li>a {
    font-size: 1.6rem;
}

.cursus-secondary article {
    margin-bottom: 25px;
}

.row.trainer .trainer-name {
    font-weight: bold;
    font-size: 1.6rem;
    color: #283354;
    padding-bottom: 0px;
}

.trainer picture {
    border-radius: 50%;
}

#main_review{
    margin-top: 50px;
}

#main_review blockquote,
#referenties blockquote {
    position: relative;
    padding-top: 25px;
}

#main_review blockquote:before,
#referenties blockquote:before {
    content: "\201C";
    display: block;
    font-size: 8rem;
    color: #eee;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 0;
    margin-top: -25px;
}

#main_review .rating,
#referenties .rating {
    font-weight: bold;
    color: #f87200;
}

#main_review blockquote p,
#referenties blockquote p {
    position: relative;
    z-index: 1;
    font-size: 1rem;
}

#main_review cite,
#referenties cite {
    font-weight: bold;
    font-size: 1.4rem;
}

.cursus-gratis ul {
    margin: 0;
    list-style: disc;
    padding: 0;
}

.cursus-gratis ul li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0;
    padding: 3px 0;
    font-size: 1rem;
}

#tabscontainer-secondary {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .page-cursus h1,
    .page-cursus .title-h1,
    .text-standard h1,
    .text-standard .title-h1 {
        font-size: 1.8rem;
        margin-bottom: 24px;
    }
    .page-cursus h2 {
        font-size: 1.4rem;
    }
    .page-cursus .tab-pane {
        padding-top: 50px;
    }
    .page-cursus .cursus-info-container {
        padding-top: 40px;
    }
    .page-cursus .cursus-intro h1 {
        margin-top: 0;
    }
    .page-cursus h3 {
        margin-top: 20px;
    }
    .page-cursus p,
    .page-cursus ul,
    .page-cursus ol,
    .text-standard p,
    .text-standard ul,
    .text-standard ol {
        margin-bottom: 24px;
    }
    .page-cursus ul.nav-tabs {
        margin-bottom: 0;
    }
    .page-cursus .cursus-intro p {
        padding-bottom: 25px;
    }
    .page-cursus .cursus-video {
        background: #ccc;
        margin-left: -50px;
        margin-right: -50px;
        padding: 50px;
    }
    .page-cursus .prijzen .btn {
        margin: 10px 10px 10px 0;
        display: inline-block;
    }
    .row.trainer {
        margin: 15px 0 10px 0;
    }
    .subscribe-row .btn {
        position: absolute;
        top: 16px;
        right: 0;
        font-size: 1.6rem;
        width: 110px;
        text-align: center;
        height: 36px;
        padding: 0;
        line-height: 36px;
    }
    .cursus-cedeo {
        padding-bottom: 55px;
    }
    .cursus-secondary .row>hr:nth-child(4n) {
        display: block;
        clear: both;
        width: 0;
        margin: 0;
        visibility: hidden;
    }
}

@media screen and (min-width: 992px) {
    .page-cursus #tabscontainer {
        margin: 50px 0 30px 0;
    }
    .sidebar-cursus {
        padding-top: 50px;
    }
    .cursus-gratis {
        padding-bottom: 30px;
    }
    .subscribe-row .btn {
        position: static;
    }
    .cursus-extra {
        margin-bottom: 35px;
    }
    .cursus-secondary {
        margin-bottom: 75px;
    }
    .cursus-secondary .row>hr:nth-child(4n) {
        display: none;
    }
    .cursus-secondary .row>hr:nth-child(8n) {
        display: block;
        clear: both;
        width: 0;
        margin: 0;
        visibility: hidden;
    }
    #tabscontainer-secondary {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .subscribe-row .btn {
        position: absolute;
    }
}

.verleiding article {
    background-color: #fff;
    border-radius: 12px;
    margin: 16px 0 0 0;
    padding: 12px 16px 12px 16px;
}

.verleiding article ul {
    margin: 0;
    padding: 4px 4px 0px 12px;
}

.verleiding article ul li {
    list-style-type: disc;
}


/* ***************************** */


/* ********* PAGE BLOG ********* */


/* ***************************** */

.blog-posts {
    background: white;
    padding: 25px 25px 25px 25px;
    border-radius: 24px;
    margin: 25px 0;
}

.blog-posts article {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    position: relative;
}

.blog-posts h1 {
    font-size: 1.8rem;
}

.blog-posts h2 {
    font-size: 1.6rem;
}

.blog-posts picture {
    border-radius: 6px;
}

.article-meta {
    font-size: 1rem;
    display: block;
    padding-bottom: 12px;
    color: #777;
}

.text-standard {
    background: white;
    border-radius: 24px;
    padding: 25px;
    margin: 70px 0;
}

.text-standard h2 {
    font-size: 1.6rem;
}

.subscribe-container .blog-date {
    color: #777;
    display: block;
    padding: 0;
    font-weight: normal;
}

.more-blogs a {
    font-size: 1.4rem;
    color: #283354;
    font-weight: bold;
}

.blog-posts .btn {
    margin-bottom: 25px;
}

@media screen and (min-width: 550px) {
    .blog-posts {
        padding: 35px 50px 50px 50px;
        margin: 50px 0;
    }
    .blog-posts article {
        margin-bottom: 10px;
    }
    .blog-posts h1 {
        font-size: 2rem;
    }
    .blog-posts h3 {
        font-size: 1.2rem;
        padding-left: 15px;
    }
    .blog-posts p {
        padding-left: 15px;
    }
    .blog-posts .article-meta {
        padding-left: 15px;
    }
    .blog-posts picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 25%;
        margin: 25px 15px 15px 0;
    }
    .blog-posts .btn {
        margin-left: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .text-standard {
        margin: 50px 0;
        padding: 50px;
    }
    .text-standard h2 {
        font-size: 2.2rem;
    }
}


/* ***************************** */


/* ********* FORMULIER ********* */


/* ***************************** */

.inschrijven {
    background: white;
    margin-top: 25px;
    padding: 25px;
    border-radius: 24px;
    margin-bottom: 25px;
}

.inschrijven h1 {
    padding: 0 0 10px 0;
}

.inschrijven .title-h2 {
    margin-top: 0;
    font-size: 2rem;
    padding-bottom: 5px;
}

.sidebar-cursus .title-h3 {
    margin-top: 0;
    font-size: 1.8rem;
    padding-bottom: 5px;
}

.inschrijven label {
    display: block;
    color: #283354;
    line-height: 1em;
    font-size: 1rem;
}

.inschrijven .form-description {
    padding-bottom: 12px;
}

.inschrijven input[type="text"],
.inschrijven input[type="email"],
.inschrijven input[type="password"],
.inschrijven input[type="date"],
.inschrijven select,
.inschrijven textarea {
    border: 0;
    background: #eee;
    margin-bottom: 10px;
    padding: 0 10px;
    height: 25px;
    width: 100%;
    font-size: 1rem;
    border-radius: 4px;
}

.inschrijven textarea {
    height: 125px;
    padding: 10px;
}

.inschrijven input[type="checkbox"]+label {
    display: inline;
    line-height: 1.5em;
    height: auto;
}

.inschrijven input[type="radio"]+label {
    display: inline-block;
    height: auto;
    line-height: 1.5em;
    padding-right: 15px;
}

.inschrijven #cursusselectie,
.inschrijven #bevestiging,
.inschrijven .deelnemers,
.inschrijven #factuur,
.inschrijven #afsluiter,
.inschrijven .costs {
    border-top: 2px solid #ddd;
    padding-top: 10px;
    padding-bottom: 20px;
}

.inschrijven input[type="radio"] {
    margin-right: 4px;
}

.inschrijven input[type="radio"]+label {
    transform: translateY(-2px);
}

.inschrijven form p {
    font-size: 1rem;
}

.inschrijven #cursusselectie {
    border: 0;
}

.inschrijven #factuuradres {
    padding-top: 25px;
}

.inschrijven .costs {
    margin-top: 20px;
}

.inschrijven #afsluiter {
    padding-bottom: 0;
}

.opsomming {
    width: 100%;
}

.opsomming td {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.opsomming tr:last-child td {
    font-weight: bold;
    color: #283354;
}

.text-standard .warn {
    font-size: 1rem;
    padding-top: 15px;
}

.inschrijven h3 {
    margin-top: 0;
    font-size: 2rem;
    padding-bottom: 5px;
}

.page-inschrijven .subscribe-container {
    display: none;
}

.closed+.sesame {
    display: none;
}

pre {
    background-color: #fff;
    font-size: 60%;
    word-wrap: normal;
    word-break: keep-all;
    overflow: scroll;
}

@media screen and (min-width: 768px) {
    .inschrijven {
        background: white;
        margin-top: 50px;
        padding: 50px;
        border-radius: 24px;
        margin-bottom: 50px;
    }
    .inschrijven label {
        height: 25px;
        line-height: 25px;
        text-align: right;
    }
    .inschrijven label.textarea-label {
        height: auto;
        line-height: 1.4em;
        text-align: left;
    }
    .inschrijven label.line-normal {
        line-height: 1.5em;
        height: auto;
    }
    .inschrijven input[type="checkbox"]+label {
        display: inline;
        line-height: 1.4em;
        height: auto;
    }
}

@media screen and (min-width: 992px) {
    .page-inschrijven .subscribe-container {
        display: block;
    }
}


/* ***************************** */


/* ******* GRATIS CURSUS ******* */


/* ***************************** */

ol li {
    list-style-type: decimal;
}

.gratis-cursus.overzicht li {
    padding-bottom: 0;
    padding: 3px;
}

.gratis-cursus.overzicht ol li:nth-child(2n) {
    background: #f6f6f6;
}

.gratis-cursus.overzicht ol li:last-child {
    padding-bottom: 10px;
}

.gratis-cursussen {
    margin: 0;
}

.gratis-cursussen article.col-sm-4 {
    height: auto;
}

.gratis-cursussen article.col-md-6 {
    height: auto;
}

@media screen and (min-width: 768px) {
    .gratis-cursussen hr:nth-child(6n) {
        display: block;
        clear: both;
        width: 0;
        height: 0;
        margin: 0;
        visibility: hidden;
    }
    .gratis-cursussen.less hr:nth-child(6n) {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .gratis-cursussen hr:nth-child(6n) {
        display: none;
    }
    .gratis-cursussen hr:nth-child(8n) {
        display: block;
        clear: both;
        width: 0;
        height: 0;
        margin: 0;
        visibility: hidden;
    }
    .gratis-cursussen.less hr:nth-child(8n) {
        display: none;
    }
    .gratis-cursussen.less hr:nth-child(4n) {
        display: block;
        clear: both;
        width: 0;
        height: 0;
        margin: 0;
        visibility: hidden;
    }
}

.error-text {
    color: #f00;
}


/* ***************************** */


/* ******** CURSUSWIJZER ******* */


/* ***************************** */

.cursuswijzer label {
    text-align: left;
}

.cursuswijzer h2 {
    padding-bottom: 24px;
}

.row-hover:hover {
    background: #f8f8f8;
    transition: background 0.2s ease-out;
}

.row-hover p {
    margin-top: 10px;
}

.cw-radio-container {
    position: relative;
    height: 30px;
    z-index: 1;
    margin-top: 4px;
    width: 90px;
}

.cw-radio-container input[type="radio"] {
    z-index: -1;
    position: absolute;
    top: 10px;
}

.cw-radio-container input[type="radio"][value="0"] {
    right: 20px;
}

.cw-radio-container input[type="radio"][value="1"] {
    right: 45px;
}

.cw-radio-container input[type="radio"]+label {
    display: block;
    background: #eee;
    position: absolute;
    width: 45px;
    height: 30px;
    padding: 0;
    overflow: hidden;
    line-height: 30px;
    transform: none;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
}

.cw-radio-container input[type="radio"]+label:hover {
    background: #ddd;
}

.cw-radio-container input[value="0"]+label {
    right: 0;
    top: 0;
    border-radius: 0 4px 4px 0;
}

.cw-radio-container input[value="1"]+label {
    right: 45px;
    top: 0;
    border-radius: 4px 0 0 4px;
}

.cw-radio-container input[type="radio"]:checked+label {
    background: #f87200;
    color: white;
}

@media screen and (min-width: 768px) {
    .cw-radio-container {
        float: right;
    }
}


/* ***************************** */


/* ********* EVALUATIE ********* */


/* ***************************** */

.volatile.meat {
    display: block;
    margin-top: 12px;
    cursor: pointer;
}

.btn.collapsed .collapse-text {
    display: none;
}

.btn:not(.collapsed) .expand-text {
    display: none;
}

.volatile.meat:hover {
    color: #f87200;
}


/* Voor home page */

@media screen and (min-width: 768px) {
    .background-slide-1 {
        background: url(/static/img/zoom-66179997-3.jpg) center center no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) {
    .background-slide-2 {
        background: url(/static/img/zoom-50081660-3.jpg) center bottom no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) {
    .background-slide-3 {
        background: url(/static/img/zoom-59894120-3.jpg) center center no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) {
    .background-slide-4 {
        background: url(/static/img/zoom-59894120-4.jpg) center center no-repeat;
        background-size: cover;
    }
}


/* **************************** */


/* ****** ZOEKRESULTATEN ****** */


/* **************************** */

.zoekresultaten ul li {
    list-style: none;
    padding: 6px;
}

.zoekresultaten ul li:last-child {
    padding-bottom: 6px;
}

.zoekresultaten ul li:nth-child(even) {
    background: #f9f9f9;
}

.text-standard.zoekresultaten {
    margin-bottom: 25px;
}


/* TODO: Zijn deze mediaqueries en stijlen nog wel nodig?

@media screen and (min-width:768px) {

    .text-standard.zr-cursussen {
        margin-top:30px;
        margin-bottom: 50px;
    }

    .text-standard.zr-overig {
        margin-top:30px;
    }

}

@media screen and (min-width:992px) {

    .zoekresultaten {
        margin-bottom: 0;
    }

}
*/


/* ***************************** */


/* ******** REFERENTIES ******** */


/* ***************************** */

.text-standard.referenties h1 {
    padding-bottom: 12px;
}

.ref-bottom {
    display: block;
    margin-top: 6px;
    color: #999;
}

@media screen and (min-width: 768px) {
    .text-standard.referenties h1 {
        padding-bottom: 24px;
    }
}


/* ***************************** */


/* ******* STRIPPENKAART ******* */


/* ***************************** */

@media screen and (max-width: 340px) {
    .strippenkaart-bestellen .btn-lg {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 1200px) {
    .strippenkaart-phone {
        display: block;
        margin-top: 6px;
    }
}

.image-strippenkaart,
.image-border {
    max-width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 6px;
    background-color: #f9f9f9;
}

.kader-strippenkaart,
.strippenkaart-bestellen,
.kader {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 0 12px;
    margin-bottom: 24px;
}

.kader.margin-top {
    margin-top: 36px;
}

.kader form {
    padding: 24px;
}

.kader .title-h1 {
    font-size: 2rem;
    padding-bottom: 18px;
}

.kader .btn {
    font-size: 1.6rem;
    padding: 9px 12px;
    margin-top: 12px;
    margin-bottom: 24px;
}

p.padding-top {
    padding-top: 24px;
}

p.border-top {
    border-top: 1px solid #ddd;
    padding-top: 12px;
}

p.no-padding-bottom {
    padding-bottom: 0;
    margin-bottom: 0;
}

label.large {
    font-size: 1.7rem;
    padding-top: 10px;
}

.inschrijven input.large {
    height: 45px;
    font-size: 1.5rem;
}

.text-standard .kader-strippenkaart h3,
.text-standard .kader h3 {
    font-size: 1.4rem;
    margin-top: 10px;
}

.text-standard .kader-strippenkaart ul {
    padding-left: 0;
}

.text-standard .kader-strippenkaart ul li {
    list-style: none;
}

.kader-strippenkaart .price-unit {
    display: block;
    color: #999;
    font-size: 1.2rem;
}

.strippenkaart-bestellen {
    padding: 24px 12px;
    text-align: center;
    margin-bottom: 0;
}

.text-standard .strippenkaart-bestellen p {
    margin: 0;
}

.strippenkaart-phone {
    color: #999;
}

@media screen and (min-width: 768px) {
    .image-strippenkaart,
    .image-border {
        float: left;
        width: 225px;
        margin-right: 24px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .text-standard .kader-strippenkaart h2 span {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .strippenkaart-phone {
        padding-left: 6px;
    }
}


/* ***************************** */


/* ********** LOCATIE ********** */


/* ***************************** */

.kader-locatie {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 0 12px;
    margin-bottom: 24px;
}

.kader-locatie p {
    font-size: 1.4rem;
    color: #283354;
    font-weight: bold;
}

.page-locatie h4 {
    font-size: 1.4rem;
}


/* ***************************** */


/* ******** LIVE SEARCH ******** */


/* ***************************** */

.hero-search-container {
    position: relative;
    z-index: 9;
}

.search .form-group {
    position: relative;
    z-index: 9999;
}


/* Hoort bij het grote zoekveld op de homepage */

.e1 {
    background: #fff;
    min-height: 180px;
    display: block;
    width: 440px;
    margin-right: 166px;
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
    border-top: 1px solid #ddd;
    border-radius: 0 0 18px 18px;
    text-align: left;
    padding: 8px 24px 24px 24px;
    max-height: 350px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    -webkit-transform: translate(-83px, -17px);
    transform: translate(-83px, -17px);
}

.e1:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    background: red;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
}

.e1 ul {
    padding: 0;
    overflow: hidden;
    line-height: 1.6;
    font-size: 1.2rem;
}

.e1 ul li {
    display: block;
    padding-bottom: 6px;
}

.e1 h2 {
    font-size: 1.6rem;
}


/* Hoort bij het kleine zoekveld rechtsboven in de header */

.e2 {
    min-height: 80px;
    background: #fff;
    position: absolute;
    top: 34px;
    width: 300px;
    z-index: 9999;
    left: 15px;
    border-radius: 0 0 12px 12px;
    padding: 8px 12px 12px 12px;
    max-height: 315px;
    overflow: hidden;
}

.e2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    background: red;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
}

.e2 ul {
    padding: 0;
    overflow: hidden;
    line-height: 1.6em;
    font-size: 1.2rem;
}

.e2 ul li {
    display: block;
    padding-bottom: 6px;
}

.e2 h2 {
    font-size: 1.6rem;
}

.headroom--not-top .e2 {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .e1,
    .e2 {
        display: none !important;
    }
	.et_left_img_grid {
    display: none !important;
}
}


/* ***************************** */


/* ******** CATEGORIEEN ******** */


/* ***************************** */

.overzicht-container {
    margin-bottom: 0;
}

.overzicht-producten {
    margin-bottom: 50px;
}

.overzicht-container h2 {
    border: 1px solid #eee;
    border-radius: 2px;
    background: #f9f9f9;
    padding: 12px;
    margin-bottom: 24px;
    font-size: 1.8rem;
}

.overzicht-container ul {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}

.overzicht-container ul li {
    display: block;
    border: 1px solid #eee;
    border-width: 0 0 1px 0;
    padding-left: 0;
    margin: 0;
    width: 100%;
    padding: 0;
}

.overzicht-container ul li:nth-child(even) {
    background: #f9f9f9;
}

.overzicht-container ul li a {
    display: block;
    line-height: 1.2em;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: bold;
    color: #283354;
    position: relative;
    padding-left: 36px;
    padding-right: 12px;
}

.overzicht-container ul li a:before {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    left: 12px;
    top: 12px;
    background: url(/static/img/arrow2.png) center no-repeat #f87200;
    background-size: 7px;
    border-radius: 8px;
    position: absolute;
    transition: background-color 0.2s ease-out;
    position: absolute;
}

.text-standard.training-vinden .title-h1 {
    font-size: 2.4rem;
}

.text-standard.training-vinden .title-h2 {
    font-size: 1.8rem;
    padding-bottom: 12px;
    position: relative;
    padding-left: 24px;
}

.text-standard.training-vinden .title-h2:before {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    left: 0px;
    top: 4px;
    background: url(/static/img/check.png) center no-repeat;
    background-size: 16px;
    border-radius: 8px;
    position: absolute;
    transition: background-color 0.2s ease-out;
    position: absolute;
}

.link-training-vinden {
    display: none;
}

.overzicht-categorieen {
    margin-top: 0;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .link-training-vinden {
        display: block;
        position: absolute;
        top: -32px;
        right: 14px;
        color: #283354;
        font-size: 1.2rem;
        font-weight: bold;
        padding-left: 22px;
    }
    .link-training-vinden:before {
        content: "?";
        display: block;
        position: absolute;
        left: 0;
        top: -1px;
        width: 16px;
        height: 16px;
        background: #f87200;
        color: white;
        font-size: 1.05rem;
        font-weight: bold;
        line-height: 16px;
        text-align: center;
        border-radius: 8px;
    }
}

@media screen and (min-width: 990px) {
    .overzicht-container h2 {
        font-size: 2.4rem;
    }
}

.home-categories h2 {
    padding: 0 0 6px 0;
}

.home-categories-inner {
    min-height: 229px;
}

.home-categories-inner ul {
    list-style: none;
    padding: 0;
}

.home-categories-inner ul li {
    display: block;
    border: 1px solid #eee;
    border-width: 0 0 1px 0;
    padding-left: 0;
    margin: 0;
    width: 100%;
    padding: 0;
}

.home-categories-inner ul li:last-child {
    border: 0;
}

.home-categories-inner ul li:nth-child(even) {}

.home-categories-inner ul li a {
    border: 0;
    display: block;
    line-height: 1.2em;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #283354;
    position: relative;
    padding-left: 22px;
    padding-right: 0px;
}

.home-categories-inner ul li a:hover {
    text-decoration: underline;
}

.home-categories-inner ul li:last-child a {
    border: 0;
}

.home-categories-inner ul li a::before {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    left: 0px;
    top: 7px;
    background: url(/static/img/arrow2.png) center no-repeat #f87200;
    background-size: 5px;
    border-radius: 7px;
    position: absolute;
    transition: background-color 0.2s ease-out;
    position: absolute;
}

.overzicht-locaties h1 {
    margin-top: 0;
}

.sidebar-contact .title-h1 {
    font-size: 2.6rem;
}

.contact-address {
    padding-left: 28px;
    margin-top: 12px;
    background: url(/static/img/icon-pin.svg) left top no-repeat;
    background-size: 18px 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 9px;
}

.sidebar-cursus .contact-phone {
    display: block;
    background: url(/static/img/icon-phone.svg) left 4px no-repeat;
    background-size: 18px 18px;
    padding-left: 28px;
    color: #283354;
    font-weight: bold;
    font-size: 1.8rem;
}

.sidebar-cursus .contact-fax {
    color: #999;
    display: block;
    padding-left: 28px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 9px;
    padding-bottom: 12px;
}

.sidebar-cursus .contact-email {
    display: block;
    background: url(/static/img/icon-email.svg) left 4px no-repeat;
    background-size: 18px 18px;
    padding-left: 28px;
    color: #283354;
    font-weight: bold;
    font-size: 1.8rem;
}

.sidebar-contact picture {
    border-radius: 8px;
    margin-top: 12px;
}

.sidebar-contact .caption {
    color: #999;
    margin-top: 9px;
    font-style: italic;
}

@media screen and (min-width: 45em) {
    .sidebar-contact .caption {
        text-align: center;
    }
}

.overzicht-locaties {
    margin-bottom: 50px;
}


/* LANGUAGE SWITCHER */

.dropdown-language .dropdown-menu {
    z-index: 9999999;
    width: 51px;
    min-width: initial;
    border: 0;
}

.dropdown-language .dropdown-menu>li>a {
    margin: 0;
    text-align: center;
    padding: 0;
}

.dropdown-language .dropdown-menu>li>a.language-en {
    text-indent: -9999px;
    width: 51px;
    height: 40px;
    background: url(../img/flag_en.png) 13px center no-repeat;
    opacity: 0.8;
    transition: opacity 0.2s ease-out;
}

.dropdown-language .dropdown-menu>li>a.language-en:hover {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .top-nav a {
        margin-left: 0;
    }
    .top-nav .nav>li>a.language-link {
        display: block;
        float: right;
    }
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.top-nav .language-link {
    width: 24px;
    height: 16px;
    display: block;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.2s ease-out;
    opacity: 0.8;
    margin-left: 45px;
}

.language-link:hover {
    opacity: 1;
}

.language-link.nl {
    background: url(/static/img/flag_nl.png) center no-repeat;
}

.language-link.en {
    background: url(../img/flag_en.png) center no-repeat;
}


/**********************************/


/********* new custom css  ***********/


/**********************************/

.et_resultaten ul.et_approach_uline li {
    color: #fff;
}
.et_resultaten ul.et_approach_uline_check li {
    color: #fff;
}
.et_resultaten ol.et_approach_uline li {
    color: #fff;
}

.et_hero_img {
    padding: 90px 0px;
    position: relative;
    background: url(/static/img/Teamwork.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.et_agressie_img {
    padding: 90px 0px;
    position: relative;
    background: url(/static/img/agressie-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.et_intervisies_img {
    padding: 90px 0px;
    position: relative;
    background: url(/static/img/header-image01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.et_online_img {
    padding: 90px 0px;
    position: relative;
    background: url(/static/img/header-image-online.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.et_protocol_img {
    padding: 90px 0px;
    position: relative;
    background: url(/static/img/protocol-header-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.et_subsidies_img {
    padding: 90px 0px;
    position: relative;
    background: url(/static/img/sub-header-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
	color:#FFF;
}
.et_incompany_img {
    padding: 90px 0px;
    position: relative;
    background: url(/static/img/incompany-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
	color:#FFF;
}
.et_blended_head {
    padding: 90px 0px;
    position: relative;
    background: url(/static/img/blended-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.et_programma_img {
    padding: 90px 0px;
    position: relative;
    background: url(/static/img/pro-header-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.et_web_img {
    padding: 90px 0px;
    position: relative;
    background: url(/static/img/web-header-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}


.et_hero_img h2, .et_intervisies_img h2, .et_online_img h2, .et_protocol_img h2, .et_incompany_img h2, .et_blended_head h2, .et_agressie_img h2, .et_programma_img h2, .et_web_img h2 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px !important;
    font-size: 34px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
    line-height: 40px !important;
    margin-top: 0;
}

.et_hero_img p, .et_intervisies_img p, .et_online_img p, .et_protocol_img p, .et_incompany_img p, .et_blended_head p, .et_agressie_img p, .et_programma_img p, .et_web_img p {
    color: #fff;
    font-size: 14px;
    /*letter-spacing: 1px;*/
    line-height: 1.6em;
}

.et_hero_img .hero_btn_group ul li a, .et_intervisies_img .hero_btn_group ul li a, .et_online_img .hero_btn_group ul li a, .et_protocol_img .hero_btn_group ul li a, .et_incompany_img .hero_btn_group ul li a, .et_blended_head .hero_btn_group ul li a, .et_agressie_img .hero_btn_group ul li a, .et_programma_img .hero_btn_group ul li a, .et_web_img .hero_btn_group ul li a{
    border: 2px solid #f87200;
    padding: 12px 35px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 18px;
    transition: 0.5s background;
    -webkit-transition: 0.5s all;
    font-weight: 600;
    letter-spacing: 1px;
    background: #f87200;
}

.et_more_info .hero_btn_group ul li a{
    border: 2px solid #f87200;
    padding: 12px 35px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 18px;
    transition: 0.5s background;
    -webkit-transition: 0.5s all;
    font-weight: 600;
    letter-spacing: 1px;
    background: #f87200;
}

.et_hero_img .hero_btn_group,
.et_discover_team .hero_btn_group,
.et_intervisies_img .hero_btn_group,
.et_online_img .hero_btn_group,
.et_protocol_img .hero_btn_group,
.et_incompany_img .hero_btn_group,
.et_blended_head .hero_btn_group,
.et_agressie_img .hero_btn_group,
.et_programma_img .hero_btn_group,
.et_web_img .hero_btn_group
{
    margin-top: 25px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.et_section_heading_left h2 {
    color: #283354;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px !important;
    line-height: 30px !important;
}

.et_about_us p {
    /* font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 28px !important;*/
    line-height: 1.6em;
}

.et_about_video .video-button {
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.et_about_video .video-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #666;
    -webkit-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.et_about_video:hover .video-button:before {
    border-left: 10px solid #fff;
}

.et_about_video:hover .video-button {
    background-color: #f87200;
}

.et_about_video picture {
    width: 100%;
}

.et_about_video:hover .video-button {
    width: 65px;
    height: 65px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.et_reference {
    position: relative;
    background: url(/static/img/refernce_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
}

.et_reference:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 114, 0, 0.9);
}

.et_reference p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
}

.et_reference p {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 34px !important;
}

.et_reference h3 {
    color: #283354;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 15px;
    font-style: italic;
}

.video {
    margin-top: 50px;
    margin-bottom: 20px;
}

.et_about_video {
    position: relative;
    margin-bottom: 20px;
}

.et_under_process_div p {
    font-size: 14px;
    text-align: justify;
    /*letter-spacing: 1px;*/
    line-height: 1.6em !important;
    margin-bottom: 0;
    border-left: 3px solid #eb720c;
    padding-left: 20px;
    border-radius: 6px;
}

.et_approach {
    background: #f5f5f5;
    position: relative;
}

.et_custom_home p.lead_text {
    margin-top: 10px;
    font-size: 18px;
    color: #f87200;
    letter-spacing: 1px;
    font-weight: 600;
}

ul.et_approach_uline, ul.et_approach_uline_check {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

ul.et_approach_uline blockquote, ul.et_approach_uline_check blockquote {
    font-size: 14px;
}

ul.et_approach_uline li {
    margin-bottom: 20px;
    /*font-size: 15px;
    letter-spacing: 0.8px;*/
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    padding-top: 4px;
}
ul.et_approach_uline_check li {
    margin-bottom: 20px;
    /*font-size: 15px;
    letter-spacing: 0.8px;*/
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    padding-top: 4px;
	list-style:none;
}

ul.et_approach_uline li:before {
    content: "\f101 ";
    left: 0;
    top: 0;
    position: absolute;
    font-family: fontAwesome;
    color: #f87200;
    font-size: 20px;
}
ul.et_approach_uline_check li:before {
    content: "✓";
    left: 0;
    top: 0;
    position: absolute;
    font-family: fontAwesome;
    color: #f87200;
    font-size: 20px;
}

.et_left_img_grid {
    width: 50%;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center left !important;
    background-attachment: fixed !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.et_resultaten {
    background: #283354;
    position: relative;
}

.et_resultaten .right_text_grid {
    padding: 50px;
}

.et_resultaten .et_section_heading_left h2 {
    color: #fff;
}

.et_resultaten ul.approach_uline li {
    color: #fff;
}

.et_hero_img .hero_btn_group ul li i,
.et_intervisies_img .hero_btn_group ul li i {
    margin-left: 8px;
}

.et_hero_img .hero_btn_group ul li a:hover,
.et_intervisies_img .hero_btn_group ul li a:hover {
    background: #d35400;
    text-decoration: none;
    padding: 12px 45px;
    border-color: #d35400;
}

.et_team_coaching .border_top {
    border-top: 1px solid #eee;
}

.et_deze_teams .team_logo_grid {
    border: 1px solid #eee;
    padding: 25px;
    text-align: center;
}

.et_deze_teams .team_logo_grid picture {
    max-width: 250px;
}

.et_discover_team {
    position: relative;
    background: url(/static/img/refernce_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
}
.et_call_action {
    position: relative;
    background: url(/static/img/refernce_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    padding: 70px 0px;
}
.et_subsidies_action {
    position: relative;
    background: url(/static/img/sub-footer-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
}
.et_blended {
    position: relative;
    background: url(/static/img/blended-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
}
.et_programma_team {
    position: relative;
    background: url(/static/img/pro-footer-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
}
.et_discover_team:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.69);
}
.et_call_action:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.69);
}
.et_subsidies_action:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.69);
}
.et_blended:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.69);
}
.et_programma_team:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.69);
}
.et_discover_team .hero_btn_group ul li a {
    border: 2px solid #f87200;
    padding: 12px 35px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 18px;
    transition: 0.5s background;
    -webkit-transition: 0.5s all;
    font-weight: 600;
    letter-spacing: 1px;
    background: #f87200;
}
.et_call_action .hero_btn_group ul li a {
    border: 2px solid #f87200;
    padding: 12px 35px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 18px;
    transition: 0.5s background;
    -webkit-transition: 0.5s all;
    font-weight: 600;
    letter-spacing: 1px;
    background: #f87200;
}
.et_subsidies_action .hero_btn_group ul li a {
    border: 2px solid #f87200;
    padding: 12px 35px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 18px;
    transition: 0.5s background;
    -webkit-transition: 0.5s all;
    font-weight: 600;
    letter-spacing: 1px;
    background: #f87200;
}
.et_blended .hero_btn_group ul li a {
    border: 2px solid #f87200;
    padding: 12px 35px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 18px;
    transition: 0.5s background;
    -webkit-transition: 0.5s all;
    font-weight: 600;
    letter-spacing: 1px;
    background: #f87200;
}
.et_programma_team .hero_btn_group ul li a {
    border: 2px solid #f87200;
    padding: 12px 35px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 18px;
    transition: 0.5s background;
    -webkit-transition: 0.5s all;
    font-weight: 600;
    letter-spacing: 1px;
    background: #f87200;
}
.et_discover_team h2 {
    font-weight: 600;
    font-size: 28px;
    /* text-transform: uppercase; */
    letter-spacing: 2px !important;
    color: #fff;
    line-height: 40px !important;
}
.et_call_action h2 {
    font-weight: 600;
    font-size: 28px;
    /* text-transform: uppercase; */
    letter-spacing: 2px !important;
    color: #fff;
    line-height: 40px !important;
}
.et_subsidies_action h2 {
    font-weight: 600;
    font-size: 28px;
    /* text-transform: uppercase; */
    letter-spacing: 2px !important;
    color: #fff;
    line-height: 40px !important;
}
.et_blended h2 {
    font-weight: 600;
    font-size: 28px;
    /* text-transform: uppercase; */
    letter-spacing: 2px !important;
    color: #fff;
    line-height: 40px !important;
}
.et_programma_team h2 {
    font-weight: 600;
    font-size: 28px;
    /* text-transform: uppercase; */
    letter-spacing: 2px !important;
    color: #fff;
    line-height: 40px !important;
}
.et_discover_team p {
    color: #fff;
    font-size: 18px;
    padding: 0px 200px;
    line-height: 32px !important;
    /*letter-spacing: 1px;*/
    font-weight: normal;
}
.et_call_action p {
    color: #fff;
    font-size: 18px;
    padding: 0px 15px;
    line-height: 32px !important;
    /*letter-spacing: 1px;*/
    font-weight: normal;
}
.et_subsidies_action p {
    color: #fff;
    font-size: 18px;
    padding: 0px 15px;
    line-height: 32px !important;
    /*letter-spacing: 1px;*/
    font-weight: normal;
}
.et_blended p {
    color: #fff;
    font-size: 18px;
    /*padding: 0px 200px;*/
	padding: 0px 0px;
    line-height: 32px !important;
    /*letter-spacing: 1px;*/
    font-weight: normal;
}
.et_programma_team p {
    color: #fff;
    font-size: 18px;
    padding: 0px 200px;
    line-height: 32px !important;
    /*letter-spacing: 1px;*/
    font-weight: normal;
}
.et_programma_team a {
    text-decoration: underline;
    color: #fff;
}

.et_resultaten p.lead_text,
.et_approach p.lead_text {
    margin-top: 10px;
    font-size: 18px;
    color: #f87200;
    letter-spacing: 1px;
    font-weight: 600;
}

.et_discover_team .hero_btn_group ul li a:hover {
    background: #d35400;
    text-decoration: none;
    padding: 12px 45px;
    border-color: #d35400;
}
.et_call_action .hero_btn_group ul li a:hover {
    background: #d35400;
    text-decoration: none;
    padding: 12px 45px;
    border-color: #d35400;
}
.et_subsidies_action .hero_btn_group ul li a:hover {
    background: #d35400;
    text-decoration: none;
    padding: 12px 45px;
    border-color: #d35400;
}

.et_discover_team p a {
    color: #fff;
    text-decoration: underline;
}
.et_call_action p a {
    color: #fff;
    text-decoration: underline;
}
.et_subsidies_action p a {
    color: #fff;
    text-decoration: underline;
}

.et_practice_info {
    background: rgba(245, 245, 245, 0.48);
    position: relative;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 70px 0px;
}

.et_practice_info ul.approach_uline li {
    font-size: 16px;
}

.et_team_coaching .team_text_new h3 {
    color: #f27913;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

.et_team_coaching .team_text_new p {
    font-size: 15px;
    letter-spacing: 0.8px;
    color: #9c9c9c;
    margin-bottom: 0;
    line-height: 26px;
}

.et_team_coaching .team_text_new a {
    color: #ed730e;
    font-weight: 500;
    font-size: 15px;
    font-style: italic;
    text-decoration: underline;
}

.et_team_coaching .team_img_new {
    width: 100%;
    float: left;
}

.et_team_coaching .team_text_new {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

.et_team_coaching .team_grid_new.clearfix {}

.et_team_coaching .team_img_new picture {
    max-width: 100%;
}

.et_visual_process .single-feature-2 .icon {
    position: relative;
    float: left;
    left: -35px;
}

.et_visual_process .single-feature-2 .icon_txt {
    display: table-cell;
    vertical-align: top;
}

.et_visual_process .single-feature-2 .icon div {
    width: 55px;
    height: 55px;
    z-index: 9999;
    background: #f5f5f5;
    position: relative;
    padding: 6px;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    line-height: 45px;
    color: #f67d17;
    font-weight: 600;
    border: 1px solid #eee;
    box-shadow: 0px 0px 5px rgb(232, 232, 232);
}

.et_visual_process .single-feature-2 {
    padding: 15px 0px 15px 43px;
    overflow: hidden;
    position: relative;
    background: url(/static/img/path.png) 35px top repeat-y;
    z-index: 1;
    background-size: 2px;
}

.et_visual_process .icon_txt h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #3b4351;
    margin-top: 0;
}

.et_visual_process .single-feature-2 ul li {
    font-size: 15px;
    line-height: 25px;
    position: relative;
    padding: 0px 15px;
    /*letter-spacing: 1px;*/
}

.et_visual_process .single-feature-2 ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.et_visual_process .single-feature-2 ul li:before {
    content: "";
    position: absolute;
    left: -4px;
    top: 12px;
    height: 5px;
    width: 5px;
    background: #f87200;
    border-radius: 50%;
}

.et_mob_feature .single-feature-mob h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #3b4351;
}

.et_mob_feature .single-feature-mob ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.et_mob_feature .single-feature-mob ul li {
    font-size: 16px;
    line-height: 28px;
    position: relative;
    padding: 0px 15px;
    letter-spacing: 1px;
}

.et_mob_feature .single-feature-mob ul li:before {
    content: "";
    position: absolute;
    left: -4px;
    top: 12px;
    height: 5px;
    width: 5px;
    background: #f87200;
    border-radius: 50%;
}

.et_mob_feature {
    margin-top: 20px;
}

.et_visual_process,
.et_deze_teams,
.et_about_us {
    padding-top: 2em;
    background: #fff;
}

.et_about_us {
    background: #fff;
    border-top: 1px solid #eee;
}


/**********/

.et_hero_img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}

.et_team_coaching {
    background: #fff;
}

.team_grid {
    display: table;
    background: #f5f5f5;
}

.team_grid>div {
    display: table-cell;
    vertical-align: middle;
}

.team_img {
    width: 23%;
}

.team_text {
    padding: 30px;
}

.team_text h3 {
    color: #f27913;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

.team_text p {
    /* font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 0;*/
    line-height: 1.6em;
}

.et_reference .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
}

.et_reference .carousel {
    padding-bottom: 50px;
}

.et_reference .carousel-indicators .active,
.et_reference .carousel-indicators li {
    margin: 5px;
}


/*new-css*/

.trainer-pdf-section {
    position: relative;
    background: url(/static/img/refernce_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
}

.trainer-pdf-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.69);
}

.button-linked-middle .offer_btn {
    border: 2px solid #283354;
    padding: 12px 35px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 18px;
    transition: 0.5s background;
    -webkit-transition: 0.5s all;
    font-weight: 600;
    letter-spacing: 1px;
    min-width: 270px;
    background: #283354;
}

.button-linked-middle .offer_btn:hover {
    background: #1c233a;
    text-decoration: none;
    padding: 12px 45px;
    border-color: #1c233a;
}

.button-linked-middle {
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    padding: 1px 0 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.button-linked-middle h2 {
    color: #f27913;
}

.button-linked-middle p {
    font-size: 18px;
    color: #fff;
}

.paid-courses {
    text-align: center;
    overflow: hidden;
    padding: 20px 0 45px;
}

.paid-courses h2 {
    color: #fff;
    padding: 10px 0 20px;
}

.paid-courses h5 {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 30px;
    /*font-size: 15px;*/
    font-size: 14px;
}

.paid-courses h4 {}

.paid-courses p {
    font-size: 18px;
    color: #fff;
}

.paid-courses a {
    /*
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
*/
    padding: 5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.paid-courses .offer_btn {
    border: 2px solid #283354;
    padding: 12px 35px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 18px;
    transition: 0.5s background;
    -webkit-transition: 0.5s all;
    font-weight: 600;
    letter-spacing: 1px;
    background: #283354;
}

.paid-courses .offer_btn:hover {
    background: #1c233a;
    text-decoration: none;
    padding: 12px 45px;
    border-color: #1c233a;
}

.free-courses-inner a.bigbtn {
    border: 2px solid #f87200;
    padding: 12px 35px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 18px;
    transition: 0.5s background;
    -webkit-transition: 0.5s all;
    font-weight: 600;
    letter-spacing: 1px;
    background: #f87200;
}

.free-courses-inner a.bigbtn:hover {
    background: #d35400;
    text-decoration: none;
    padding: 12px 45px;
    border-color: #d35400;
}

.free-courses-inner .list-inline {
    margin-top: 25px;
}

.paid-course-inner {
    position: relative;
    background: url(/static/img/refernce_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
}

.paid-course-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 114, 0, 0.9);
}

.paid-course-inner p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
}

.paid-course-inner h3 {
    color: #283354;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 15px;
    font-style: italic;
}


/* -----------------------------------
  #related-course
----------------------------------- */

#related-course {
    background: #fff;
    padding: 30px 0 40px;
}


/*********listings-main-slider*******/

#listings-main {
    background: #f8f8f8;
}

.team_columns_carousel_wrapper {
    /*    padding: 25px;*/
    overflow: hidden;
}

.team_columns_carousel_control_left,
.team_columns_carousel_control_right {
    top: 45%;
    z-index: 2;
    opacity: 1;
    width: 35px;
    height: 35px;
    border: 0;
    text-shadow: none;
    text-align: center;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.team_columns_carousel_control_icons {
    line-height: 35px;
    font-size: 20px !important;
    font-weight: normal !important;
    margin-top: 0px;
}

.team_columns_carousel_control_left {
    left: 26px !important;
}

.team_columns_carousel_control_right {
    right: 0px !important;
}

.adv_left {
    left: 0px !important;
}

.adv_right {
    right: 0px !important;
}

.team_columns_item_image {
    padding: 5px;
}

.team_columns_item_image picture {
    width: 100%;
    /* -webkit-filter: grayscale(70%); */
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    /* filter: grayscale(70%); */
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.team_columns_item_image:hover picture {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.team_columns_item_caption {
    padding: 10px;
    text-align: center;
    padding-bottom: 15px;
}

.team_columns_item_caption>hr {
    width: 15%;
}

.team_columns_item_caption h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
}

.team_columns_item_caption h5 {
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.team_columns_item_caption p {
    font-weight: 400;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
}

.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.team_columns_item_social a,
.team_columns_item_social a:visited {
    width: 25px;
    float: left;
    height: 25px;
    display: block;
    line-height: 25px;
    margin-right: 2px;
    text-decoration: none;
    -webkit-transition: background ease-in-out 0.3s;
    transition: background ease-in-out 0.3s;
}

@media (min-width: 768px) and (max-width: 789px) {
    .adv_team_columns_item_social a,
    .adv_team_columns_item_social a:visited {
        margin-right: 0;
    }
}

.team_columns_carousel_wrapper {
    /*    background: #fff*/
}

.team_columns_carousel_control_left,
.team_columns_carousel_control_left:hover,
.team_columns_carousel_control_left:active,
.team_columns_carousel_control_left:focus,
.team_columns_carousel_control_right,
.team_columns_carousel_control_right:hover,
.team_columns_carousel_control_right:active,
.team_columns_carousel_control_right:focus {
    color: #fff;
    background: #999 !important;
}

.team_columns_item_caption {
    color: #fff;
    background: #1f223e;
}

.team_columns_item_caption>hr {
    border-top: 2px solid #feb600;
}

.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    color: #feb600;
}

.team_columns_item_caption p a:hover,
.team_columns_item_caption p a:active {
    color: #cb9200;
}

.team_columns_item_social a,
.team_columns_item_social a:visited {
    color: #171717;
    background: #feb600;
}

.team_columns_item_social a:hover,
.team_columns_item_social a:active {
    background: #cb9200;
}

@media all and (max-width: 767px) {
    .four_shows_one_move .cloneditem-1,
    .four_shows_one_move .cloneditem-2,
    .four_shows_one_move .cloneditem-3 {
        display: none;
    }
}


/* -----------------------------------
  12.  Featured property area
----------------------------------- */

.flat-item {
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 10px;
}

.flat-item-image {
    position: relative;
    overflow: hidden;
    max-height: 235px;
}

.flat-item-image:before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    /*    content: "";*/
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.flat-item:hover .flat-item-image:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.flat-item-image>a {
    display: block;
}

.flat-item-image>a>img {
    width: 100%;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.flat-item:hover .flat-item-image>a>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/*for-sale*/

.for-sale {
    background: #f87200 none repeat scroll 0 0;
    color: #fff;
    font-family: "montserrat";
    font-size: 14px;
    font-weight: 600;
    left: 0;
    margin-bottom: 0;
    padding: 6px 15px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.for-sale:before {
    top: 0px;
    width: 0;
    height: 0;
    left: 100%;
    content: "";
    position: absolute;
    border-top: 32px solid;
    border-right: 20px solid transparent !important;
    border-color: #f87200;
}

.rent:before {
    top: 0px;
    width: 0;
    height: 0;
    left: 100%;
    content: "";
    position: absolute;
    border-top: 32px solid;
    border-right: 20px solid transparent !important;
    border-color: #1f223e;
}

.for-sale.rent {
    background: #1f223e;
    position: absolute;
}

.flat-item:hover .for-sale {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}


/*flat-link*/

.flat-link {
    left: 0;
    margin-top: -15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 2;
}

.flat-item:hover .flat-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.flat-link>a {
    border: 1px solid #fff;
    color: #fff;
    font-family: "montserrat";
    font-size: 14px;
    font-weight: normal;
    padding: 9px 12px 10px;
    text-transform: uppercase;
}

.flat-link>a:hover {
    background: #f87200 none repeat scroll 0 0;
    border: 1px solid #f87200;
    color: #fff;
}


/*flat-desc*/

.flat-desc>li {
    display: inline-block;
}

.flat-desc {
    background: #1f223e none repeat scroll 0 0;
    color: #bababa;
    padding: 15px 0;
    position: relative;
    text-align: center;
    z-index: 2;
}

.flat-desc>li+li {
    margin-left: 10%;
}

.flat-desc li picture {
    margin-right: 10px;
}


/*flat-item-info*/

.flat-item-info {
    padding: 5px 15px;
    /* text-align: center; */
}

.flat-title-price {
    overflow: hidden;
    padding-bottom: 5px;
}

.price {
    color: #f87200;
    /*font-family: "montserrat";*/
    font-size: 22px;
    font-weight: 400;
}

.flat-title-price .price {
    float: right;
    line-height: 1.5;
    margin-top: -6px;
}


.flat-title-price .price small {
    text-transform: uppercase;
    font-size: 65%;
}
.flat-title-price h5 {
    float: none;
    margin-bottom: 10px;
    font-size: 16px;
    min-height: 35px;
}
.flat-title-price h5 a {
    color: #333;
    font-weight: 700;
}
.flat-item-info picture {
    margin-right: 10px;
    max-width: 11px;
}
.flat-item-info p {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 600;
    min-height: 17px;
    float: left;
}

/* -----------------------------------
  13. Features area
----------------------------------- */
.features-area {
    background: #f5f5f5 url("/static/css/images/others/features.jpg") no-repeat scroll 0 0;
}
.features-info {
    padding: 60px 130px 45px 50px;
    position: relative;
}
.features-info:before {
    border-bottom: 532px solid #f5f5f5;
    border-left: 200px solid transparent;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 0;
}
.features-include-list {
    margin-top: 35px;
}
.features-include-list>h6 {
    color: #303030;
    font-family: montserrat;
    font-weight: 400;
}
.features-include-list picture {
    margin-right: 15px;
}

/*============================================================
    owl-slider
============================================================*/
.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
    position: absolute;
    top: -9%;
    width: 100%;
}
.owl-next,
.owl-prev {
    color: #f87200 !important;
    background: #eeeeee !important;
    border-radius: 50px !important;
    width: 35px;
    height: 35px;
    line-height: 30px;
    opacity: 0.9 !important;
    position: absolute;
}
.owl-next {
    right: 0;
}
.owl-prev {
    right: 40px;
}
/*============================================================
    call-to-action
============================================================*/
.webinar_call {
    margin-top: 50px;
    background: url(../img/webinar_studio.jpg) no-repeat center;
    height: 338px;
    margin-bottom: 50px;
	position: relative;
}
.webinar_call_text {
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #7A7A7A;
    text-align: center;
    font-size: 18px;
	position: absolute;
    bottom: 0;
	padding-bottom:25px;
	padding-left: 45px;
}
.webinar_call_bot {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
	padding-bottom: 20px;
    padding-right: 35px;
}
.weblink {
	-moz-box-shadow: 0px 0px 0px 0px #d18739;
	-webkit-box-shadow: 0px 0px 0px 0px #d18739;
	box-shadow: 0px 0px 0px 0px #d18739;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f87400), color-stop(1, #fbbc34));
	background:-moz-linear-gradient(top, #f87400 5%, #fbbc34 100%);
	background:-webkit-linear-gradient(top, #f87400 5%, #fbbc34 100%);
	background:-o-linear-gradient(top, #f87400 5%, #fbbc34 100%);
	background:-ms-linear-gradient(top, #f87400 5%, #fbbc34 100%);
	background:linear-gradient(to bottom, #f87400 5%, #fbbc34 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87400', endColorstr='#fbbc34',GradientType=0);
	background-color:#f87400;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:18px 12px;
	text-decoration:none;
}
.weblink:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbbc34), color-stop(1, #f87400));
	background:-moz-linear-gradient(top, #fbbc34 5%, #f87400 100%);
	background:-webkit-linear-gradient(top, #fbbc34 5%, #f87400 100%);
	background:-o-linear-gradient(top, #fbbc34 5%, #f87400 100%);
	background:-ms-linear-gradient(top, #fbbc34 5%, #f87400 100%);
	background:linear-gradient(to bottom, #fbbc34 5%, #f87400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbbc34', endColorstr='#f87400',GradientType=0);
	background-color:#fbbc34;
	text-decoration:none;
	color:#FFF;
}
.weblink:active {
	position:relative;
	top:1px;
}
.doorgangs {
	float: right;
    padding-right: 40px;
    vertical-align: top;
	font-size: 13px;
}
/*FOOTER CURSUS LIST*/
.icon_list li {
    list-style: none !important;
}
.icon_list li a {
    color: #01a201;
}

/*---*/
@media all and (max-width: 767px) {
    #free-courses {
        text-align: center;
    }
    
    .free-courses-inner a.bigbtn {
        margin-bottom: 10px;
    }
    
    #free-courses picture {
        max-width: 50%;
    }
    
    .section-title {
        text-align: center;
    }
    
    .owl-prev {
        right: auto;
        left: 0;
    }
}
@media all and (min-width: 1217px) and (max-width: 1416px) {
    .price {
        font-size: 19px;
    }
    
    .owl-wrapper-outer {
        margin-top: 25px;
    }
    
    .flat-item-image {
        max-height: 140px;
    }
    
    .flat-title-price h5 {
        min-height: 52px;
    }
}
@media all and (min-width: 717px) and (max-width: 1199px) {
    .price {
        font-size: 19px;
    }
    
    .owl-wrapper-outer {
        margin-top: 25px;
    }
    
    .flat-item-image {
        max-height: 140px;
    }
    
    .flat-title-price h5 {
        min-height: 52px;
    }
}
@media all and (min-width: 617px) and (max-width: 716px) {
    .price {
        font-size: 19px;
    }
    
    .owl-wrapper-outer {
        margin-top: 25px;
    }
    
    .flat-item-image {
        max-height: 140px;
    }
    
    .flat-title-price h5 {
        min-height: 52px;
    }
}
@media all and (max-width: 616px) {
    .price {
        font-size: 19px;
    }
    
    .owl-wrapper-outer {
        margin-top: 25px;
    }
    
    .flat-item-image {
        max-height: 300px;
    }
    
    .flat-title-price h5 {
        min-height: 52px;
    }
}
@media all and (max-width: 1199px) {
.webinar_call_text {
    font-size: 14px;
    padding-bottom: 30px;
    padding-left: 37px;
}
.weblink {
    font-size: 14px;
}
}
@media all and (max-width: 575px) {
.webinar_call_text {
    font-size: 12px;
    padding-bottom: 30px;
    padding-left: 10px;
}
.weblink {
    font-size: 12px;
}
}
@media all and (max-width: 495px) {
.webinar_call_text {    
	display:none;
}
.webinar_call_bot {
    padding-right: 10px;
}
}
@media all and (min-width: 992px) and (max-width: 1199px) {
.doorgangs {
	float: left;
   
}
#trainingsdata .datum-container, .doorgangsgarantie .datum-container {
    min-height: 60px;
}
}
@media all and (max-width: 710px) {
.doorgangs {
	float: left;
   
}
@media all and (max-width: 414px) {
.et_left_img_grid {
	display: none;
}
.et_discover_team p {
    padding: 0px 30px;
    line-height: 28px !important;
}
}


#trainingsdata .datum-container, .doorgangsgarantie .datum-container {
    min-height: 60px;
}
}

a.pagelinkTab{
    display:block;
    margin-left: 40px;
}

a.pagelinkTab::before {
    content: "";
     display: block;
     height: 14px;
     width: 14px;
     left: 85px;
     /*top: 3px;*/
     background: url(/static/img/arrow2.png) center no-repeat #f87200;
     background-size: 5px;
     border-radius: 7px;
     position: absolute;
     transition: background-color 0.2s ease-out;
     position: absolute;
     margin-top: 3px;
 }


table.prijsblok {
    width: 100%;
    border-collapse: collapse;
    }

table.prijsblok th, table.prijsblok td {
    padding: 0.5em;
    }
/*new menu*/
/*1200 up*/
div#bs-example-navbar-collapse-1 {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
}
@media screen and (min-width: 992px)
{
    .navbar-default .navbar-nav>li>a {
        font-size: 1.6rem;
        padding: 0px 112px 0px 0px;
    }
}

/*less 1199*/
@media screen and (max-width: 1199px)
{
    div#bs-example-navbar-collapse-1 {
        margin-left: auto;
        margin-right: auto;
        width: 970px;
    }
    @media screen and (min-width: 992px)
    {
        .navbar-default .navbar-nav>li>a {
            font-size: 1.6rem;
            padding: 0px 72px 0px 0px;
        }
    }
}

/*768-991*/
@media screen and (min-width: 768px) and (max-width: 991px)
{
    div#bs-example-navbar-collapse-1 {
        margin-left: auto;
        margin-right: auto;
        width: 790px;
    }
    @media screen and (max-width: 991px)
    {
        .navbar-default .navbar-nav>li {
            padding-right: 8px;
            padding-left: 20px;
        }
    }
    @media screen and (min-width: 768px)
    {
        .navbar-default .navbar-nav>li>a {
            padding: 0px 0px 0px 0px;
        }
    }
}
/*end new menu*/

/*start triple views*/
.gridv {
    /*min-height: 300px;*/
}
.gridv .image-border2 {
    max-height: 245px;
}
.gridv h2 {
    font-size: 24px;
    padding-bottom: 30px;
	padding-left: 23px;
}
.newcontainer div#trainingen {
    padding: 0px;
}
.gridv .article-inner.cf {
    background-color: #e9e9e9;
    min-height: 700px;
	border-radius: 0px!important;
}
.gridv .page-categorie .category-container article:nth-child(4n+4) .article-inner {
    background: #e9e9e9;
}
.page-categorie .category-container article:nth-child(4n+4) .article-inner .gridv {
    background: #e9e9e9 !important;
}
.noround {
    border-radius: 0px !important;
}
.filters {
    float: left;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 2px;
    margin-top: -19px;
    width: 75px;
    margin-left: 25px;
    height: 26px;
	margin-bottom: 18px;
}
.filters a {
    display: contents!important;
}
/******************
.filter input[type="radio"] {
    float: left;
    margin-right: 8px;
    margin-left: -15px;
}
.filter-category ul li .check{
  display: block;
  position: relative;
    border: 0px solid #000;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: -22px;
    left: -1px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.filter-divers ul li .check{
  display: block;
  position: relative;
    border: 1px solid #000;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: -22px;
    left: -1px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.filter-divers label {
    margin-left: 20px;
    font-weight: 600;
}
.filter-category ul li:hover .check {
  /*border: 0px solid #000;*/

 /*
  
  width: 11px;
    height: 10px;
    border-radius: 15px;
    top: -20px;
    left: 1px;
	float: left;
        position: relative;
        background-color: #5bc5f2;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #fff;
		margin-bottom: 9px;
}
.filter-divers ul li:hover .check {
  /*border: 0px solid #000;*/
/*  
  height: 15px;
    width: 15px;
    border: 1px solid #000;
    border-radius: 100%;
    top: 3px;
    left: -1px;
	float: left;
        position: relative;
        background-color: #5bc5f2;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #fff;
		margin-right: -15px;
    /*margin-bottom: 100px!important;*/
	/*
}

.filter-category ul li:last-child .check {
    
    margin-bottom: -15px;
}
.filter-divers ul li:last-child .check {
    
    margin-bottom: -15px;
}

.filter-category ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  border: 0px solid red;
  height: 15px;
  width: 15px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.filter-divers ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  border: 1px solid #000;
  height: 15px;
  width: 15px;
  top: -1px;
	left: -1px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.filter-divers ul li:hover .check::before {
 display: block;
 position: absolute;
	content: '';
  border-radius: 100%;
 border: 1px solid black;
  top: -3px;
	left: -3px;
	height: 15px;
  width: 15px;  
 
}
.filter-divers li:hover {
    margin-bottom: 15px;
}

.filter input[type=radio]:checked ~ .check {
  border: 1px solid #000;
}
.filter-divers input[type=radio]:checked ~ .check::before {
    background: #5bc5f2!important;
    top: -1px;
    left: -1px;
}

.filter input[type=radio]:checked ~ .check::before{
  background: #5bc5f2!important;
}

.filter input[type=radio]:checked ~ label{
  color: #000;
}

.filter input[type="radio"]:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid black;
		transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.filter-divers input[type="radio"]:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid black;
		transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.filter input[type="radio"]:checked:after {
       width: 11px;
    height: 10px;
    border-radius: 15px;
    top: -1px;
    left: 1px;
        position: relative;
        background-color: #5bc5f2;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #fff;
}
.filter label.container:hover {
    cursor: pointer;
}
.filter-divers .radio-toolbar label:hover {
    text-decoration: none;
    cursor: pointer;
}
*************************/

.noborder {
    border: none;
    background-color: white;
}
.meer {
    margin-bottom: 80px;
    margin-top: 20px;
}
.meer a {
    color: #000000;
    text-decoration: underline;
    margin-left: -6px;
}
.gridv a.btn.btn-lg.btn-default.btn-default {
    width: 100%;
	background-color: #5bc5f2;
}
.gridv .btn {
    padding-top: 2px!important;
}
.page-categorie .weergave-lijst .gridv h2 a {
    float: none;
    display: block;
    min-height: 60px;
    line-height: 27px;
    padding-left: 6px;
    margin-bottom: -27px;
	color:#000;
}
.catsp a {
    line-height: 24px;
}
.newtitle p.title-h4 {
    color: #575756;
}
.korte {
    max-height: 120px;
    overflow: hidden;
	margin-bottom: 35px;
	font-size: 17px;
}
.cleft {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    font-size: 12px;
}
.cleft2 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 12px;
}
.cleft img{
	margin-right:10px;
}	
.cleft2 picture {
    float: left;
	margin-right: 10px;
}
.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-toolbar label {
    display: inline-block;
    /*background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;*/
}
.radio-toolbar input[type="radio"]:checked + label {
   /* background-color:#bfb;
    border-color: #4c4;*/
}
.radio-toolbar input[type="radio"]:focus + label {
    /*border: 2px dashed #444;*/
}
.radio-toolbar label:hover {
  /*background-color: #dfd;*/
  text-decoration:underline;
}
.downbottom {
    bottom: 0;
	width:97%;
    position: absolute;
    padding-bottom: 30px;
	padding-right: 60px;
}

.listb picture {
    display: block!important;
    height: 100px;
    float: left;
    margin: 5px;
}
.korte2 {
    line-height: 27px;
}
.adlet {
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    color: #7e7979;
    /*background-image: url("/static/img/icons/c_dot.png");
	background-repeat: repeat-x;*/
	margin-bottom:20px;
}
.ban_ad {
    padding: 100px;
	background:#e4f4fe;
	margin-top: 50px;
}
.ban_ad h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 28px;
}
.ban_ad p {
    font-size: 25px;
    color: #000;
    margin-bottom: 28px;
    width: 347px!important;
	text-align: justify;
	float: left;
}
.ban_ad a {
	color:#000;
}
.button_go {
    float: right;
    font-size: 26px;
    border: solid 2px #000;
    padding: 15px 15px 15px 35px;
    width: 60%;
	border-radius: 10px;
}
.button_go span {
    float: right;
    padding-right: 26px;
    font-weight: 600;
}
.banner {
    height: 348px;
    background-image: url("/static/img/icons/work-731198_1920.jpg");
	padding-top: 85px;
    padding-left: 160px;
	padding-right: 160px;
}
.banntit {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
	margin-bottom: 7px;
}
.banntxt {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}
.filters picture {
    padding-bottom: 4px;
}
.filters a.active {
    /*background: #f9b378;*/
}

@media (min-width: 1577px) {
.newcontainer {
    width: 1530px;
}
}

@media (min-width: 1246px) and (max-width: 1576px) {
.newcontainer {
    width: 1200px;
}
.gridv .article-inner.cf {
    min-height: 870px;
}
.gridv .image-border2 {
    max-height: 200px;
}
.cleft {
    float: none;
	width:auto;
}
}

@media (min-width: 1070px) and (max-width: 1245px) {
.newcontainer {
  width: 1024px;
}
.gridv .article-inner.cf {
    min-height: 950px;
}
.gridv .image-border2 {
    max-height: 150px;
}
.gridv h2 {
    font-size: 18px;
}
.cleft {
    float: none;
	width:auto;
}
}
@media (max-width: 1069px) {
.banner {
	padding-top: 80px;
    padding-left: 80px;
	padding-right: 80px;
}
.banntit {
    font-size: 30px;
}
.banntxt {
    font-size: 24px;
}
.gridv .article-inner.cf {
    min-height: 950px;
}
.gridv .image-border2 {
    max-height: 150px;
}
.gridv h2 {
    font-size: 18px;
}
.cleft {
    float: none;
	width:auto;
}
}
@media (max-width: 767px) {
.gridv .article-inner.cf {
    min-height: 780px;
}
.gridv .image-border2 {
    max-height: 250px;
}
.page-categorie .weergave-lijst a {
    float: none;
}
}
@media (max-width: 685px) {
.banner {
	padding-top: 50px;
    padding-left: 60px;
	padding-right: 60px;
}
}

@media screen and (min-width: 768px) {
.listb .article-inner {
    height: 160px!important;
    line-height: 36px;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    overflow:visible!important;
}
}
@media (max-width: 500px) {
.banner {
	padding-top: 50px;
    padding-left: 40px;
	padding-right: 40px;
}
.banntit {
    font-size: 24px;
}
.banntxt {
    font-size: 20px;
}
.gridv .article-inner.cf {
    min-height: 850px;
}
.gridv .image-border2 {
    max-height: 200px;
}
.gridv h2 {
    font-size: 18px;
}
.cleft {
    float: none;
	width:auto;
}
}
/*end triple views*/
.team_img2 {
    width: 12%;
}
/**/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Accordeon */
#faq.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

/*p blocks*/
img.img-responsive2.icon {
    float: right;
    margin-left: 20px;
}
