/*STANDAARD STYLING*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #551727;
}

p, a, span, i, li, td, th, option {
    font-size: 16px;
    line-height: 35px;
    color: #333333;
    font-family: 'Merriweather Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p b {
    color: #7B3648;
}

h1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 800;
}

h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
}

h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 800;
}

h4 {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
}

h5 {
    font-size: 16px;
    line-height: 35px;
}

h6 {
    font-size: 16px;
    line-height: 25px;
}

p b {
    font-weight: bold;
}
.full_link_btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 3;
}
.button {
    min-width: 155px;
    height: 62px;
    border-radius: 2px;
    background: #F15C26;
    display: inline-block;
    margin-top: 15px;
    overflow: hidden;
}
.button a {
    position: relative;
    width: auto;
    min-width: 155px;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 14px 15px;
    font-weight: 400;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    border-bottom: 0!important;
}
.button a:after {
    content: '\f061';
    font-family: 'FontAwesome';
    margin-left: 10px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: inline-block;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.button:hover a:after, .full_link_btn:hover ~ .item-inner .button a:after, .button.read_more:hover a:before  {
    -webkit-animation: wobble 1s ease-in-out;
    animation: wobble 1s ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes wobble {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes wobble {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.navbar-toggler {
    display: block;
    z-index: 1004;
    position: absolute;
    right: 5px;
    top: 20px;
    padding: 10px;
    cursor: pointer;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .bars {
    display: inline-block;
    vertical-align: middle;
}
.navbar-toggler .bar {
    width: 28px;
    height: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    background-color: #F15C26;

    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.navbar-toggler .bar-3 {
    margin-bottom: 0;
}
.navigation.menu-open .bars {
    margin-top: -10px;
    position: relative;
}
.navigation.menu-open .bar-1 {
    transform: rotate(45deg);
    margin-top: 10px;
}
.navigation.menu-open .bar-3 {
    transform: rotate(-45deg);
    margin-top: -16px;
}
.navigation.menu-open .bar-2 {
    opacity: 0;
}

/*NAVIGATION*/

.navbar {
    height: 140px;
    background: white;
    padding: 0;
}

.top_bar {
    height: 70px;
    width: 65%;
    position: absolute;
    top: 0;
    right: 0;
    background: #F4F4F4;
    padding: 0 40px 0 20px;
    z-index: 1;

    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.top_bar a {
    line-height: 70px;
}

.top_bar .info_wrapper a {
    display: inline-block;
    color: #72384B;
    margin-right: 10px;
    font-size: 14px;
}

.top_bar .info_wrapper a:before {
    display: inline-block;
    background: #F15C26;
    color: white;
}

.top_bar .wrapper {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.top_bar_links,
.top_bar_rechts {
    display: inline-block;
    height: 100%;
}

.top_bar_links {
    float: left;
    width: 73%;
}

.top_bar_rechts {
    float: right;
    text-align: right;
    width: 27%;
}

.top_bar_rechts .submenu-links {
    line-height: 70px;
    text-decoration: none;
    padding: 15px 8px;
    height: 20px;
    font-size: 14px;
    color: #783647;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.navbar-collapse,
.navbar-nav,
.nav-item {
    height: 70px;
}

.navbar .navbar-collapse {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    padding: 0 50px;
}

li.nav-item {
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
}

li.nav-item.mobile {
    display: none;
}

li.nav-item:after {
    content: '';
    height: 6px;
    background: #783647;
    width: calc(100% + 4px);
    display: block;
    position: relative;
    bottom: 6px;
    left: -2px;
    z-index: 1;
    opacity: 0;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

li.nav-item:first-child {
    border-left: 2px solid #F4F4F4;
}

li.nav-item:last-child {
    border-right: 2px solid #F4F4F4;
}

li.nav-item.active {
    background: #F4F4F4;
}

li.nav-item.active:after,
li.nav-item:hover:after {
    opacity: 1;
}

li.nav-item.active a.nav-link,
li.nav-item:hover a.nav-link {
    color: #783647;
}

a.nav-link {
    font-size: 16px;
    padding: 17px 5px!important;
    margin-left: 8px;
    margin-right: 8px;
    height: 100%;
    text-decoration: none;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.navbar-brand {
    padding-left: 50px;
    position: absolute;
    bottom: 25px;
    z-index: 1004;

    -webkit-transition: bottom .2s ease;
    -moz-transition: bottom .2s ease;
    -ms-transition: bottom .2s ease;
    -o-transition: bottom .2s ease;
    transition: bottom .2s ease;
}

.lockScroll {
    overflow: hidden;
    width: 100%;
}

/*GEFIXEERDE HEADER*/

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 90px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

body.smooth {
    margin-top: 160px;
}

img.logo {
    width: 315px;

    -webkit-transition: width .15s linear;
    -moz-transition: width .15s linear;
    -ms-transition: width .15s linear;
    -o-transition: width .15s linear;
    transition: width .15s linear;

    transition-delay: .0s;
}


.fixed-logo img.logo {
    width: 220px;

}

.navbar-brand.fixed-logo {
    bottom: 5px;
}

/*HOME HEADER*/

.header-bg,
#headerSlider {
    height: 420px;
    overflow: hidden;
}

#headerSlider .carousel-inner,
#headerSlider .carousel-item {
    height: 100%;
}

.uitgelichte_artikel_overlay{
    height: 100%;
    position: absolute;
    width: calc(270px + 8%);
    background-color: #FCC300;
    z-index: -1;
    opacity: .9;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.uitgelichte_artikel {
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #ffffff00;
    z-index: 21;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    padding: 0 4% 0 4%;
    top: 0
}

.uitgelichte_artikel h2{
    color: #ffffff;
    margin-bottom: 10px;
}
.uitgelichte_artikel .item-inner .content-container .content p {
    margin-bottom: 5px;
}

.uitgelichte_artikel p, .uitgelichte_artikel h2{

}

.uitgelichte_artikel .item-wrapper {
    position: relative;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 0px;
    background: white;
    flex: none;
    max-width: 100%;
    width: 270px;
    opacity: 1!important;
    z-index: 21;
    border-radius: 2px;
}

.uitgelichte_artikel .item-inner .content-container .title {
    min-height: 20px;
}

.uitgelichte_artikel .item-inner .image-container .type a,
.uitgelichte_artikel .item-inner .image-container .type p {
    color: #BCBCBC;
    font-size: 14px;
    margin-bottom: 0;
    text-shadow: none;
}

.uitgelichte_artikel .item-inner .image-container {
    height: 63px;
    width: 100%;
}

.uitgelichte_artikel .button.read_more {
    border-radius: 0px;
    background: #f15c2600;
    margin-top: 0px;
    overflow: visible;
}

.uitgelichte_artikel .button.read_more a {
    text-align: left;
    color: #FFFFFF;
    padding: 14px 0px;
}

.uitgelichte_artikel .button.read_more a:before {
    content: '\f061';
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #551727;
}

.uitgelichte_artikel .button.read_more a:after{
    display: none;
}

.carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-indicators {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    padding-left: 50px;
    margin-right: 0;
    margin-left: 0;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    box-sizing: border-box;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, 0.35);
}

.carousel-indicators .active {
    position: relative;
    top: -2px;
}

/*SECTION*/

.section-container {
    position: relative;
}

.overlay-sectie {
    top: 0;
    z-index: 0 !important;
    width: 100%;
    height: 100%;
    position: absolute;
}

.section-container .plate--container {
    z-index: 1 !important;
    position: relative !Important;
}

/*EXPERTISE*/

.expertise {
    position: relative;
    height: auto;
    width: 100%;
}

.expertise .image-container-wrapper {
    height: 190px;
    width: 190px;
    position: relative;
    margin: 0 auto;
    border: 15px solid transparent;
    border-radius: 100%;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.expertise .full_link_btn:hover ~ .image-container-wrapper {
    border: 15px solid #FDC402;
}

.expertise .image-container {
    border-radius: 100%;
    background: white;
    height: 160px;
    width: 160px;
    position: relative;
    margin: 0 auto;
}

.expertise .image-container .image-inner {
    width: 115px;
    height: 115px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.expertise .title h4 {
    margin-top: 20px;
    text-align: center;
}

/* DIENST */

.dienst .expertise {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #F4F4F4;
    border-radius: 5px;
    padding: 45px 100px 45px 50px;
    position: relative;
    min-height: 255px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.dienst .expertise:hover {
    background-color: #F15C26;
}

.dienst .expertise .image-container-wrapper {
    height: 160px;
    width: 160px;
    border: 0px solid transparent;
    border-radius: 100%;
}

.dienst .expertise:hover .image-container-wrapper{
    border: 0px solid transparent;
}


.dienst .expertise .image-container .image-inner {
    width: 160px;
    height: 160px;
    left: 50%;
    border-radius: 100%;
    position: absolute;
    border: 1px solid rgb(244, 244, 244);
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.dienst .expertise:hover .image-container .image-inner{
    border: 1px solid #ffffff;
}


.dienst .expertise .title h4 {
    margin-top: 10px;
    text-align: left;
}

.dienst .expertise .title {
    padding: 0 0 0 45px;
}

.dienst .expertise:hover .title h4,
.dienst .expertise:hover .title p{
    color: #ffffff;
}


/*LOGO SLIDER*/
.logo-slider {
    padding-top: 60px;
    padding-bottom: 80px;
}

.logo-slider .title {
    margin-bottom: 50px;
    text-align: center;
}

.logo-slider .logo-slider-wrapper {
    width: 100%;
}

.logo-slider .logo-slider-wrapper img {
    height: 110px;
    width: 150px;
    -o-object-fit: contain;
    object-fit: contain;

    left: 50%;
    transform: translateX(-50%);
    position: relative;

    opacity: .6;
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

/*SECTION NIEUWSBRIEF + QUOTE*/

.nieuwsbrief_quote {
    height: 330px;
    position: relative;
    overflow: hidden;
}

.nieuwsbrief_quote .section-container,
.nieuwsbrief_quote .row {
    height: 100%;
}

.nieuwsbrief_quote .row {
    margin-left: 0;
    margin-right: 0;
}

.nieuwsbrief_quote .left {
    background-color: #FCC300;
    padding: 50px 100px;
}

.nieuwsbrief_quote .right {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.nieuwsbrief_quote .right .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(230, 81, 20, 0.8);
    width: 100%;
    height: 100%;
}

.nieuwsbrief_quote .right .content {
    z-index: 1;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 55px;
}

.nieuwsbrief_quote .right .content .quote:before,
.sidebar.quote h3:before {
    content: ' “ ';
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 80px;
    max-height: 65px;
    position: absolute;
    height: 65px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.nieuwsbrief_quote .right .content .quote h3 {
    margin-bottom: 18px;
}

.nieuwsbrief_quote .right .content .quote h3,
.nieuwsbrief_quote .right .content .quote_onder p {
    color: white;
    text-align: center;
}

/*MAILCHIMP*/

#mc_embed_signup {
    background: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#mc_embed_signup h2 {
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 25px !important;
}

#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup ul {
    padding-left: 0;
}

#mc_embed_signup ul li {
    list-style: none;
}

#mc_embed_signup .mc-field-group {
    width: 100% !Important;
}

#mc_embed_signup .mc-field-group.email {
    display: inline-block;
    width: calc(100% - 160px)!important;
}

#mc_embed_signup .clear {
    display: inline-block;
    vertical-align: top;
}

#mc_embed_signup #mergeRow-gdpr,#mc_embed_signup .indicates-required,#mc_embed_signup .asterisk,#mc_embed_signup .input-group strong {
    display: none;
}

#mc_embed_signup .input-group ul {
    margin-top: 5px !Important;
    margin-bottom: 5px !Important;
}

#mc_embed_signup .mc-field-group {
    padding-bottom: 15px !important;
}

#mc_embed_signup .button {
    margin-top: 10px !Important;
}

#mc_embed_signup input[type="text"],#mc_embed_signup input[type="email"] {
    padding: 28px 0 10px 10px !important;
    outline: none;
    border: thin solid rgb(223, 223, 223);
    box-shadow: none;
    width: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    border-radius: 2px;
}

#mc_embed_signup .mc-field-group strong {
    color: white;
}

#mc_embed_signup .mc-field-group label {
    padding-top: 9px;
    padding-left: 9px;
    position: absolute;
    font-size: 0.9em;
    color: rgba(0,0,0,0.3);
}

#mc_embed_signup .input-group label {
    padding-top: 0;
    padding-left: 8px;
    position: absolute;
    font-size: 0.9em;
    color: black;
}

#mc_embed_signup .input-group {
    padding-bottom: 0;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error  {
    Background: none;
    font-size: 1em;
    margin-bottom: 0;
    padding: 0;
}

#mc_embed_signup .button {
    width: 100%;
    border: none;
    height: 64px;
    cursor: pointer;
    margin: 0 !Important;
    outline: none;
}

#mce-responses {
    padding: 0;
    margin: 0;
}

#mc_embed_signup div#mce-responses {
    width: 100%;
}

#mc_embed_signup div.response {
    width: auto;
}

#mce-responses,#mce-responses .response {
    font-weight: 400;
    line-height: 1.6em;
    font-size: 1em;
}

#mce-responses .response {
    padding-bottom: 25px;
}

#mc_embed_signup p.title_above {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    color: #7B3648;
}

#mc_embed_signup h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 38px;
    color: white;
}

#mce-success-response {
    background-color: #a0da68;
}

#mce-error-response {
    background-color: #e85c41;
}

#mce-success-response,#mce-error-response {
    border-radius: 3px;
    color: white;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 15px;
}

/*TITEL MET LINKJES*/

.plate--element__titel_met_link {
    -webkit-border-image: -webkit-radial-gradient(circle, rgba(200,200,200,1) 70%, rgba(200,200,200,0) 100%);
    -o-border-image: -o-radial-gradient(circle, rgba(200,200,200,1) 70%, rgba(200,200,200,0) 100%);
    border-image: radial-gradient(circle, rgba(200,200,200,1) 70%, rgba(200,200,200,0) 100%);
    border-right-width: 2px;
    border-right-style: solid;
    border-image-outset: 8;
    border-image-repeat: stretch;
    border-image-slice: 6;

    height: 100%;
}

.section-container .plate--column:first-child .plate--element__titel_met_link {
    border-left-width: 2px;
    border-left-style: solid;
}

.title_with_links {
    position: relative;
}

.title_with_links .inner {
    padding: 30px 35px;
}

.title_with_links .inner .title {
    min-height: 50px;
    margin-bottom: 20px;
}

.title_with_links .inner .links ul,
.sidebar-content ul {
    padding: 0;
    list-style: none;
}

.link_item {
    position: relative;
    cursor: pointer;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sidebar .link_item {
    border-bottom: 1px solid #F4EFF0;
    margin-bottom: 15px;
}

.link_item:hover {
    margin-left: 10px;
}

.link_item a {
    text-decoration: none;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.link_item a:before {
    content: '\f061';
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #7B3648;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.link_item:hover a {
    font-weight: bold;
    color: #333333;
}

.link_item:hover a:before {
    color: #F15C26;
}

/*RECENT NIEUWS OVERZICHT*/

.recent-nieuws .title-overzicht {
    margin-bottom: 40px;
}

.recent-nieuws-container,
.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: row;

    flex-wrap: wrap;
}

/*NIEUWS ARTIKELEN / CASES */

.item-wrapper {
    position: relative;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 25px;
    background: white;

    flex: 0 0 23.5%;
    max-width: 23.5%;
}
.item-wrapper:nth-child(4n) {
    margin-right: 0;
}

.item-inner {
    position: relative;
    height: 100%;
}

.item-inner .image-container {
    height: 200px;
    width: 100%;
}

.item-inner .image-container .datum,
.item-wrapper.course .datum,
.cursus_info_wrapper .datum {
    position: absolute;
    height: 63px;
    width: 63px;
    background: #F15C26;
    left: 25px;
    padding: 5px;
}

.item-inner .image-container .datum p,
.item-wrapper.course .datum p,
.cursus_info_wrapper .datum p {
    color: white;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
}

.item-inner .image-container .type,
.item-wrapper.course .type {
    position: absolute;
    left: 100px;
    top: 15px;
    z-index: 4;
}


.item-inner .image-container .type a,
.item-inner .image-container .type p {
    color: white;
    font-size: 14px;
    margin-bottom: 0;
    text-shadow: 0 0 5px black;
}

.item-wrapper.course .type a,
.item-wrapper.course .type p {
    font-size: 16px;
    margin-bottom: 0;
    color: #b5b5b5;
}

.item-inner .image-container .image-inner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.item-inner .content-container {
    padding: 25px 25px 100px 25px;
}

.item-wrapper.course .content-container {
    padding: 100px 25px 100px 25px;
}

.item-inner .content-container .title {
    min-height: 50px;
}

.item-inner .content-container .content p {
    font-size: 14px;
    line-height: 25px;
}

.item-inner .button {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

/*FOOTER*/

footer h3,
footer h4,
footer h5,
footer h6 {
    color: white;
    margin-bottom: 25px;
}

footer {
    background-color: #F15C26;
}

footer .footer_columns {
    padding-top: 100px;
    padding-bottom: 100px;
}

footer .footer_bar {
    position: relative;
    height: 80px;
}

.footer_bar .plate--container:after {
    content: '';
    background-image: url(../images/Privacy-Seal.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 75px;
    height: 120px;
    position: absolute;
    top: -80px;
    right: 15px;
}

footer .footer_bar .plate--container {
    border-top: 1px solid rgba(244, 240, 240, 0.4);
    height: 100%;
    position: relative;
}

footer .plate--element__titel_met_link {
    border-image: none;
    border: none;
}

footer .title_with_links .inner {
    padding: 0;
}

footer .title_with_links .link_item a,
footer .title_with_links .link_item:hover a,
footer .title_with_links .link_item a:before,
footer p,
footer a {
    color: white!important;
}

footer .title_with_links .inner .title {
    min-height: auto;

}

.info_wrapper a {
    color: white;
    display: block;
}

.info_wrapper a:before {
    content: '';
    background: white;
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: baseline;
    font-family: 'FontAwesome';
    color: #F15C26;
    font-size: 12px;
    text-align: center;
    padding-left: 1px;
}

.info_wrapper a.mail:before {
    content: '\f0e0';
}
.info_wrapper a.tel:before {
    content: '\f095';
}

.info_wrapper a.servicedesk:before {
    content: '\f0f3';
}

.footer_columns .plate--column .plate--element__image img {
    width: 275px;
}

.footer_bar .left p,
.footer_bar .right a {
    line-height: 60px;
}

.footer_bar .left {
    width: 30%;
    height: 100%;
    display: inline-block;
    float: left;
}

.footer_bar .right {
    width: 70%;
    height: 100%;
    display: inline-block;
    float: right;
    text-align: right;
    padding-right: 100px;
}

.footer_bar .right a {
    display: inline-block;
    margin: 0 10px;
}

.social_media a:before {
    content: '';
    background: white;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: baseline;
    font-family: 'FontAwesome';
    color: #F15C26;
    text-align: center;
    font-size: 18px;
}

.social_media a.facebook:before {
    content: '\f09a';
}

.social_media a.twitter:before {
    content: '\f099';
}

.social_media a.linkedin:before {
    content: '\f0e1';
}

.social_media a:hover {
    border: none!important;
}

    /*POST HEADER*/

.post-header-bg {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    background-color: #F15C26;
}

.post-header-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.post-header-inner .yellow_block {
    width: auto;
    height: auto;
    min-height: 100px;
    background: #FDC402;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 50px;
}

.post-header-inner .intro_title h1 {
    font-size: 30px;
    line-height: 40px;
    color: white;
}

.post-header-inner .breadcrumbs a {
    font-size: 14px;
    line-height: 35px;
    color: white;
}

.breadcrumbs .arrow-right {
    display: inline-block;
}

.breadcrumbs .arrow-right:before {
    content: '\f061';
    position: relative;
    font-family: 'FontAwesome';
    font-size: 12px;
    color: white;
    vertical-align: text-bottom;
    padding: 0 2px;
}

/*POST PAGES*/

.page-content,
.post-content {
    position: relative;
    overflow: hidden;
}

.page-content .white-block,
.post-content .white-block {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-content .white-block:before,
.post-content .white-block:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    background: white;
    z-index: -1;
}

.page-content .sidebar-block,
.post-content .sidebar-block {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5%;
}

.page-content .sidebar-block:before,
.post-content .sidebar-block:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    background: #F4F4F4;
}

.white-block p a, .white-block a {
    font-weight: bold;
}

.white-block p a:hover, .white-block a:hover {
    color: #333333;
    border-bottom: 1px solid #333333;
    text-decoration: none;
}

/*TEKST NAAST AFBEELDING*/

.text-next-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.text-next-image .image-container {
    height: 200px;
    width: 200px;
    background: white;
    border-radius: 100%;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

.text-next-image .image-container .image-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    width: 200px;
    height: 200px;
}

.text-next-image.medewerker_info .inner-text {
    width: auto;
    padding-top: 25px;
}

.white-block h6 {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    color: #551727;
    position: relative;
    padding: 10px 0 10px 16px;
}

.white-block h6:before {
    content: '';
    height: 100%;
    width: 7px;
    background: #E65114;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
}

.white-block .plate--container {
    padding-left: 0;
    padding-right: 0;
}

/*SIDEBARS*/

.sidebar {
    position: relative;
    height: fit-content;
    background-color: #FFFFFF;
    padding: 25px;
    margin-bottom: 20px;
}

.sidebar .sidebar-inner {
    height: 100%;
    position: relative;
}

.sidebar .sidebar-inner .sidebar-title {
    position: relative;
    height: auto;
}

.sidebar .sidebar-inner .sidebar-title h4 {
    margin-bottom: 15px;
}

.sidebar .sidebar-inner .sidebar-content {
    position: relative;
    height: auto;
}

.sidebar .sidebar-inner .sidebar-content a {
    display: block;
}

.sidebar .sidebar-inner .sidebar-content a.active:hover {
    text-decoration: none;
}

.sidebar .sidebar-inner .sidebar-content p {
    margin-bottom: 0;
}

.sidebar .sidebar-inner.titel_btn .sidebar-title {
    height: 50px;
}

.sidebar .sidebar-inner .sidebar-content .social_media a {
    color: white;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
}

.sidebar .sidebar-inner .sidebar-content .social_media a:before {
    color: white;
    background: #F15C26;
}

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
    color: #7B3648;
}

.sidebar.quote {
    background-color: #F15C26;
    padding: 50px 25px;
}

.sidebar.quote h3 {
    position: relative;
    padding-top: 55px;
    color: white;
    font-size: 25px;
}

.sidebar.quote h3:before {
    top: 30px;
    font-size: 68px;
}

.medewerker_sidebars {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
}

.medewerker_sidebars .sidebar.quote {
    order: 1;
}

.medewerker_sidebars .sidebar {
    order: 2;
}


/*OVERVIEW NIEUWS/CASES/MEDEWERKERS */

.overview {
    background-color: #F4F4F4;
    padding-top: 75px;
    padding-bottom: 75px;
}

/*MENU HOVER*/

.dropdown-menu {
    display: none;
    margin: 0;
    border-radius: 0;
    padding: 15px 0;
    top: 70px;
    left: -2px;
    background: #F4F4F4;
    border: 0;
}

.dropdown-item:active {
    background-color: #783647;
}

.dropdown-item {
    padding: 5px 20px;
    font-size: 14px;
}

/*MEDEWERKERS*/

.medewerker .item-inner .content-container {
    padding: 25px;
}

.medewerker .item-inner .image-container {
    height: 215px;
    width: 215px;
    margin: 0 auto;
    border-radius: 100%;
    border: 15px solid transparent;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.medewerker.item-wrapper {
    background: transparent;
}

.medewerker .full_link_btn:hover ~ .item-inner .image-container {
    border: 15px solid #FDC402;
}

.medewerker .item-inner .image-container .image-inner {
    border-radius: 100%;
}

.medewerker .item-inner .content-container .title {
    text-align: center;
    min-height: 0;
    height: auto;
}

.text-next-image.medewerker_info {
    height: 225px;
}

.text-next-image.medewerker_info .image-container {
    margin-right: 40px;
}

.medewerker_info .social_media a:before {
    background: #F15C26;
    color: white;
}

.medewerker_info .social_media {
    margin-top: 15px;
}

/*FORM STYLING*/

form label {
    display: none;
}

form .input_field {
    position: relative;
    top: -1px;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    min-height: 25px;
}

form .input_field input:focus,
form .input_field textarea:focus {
    outline: none;
}

form .input_field input[type="file"] {
    background: white!important;
    padding-left: 0;
    -webkit-appearance: none;
}

form .input_field input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}
form .input_field input[type="file"]:before {
    content: 'Bestand kiezen';
    display: inline-block;
    padding: 5px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

form .input_field input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    padding: 9px;
    width: 20px;
    height: 20px;
}

form .input_field.AVG input[type="checkbox"] {
    display: inline-block;
    float: left;
    margin: 7.5px 7.5px 7.5px 0;
}

form .input_field input[type="checkbox"]:checked {
    color: #99a1a7;
}

form .input_field input[type="checkbox"]:checked:after {
    content: '\2714';
    position: absolute;
    width: 20px!important;
    height: 20px!important;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    top: -1px;
    left: -1px;
    color: #F15C26;
    padding: 3px;
    display: block;
    padding-left: 6px;
}

form .input_field input,
form .input_field textarea {
    border: none;
    padding: 15px;
    width: 100%;
    background: #f4f4f4;
}

form .input_field textarea {
    min-height: 150px;
}
form .input_field p {
    margin-bottom: 0;
}

form .submit_button a {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    border: 0;
    color: #FFFFFF!important;
    cursor: pointer;
}

form .input_field.AVG label {
    display: inline-block;
}

/*COURSES STYLING*/

.course_row {
    width: 100%;
    position: relative;
}

.course_items {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.item-wrapper.course {
    flex: 0 0 32%;
    max-width: 32%;
    margin-right: 2%;
}

.item-wrapper.course:nth-child(3n) {
    margin-right: 0;
}

.item-wrapper.course .title h4 {
    font-size: 20px;
}

.item-wrapper.course .info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-top: -8px;
    margin-bottom: 20px;
}

.item-wrapper.course .info .info_item {
    position: relative;
    width: 100%;
}

.item-wrapper.course .info .info_item p {
    margin-bottom: 0;
    color: #551727;
    font-weight: 600;
    font-size: 14px;
}

.item-wrapper.course .info .info_item p:before,
.cursus_info_wrapper .info_item p:before {
    content: '';
    font-family: FontAwesome;
    margin-right: 12px;
    color: #F15C26;
    font-size: 20px;
    vertical-align: middle;
}

.item-wrapper.course .info .info_item.dayparts p:before,
.cursus_info_wrapper .info_item.dayparts p:before {
    content: '\f017';
}

.item-wrapper.course .info .info_item.location p:before,
.cursus_info_wrapper .info_item.location p:before {
    content: '\f041';
}

.item-wrapper.course .info .info_item.niveau p:before,
.cursus_info_wrapper .info_item.niveau p:before {
    content: '\f007';
}

.item-wrapper.course .info .info_item.available p:before,
.cursus_info_wrapper .info_item.available p:before {
    content: '\f292';
}

.item-wrapper.course .info .info_item.price p:before ,
.cursus_info_wrapper .info_item.price p:before {
    content: '\f02c';
}

/*COURSE SINGLE*/

.cursus_info_wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.cursus_info_wrapper .datum {
    left: 0;
    width: 90px;
    height: 90px;
    padding: 14px;
    position: relative;
    margin-right: 25px;
    margin-bottom: 25px;
}

.cursus_info_wrapper .datum p {
    font-size: 22px;
    line-height: 30px;
}

.cursus_info_wrapper .info_items {
    margin-top: 15px;
    position: relative;
}

.cursus_info_wrapper .info_item {
    position: relative;
    width: auto;
    margin-right: 35px;
}

.cursus_info_wrapper .info_item p {
    margin-bottom: 0;
    color: #551727;
    font-weight: 600;
    font-size: 14px;
}

.single_course .sidebar-block .link_item {
    border: 0;
    cursor: default;
    margin-bottom: 10px;
}

.single_course .sidebar-block .link_item:last-child {
    margin-bottom: 0;
}

.single_course .sidebar-block .link_item:hover {
    margin-left: 0;
}

.single_course .sidebar-block .sidebar-content ul {
    margin-bottom: 0;
}
.single_course .cursus_description {
    margin-bottom: 40px;
}

.single_course .form-control {
    border: 0;
    padding: 0;
    height: auto;
}

.single_course #courseForm {
    display: none;
}

.single_course .input_field {
    width: 75%;
}

.single_course .input_field.geslacht label {
    display: block;
}
.single_course .input_field.geslacht label input {
    width: 20px;
    vertical-align: middle;
    top: 11px;
    position: relative;
    float: left;
}
.single_course .input_field.geslacht label span {
    float: left;
    margin-right: 20px;
}

/*COURSE FILTER*/

.course-filter .wrapper li{
    list-style: none;
}

.course-filter .wrapper .label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.course-filter .wrapper .label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.course-filter .wrapper .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.course-filter .wrapper .label:hover input~.checkmark {
    background-color: #ccc
}

.course-filter .wrapper .label input:checked~.checkmark {
    background-color: #551727
}

.course-filter .wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.course-filter .wrapper .label input:checked~.checkmark:after {
    display: block
}

.course-filter .wrapper .label .checkmark:after {
    left: 9px;
    top: 6px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

/*MEDIA QUERIES*/


@media only screen and (max-width: 1280px) and (min-width: 989px) {
    .uitgelichte_artikel h2 {
        display: none;
    }
}

@media only screen and (max-width: 1305px) {
    img.logo {
        width: 265px
    }

    .top_bar {
        width: 72%;
        padding: 0 10px 0 20px;
    }

    .navbar-brand {
        padding-left: 25px;
        bottom: 35px;
    }

    .navbar .navbar-collapse {
        padding: 0 20px;
    }

    .nieuwsbrief_quote .left {
        padding: 50px 25px;
    }

    .nieuwsbrief_quote .right .content {
        width: 80%;
    }
}

@media only screen and (max-width: 1200px) {
    .title_with_links .inner {
        padding: 20px 10px;
    }

    .item-wrapper {
        flex: 0 0 49%;
        max-width: 49%;
    }

    .item-wrapper:nth-child(2n) {
        margin-right: 0;
    }

    .item-wrapper.course:nth-child(2n) {
        margin-right: 2%;
    }

    .item-wrapper.course:nth-child(3n) {
        margin-right: 0;
    }

    .course-filter, .course_items {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .course_row {
        margin-left: 0;
        margin-right: 0;
    }

    .course-filter .wrapper li {
        margin-right: 15px;
    }

    #filter-level,
    #filter-location {
        columns: 3;
    }

    .dienst .expertise {
        flex-flow: column;
        padding: 45px 40px 45px 40px;
    }

    .dienst .expertise .title {
        padding: 20px 0px 0px 0px;
    }

    .dienst .expertise .title h4,
    .dienst .expertise .title p {
        text-align: center;
    }

    a.nav-link {
        font-size: 14px;
        padding: 17px 0 !important;
    }
}

@media only screen and (max-width: 1100px) {
    img.logo {
        width: 220px
    }

    .info_wrapper a:before {
        content: '';
        height: 20px;
        width: 20px;
        line-height: 20px;
        margin-right: 8px;
        vertical-align: middle;
        font-size: 9px;
        padding-left: 0;
    }

    .top_bar .info_wrapper a {
        font-size: 12px;
    }

    .navbar-brand {
        bottom: 40px;
    }

    .top_bar_rechts .submenu-links {
        font-size: 12px;
    }
}

@media only screen and (max-width: 989px) {
    .top_bar {
        display: block;
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        height: 40px;
        padding: 0 14px 0 15px;
    }

    .top_bar a {
        line-height: 40px;
    }

    .top_bar_links {
        width: 100%;
    }

    .top_bar_rechts {
        display: none;
    }

    .navbar {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 999;
        height: 90px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .navbar.fixed-header {
        top: 0;
        position: fixed;
    }

    .navbar-brand {
        bottom: 5px;
        padding-left: 15px;
    }

    body.smooth, body {
        margin-top: 130px;
    }

    .header-bg, #headerSlider {
        height: 420px;
    }

    .post-header-bg {
        height: 250px;
    }

    .nieuwsbrief_quote .right,
    .nieuwsbrief_quote .left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

        height: 300px;
    }

    .nieuwsbrief_quote {
        height: auto;
    }

    .white-block,
    .sidebar-block {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-content .sidebar-block, .post-content .sidebar-block {
         padding-left: 15px;
    }

    .page-content .sidebar-block:before, .post-content .sidebar-block:before {
        width: 125vw;
        left: -25vw;
    }

    .menu-open .navbar-collapse {
        width: 100%;
        height: 100%;
        display: block!important;
        opacity: 0;
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        background-color: #F4F4F4;
        overflow: visible;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }
    .menu-open .navbar-collapse .navbar-nav {
        margin-top: 90px;
        max-height: calc(85vh - 90px);
        height: 85vh;
        text-align: left;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 7;
        position: absolute;
        width: 100%;
        display: list-item;
    }
    .menu-open .navbar-collapse:before {
        content: '';
        width: 100%;
        height: 90px;
        z-index: 1000;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background: white;
    }
    .navbar-nav .dropdown-menu {
        position: relative;
        top: 0;
        background: white;
    }
    .menu-open .navbar-nav .dropdown-menu {
        display: block!important;
        opacity: 1!important;
        left: 0;
    }

    .menu-open .navbar {
        top: 0;

    }

    .menu-open .navbar-collapse {
        opacity: 1;
        z-index: 5;
    }
    li.mobile {
        display: block;
    }

    li.nav-item {
        border: 0!important;
        height: auto;
    }

    li.nav-item:hover:after, li.nav-item:after {
        display: none;
    }

    a.nav-link {
        padding: 10px 0!important;
    }
}

@media only screen and (max-width: 767px) {
    .dienst .expertise {
        padding: 30px;
    }

    .expertise {
        margin-bottom: 25px;
    }

    .nieuwsbrief_quote .left {
        height: 400px;
    }

    #mc_embed_signup .mc-field-group.email {
        width: 100%!important;
    }

    #mc_embed_signup .clear {
        width: 100%;
    }

    #mc_embed_signup .clear .button a {
        width: 100%;
    }

    .item-wrapper {
        flex: 0 0 100%;
        max-width: 100%;

        margin-right: 0!important;
    }

    footer .footer_columns {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    footer .plate--column {
        margin-bottom: 25px;
    }

    .footer_columns .plate--column .plate--element__image img {
        width: 200px;
    }

    footer .footer_bar {
        position: relative;
        height: 140px;
    }

    .footer_bar .left,
    .footer_bar .right {
        width: 100%;
        height: 60px;
    }

    .footer_bar .right {
        padding-right: 0;
        text-align: left;
        height: 80px;

    }

    .footer_bar .right a {
        font-size: 15px;
        line-height: 35px;
    }

    .section-container  .plate--element__titel_met_link {
        border: none!important;
    }

    .title_with_links .inner .title {
        min-height: auto;
    }

    .post-header-inner .yellow_block {
        padding: 10px 15px;
        min-height: 0;
    }

    .nieuwsbrief_quote .plate--container {
        padding-left: 0;
        padding-right: 0;
    }

    .nieuwsbrief_quote .left {
        padding: 50px 15px;
    }

    .text-next-image .image-container .image-inner {
        width: 150px;
        height: 150px;
    }

    .text-next-image .image-container {
        height: 150px;
        width: 150px;
    }

    .text-next-image .inner-text {
         padding-top: 0;
    }

    .post-header-inner .intro_title h1 {
        font-size: 20px;
        line-height: 30px;
        color: white;
    }

    .post-header-inner .breadcrumbs a {
        font-size: 12px;
        line-height: 20px;
    }

    .post-header-inner .yellow_block {
        background: rgba(253, 196, 2, .8);
    }

    .item-wrapper.course {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .item-wrapper.course .info .info_item {
        width: 50%;
    }

    #filter-level,
    #filter-location {
        columns: 1;
    }

    .single_course .cursus_info_wrapper .info_item {
        width: calc(50% - 35px);
    }

}

@media only screen and (max-width: 600px) {
    #headerSlider .carousel-inner, #headerSlider .carousel-item {
        height: 240px;
    }

    .header-bg, #headerSlider {
        height: 100%;
        position: relative;
        overflow: visible;
    }

    .uitgelichte_artikel_overlay {
        width: 100%;
        min-height: 420px;
        position: absolute;
    }

    [data-id="column_129554"]{
        display: none;
    }

    [data-id="section_42872"] .section-container{
        padding-top: 30px!important;
    }

    .uitgelichte_artikel .item-wrapper {
        width: 100%;
    }

    .uitgelichte_artikel {
        position: relative;
        padding: 25px;
    }
}

@media only screen and (max-width: 520px) {
    .top_bar .info_wrapper a {
        font-size: 10px;
        margin-right: 5px;
    }

    .top_bar .info_wrapper a.mail {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .item-wrapper.course .info .info_item {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .text-next-image .image-container .image-inner {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .text-next-image .image-container {
        height: 100px;
        width: 100%;
        position: relative;
        margin-right: 0;
    }

    .text-next-image.medewerker_info .inner-text {
        padding-top: 125px;
        text-align: center;
    }

    .text-next-image.medewerker_info {
        height: 275px;
    }

    .single_course .cursus_info_wrapper .info_item {
        width: 100%;
    }
}

/*EVEN CONTAINERS*/

@media screen and (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 738px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 100%;
        max-width: 962px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }
}

@media (min-width: 1530px) {
    .container, .plate--container {
        max-width: 1470px;
    }
}


.course-filter .wrapper {
	margin-bottom: 20px;
	background-color: #fff;
	padding: 20px 0 20px 30px
}

.course-filter .wrapper .title {
	margin-bottom: 15px;
  margin-top: 20px;
	font-weight: normal;
  color: #551727;
	display: block;
  font-size: 18px;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F15C26;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
