html {
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3e5588;
}
p, a, span, select, li, td, th, option, form input, b, ul, textarea, label, button {
    font-size: 16px;
    line-height: normal;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3e5588;
}
h1 {
    font-size: 70px;
    line-height: normal;
    font-family: 'Averia Sans Libre', cursive;
    font-weight: 700;
}
h2 {
    font-size: 44px;
    line-height: normal;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}
h3 {
    font-size: 24px;
    line-height: normal;
    font-family: 'Titillium Web', sans-serif;
}
h4 {
    font-size: 25px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
}
h5 {
    font-size: 21px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
}
h6 {
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.inline-text-element h1,
.inline-text-element h2,
.inline-text-element h3,
.inline-text-element h4,
.inline-text-element h5,
.inline-text-element h6,
.inline-text-element p {
    color: inherit;
}
.image-element-wrapper {
    overflow: hidden;
}
.button {
    min-width: 180px;
    height: 46px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #3e5588;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: transparent;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.button input {
    -webkit-appearance: none;
    border: 0;
    background: none;
    color: white;
    font-weight: 400;
    height: 100%;
    padding: 24px 27px 27px 27px;
    cursor: pointer;

}
.button a {
    position: relative;
    width: auto;
    min-width: 180px;
    text-align: center;
    display: inline-block;
    color: #3e5588;
    text-decoration: none;
    padding: 4px 16px;
    font-weight: 400;
    height: 100%;
    font-size: 22px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social_media{
    position: relative;
}

.social_media a{
    color: #3e5588;
    width: 100%;
    height: 100%;
}

.social_media a:hover:before{
    color: #fff;
}

.social_media.white a{
    color: white;
}
.social_media.white a:hover:before{
    color: #3e5588;
}
.social_media a:before {
    content: '';
    background: transparent;
    height: 40px;
    width: 40px;
    font-size: 40px;
    display: inline-block;
    vertical-align: baseline;
    font-family: 'FontAwesome';
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 10px 5px 10px 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.social_media a.facebook:before {
    content: '\f230';
}
.social_media a.youtube:before {
    content: '\f167';
}

.button a i {
    font-size: 14px;
    margin-left: 8px;
    vertical-align: middle;
}
.button:hover, .button.hover {
    background: #3e5588;
}
.button:hover a ,.button.hover a{
    color: #fefefe;
}
.button.white {
    background: #fefefe;
    border: 1px solid #fefefe;
}
.breed{
    width: 100%;
}
.hoog{
    height: 74px;
    padding: 6px 16px;
}

.hoog a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hoog a i {
    font-size: 14px;
    margin-left: 8px;
    margin-top: 4px;
    vertical-align: middle;
}
.button.dark{
    background: #3e5588;
    border: 1px solid #3e5588;
}.button.dark:hover, .button.dark.hover{
    background: #fff;
    border: 1px solid #fff;
}
.button.dark a {
    color: #fff;
}
.button.dark:hover a, .button.dark.hover a {
    color: #3e5588;
}
.button.white a, .button.dark a {
    padding: 6px 16px;
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
    width: 100%;
}
.button.white:hover, .button.white.hover{
    background: #3e5588;
    border: 1px solid #3e5588;
}

p a:hover {
    text-decoration: none;
}
.full-link-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
}
.main-content-wrapper {
    width: 100%;
    position: relative;
    background: white;
}
.fl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.al-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*SEARCH BAR*/

.search-btn {
    position: relative;
    height: 50px;
    border: 1px solid #277791;
    width: 170px;
    margin-left: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.search-icon {
    position: absolute;
    top: 13px;
    right: 10px;
}
.search-icon i {
    font-size: 20px;
    color: #277791;

}
.top-bar-search-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    min-width: 100px;
}
.top-bar-search-wrapper form {
    width: 100%;
    height: 100%;
}
.top-bar-search-wrapper form input {
    width: 100%;
    height: 100%;
    border: 0;
    padding-right: 20px;
}

.top-bar-search-wrapper input[type="text"]:focus {
    outline: 0;
}

/*NAVIGATION*/

.top-nav {
    position: relative;
    padding-top: 20px;
}

.navigation {
    position: fixed;
    height: 160px;
    background: #fefefe;
    z-index: 2000;
    width: 100%;
}

.navigation, .top-nav, .navbar, .navbar-brand img{
    transition: all .3s ease;
    z-index: 2;}

.navigation.fixed_menu .top-nav .right-top-nav{
    height: 0;
    opacity: 0;
}
.navigation.fixed_menu{
    height: 100px;
    box-shadow: 0px 14px 26px #b4b4b438;
}
.navigation.fixed_menu .navbar-brand{
    top: 0;
    border-radius: 0px 0px 10px 10px;
}
.navigation.fixed_menu{
    top: 0px;
}
.navigation.fixed_menu .top-nav .navbar-brand img {
    width: 70px;
}
.navigation.fixed_menu .top-nav{
    padding: 0;
}
.navigation.fixed_menu .breadcrumbs {
    height: 0;
    opacity: 0;
    bottom: 0;
}

.navbar {
    padding-left: 130px;
    margin-top: 25px;
    padding-right: 0;
}

.navbar-brand {
    width: 140px;
    background: white;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    text-align: center;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.fixed_menu .navbar-brand{
    box-shadow: 0px 14px 26px #b4b4b438;
}
.navbar-brand img {
    width: 100px;
}
.navbar-nav .nav-link {
    font-size: 22px;
    color: #277791;
}
.nav-item {
    margin-left: 35px;
}
.nav-item:first-child {
    margin-left: 0;
}
.nav-item.active .nav-link {
    color: #9cc250;
}
.nav-item.bold a {
    font-weight: 700;
}
.navigation .plate--container {
    height: 100%;
}


/*MAIN WRAPPER*/

.main-content-wrapper {
    position: relative;
    padding-top: 202px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-content-wrapper.less-padding {
    padding-top: 100px;
}
.content-wrapper {
    padding-top: 160px;
    position: relative;
}

/*HOME HEADER*/

.home-header {
    position: relative;
    height: 550px;
}
.header-wrapper,
.header-wrapper-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
#home-slider .carousel-cell {
    position: relative;
    width: 100%;
    height: 100%;
    margin-right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#home-slider .carousel-cell:before {
    content: '';
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
    opacity: .5;
    display: block;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#home-slider .carousel-cell.is-selected:before {
    opacity: 0;
}
#home-slider .flickity-prev-next-button {
    width: 60px;
    height: 60px;
    background: transparent;
}
#home-slider .flickity-prev-next-button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#home-slider .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #fefefe;
    transition: all .3s ease-in-out;
}

#home-slider .flickity-prev-next-button:hover .flickity-button-icon {
    fill: rgba(255, 255, 255, 0.72);
}
#home-slider .carousel-content .titel h1 {
    font-size: 50px;
    line-height: 64px;
    font-family: 'Titillium Web', sans-serif;
    color: #fefefe;
}
#home-slider .carousel-content .subtekst p {
    font-size: 22px;
    color: #fefefe;
}
#home-slider .carousel-content {
    position: absolute;
    max-width: 420px;
    color: #fefefe;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    backface-visibility: hidden;
}

/* BREADCRUMS */
.breadcrumbs{
    background: #e9e9e8;
    height: 42px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    bottom: -42px;
    opacity: 1;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.breadcrums-inner{
    padding: 8px 0 0 170px;
}

.breadcrums-inner a{
    font-size: 1rem;
    margin: 0 0 45px;
    color: rgba(1,1,1,.4);
}
.breadcrums-inner a:hover{
    color: rgba(1,1,1,.8);
    font-size: 600;
}

.breadcrumbs i.fa.fa-chevron-right {
    font-size: 12px;
    color: rgba(1,1,1,.6);
}

.breadcrumbs i.fa.fa-home{
    font-size: 20px;
}

.taal_toggler svg path{
    fill: #277791;
}
/*COLOR*/


/*__BLUE__*/
.blue .image-wrapper,
.blue .title-border:before {
    background-color: #277791!important;
}
.blue .title-border:after {
    border-top: 5px solid #277791!important;
}
.blue .category-title h2 {
    color: #277791!important;
}
/*__PINK__*/
.pink .image-wrapper,
.pink .title-border:before {
    background-color: #c81c81!important;
}
.pink .title-border:after {
    border-top: 5px solid #c81c81!important;
}
.pink .category-title h2 {
    color: #c81c81!important;
}
/*__GREEN__*/
.green .image-wrapper,
.green .title-border:before {
    background-color: #2b901b!important;
}
.green .title-border:after {
    border-top: 5px solid #2b901b!important;
}
.green .category-title h2 {
    color: #2b901b!important;
}
/*__ORANGE__*/
.orange .image-wrapper,
.orange .title-border:before {
    background-color: #e37d00!important;
}
.orange .title-border:after {
    border-top: 5px solid #e37d00!important;
}
.orange .category-title h2 {
    color: #e37d00!important;
}

/*UITGELICHT ITEM*/
.uitgelicht-item {
    position: relative;
}
.uitgelicht-item:hover .image-wrapper h2, .uitgelicht-item.hover .image-wrapper h2 {
   font-size: 51px;
}
.uitgelicht-item:hover .inner .image, .uitgelicht-item.hover .inner .image {
    margin-bottom: 10px;
    transform: scale(.9);
}


.uitgelicht-item-wrapper .image-wrapper {
    position: relative;
    height: 280px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 40px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.uitgelicht-item-wrapper .image-wrapper .inner {
    position: relative;
}
.uitgelicht-item-wrapper .image-wrapper .inner .image {
    text-align: center;
    transition: all .3s ease-in-out;
}
.uitgelicht-item-wrapper .image-wrapper .inner .image img {
    position: relative;
    width: 74px;
}
.uitgelicht-item-wrapper .image-wrapper .inner .title-wrapper {
    color: #fefefe;
    text-align: center;
}
.uitgelicht-item-wrapper .image-wrapper .inner .title-wrapper h2 {
    color: #fefefe;
    text-align: center;
    transition: all .3s ease-in-out;
}
.uitgelicht-item-wrapper .image-wrapper .inner .title-wrapper p {
    font-size: 20px;
    color: #fefefe;
}
.uitgelicht-item .uitgelichte-content .button {
    float: right;
    margin-top: 10px;
}
.title-border {
    position: relative;
    max-width: 360px;
    padding-bottom: 14px;
    margin-bottom: 20px;
    color: #000;
}
.title-border:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: transparent;
    height: 5px;
    width: 135px;
    content: '';
}
.title-border:after {
    content: '';
    position: absolute;
    left: 135px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
}

/*UITGELICHT ITEM BOXED*/

.uitgelicht-item-boxed {
    position: relative;
    background: rgba(254, 254, 254, .7);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.uitgelicht-item-boxed .uitgelicht-item-boxed-wrapper {
    padding: 27px 50px 47px 40px;
}
.uitgelicht-item-boxed-wrapper .title-wrapper h2 {
    font-size: 40px;
    color: #27427c;
}
.uitgelicht-item-boxed-wrapper .title-wrapper h4 {
    font-size: 24px;
    color: #27427c;
}
.uitgelicht-item-boxed-wrapper .button {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*QUOTE BOXED*/

.quote-wrapper {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.quote-wrapper .quote-inner {
    padding: 27px 50px 47px 40px;
}
.quote-wrapper .quote-inner .quote {
    position: relative;
    margin-top: 160px;
}
.quote-wrapper .quote-inner .quote h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #3e5588;
    text-align: center;
}
.quote-wrapper .quote-inner .ondertitel p {
    color: #3e5588;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center;
}

/*QUOTE NOT BOXED*/

.quote-item {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}
.quote-item:before {
    position: absolute;
    left: 0;
    top: -50px;
    content: '';
    background: url(/theme/assets/IMAGES/icons.png) no-repeat 0 -150px;
    width: 134px;
    height: 124px;
    z-index: 0;
}
.quote-item:after {
    position: absolute;
    right: 0;
    bottom: -65px;
    content: '';
    background: url(/theme/assets/IMAGES/icons.png) no-repeat -314px 0;
    width: 216px;
    height: 198px;
    z-index: 0;
}
.quote-item p {
    position: relative;
    color: #fefefe;
    line-height: 1.25;
    font-size: 48px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    text-align: center;
    z-index: 1;
}

/*POST HEADER*/

.post-header-wrapper {
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}
.post-header-wrapper-inner {
    position: relative;
    padding: 50px;
}
.post-header-content .icoon {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.post-header-content .icoon img {
    width: 150px;
}

.single-geloofsvraag .post-header-content .title-wrapper h1 {
    font-size: 50px;
    max-width: 800px;
    text-align: center;
}

/*GELOOFSVRAAG ITEMS*/

.geloofsvraag-wrapper {
    position: relative;
    margin-bottom: 30px;
}
.geloofsvraag-wrapper .category-title {
    position: relative;
    margin-bottom: 20px;
}

.geloofsvraag-item {
    position: relative;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.geloofsvraag-item:nth-child(4n) {
    margin-right: 0;
}

/*GETUIGENIS ITEM*/

.getuigenis-item {
    position: relative;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.getuigenis-item:nth-child(3n) {
    margin-right: 0;
}
.getuigenis-item .image-wrapper, .getuigenis-item .image-wrapper-outer  {
    height: 225px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 18px;
    overflow: hidden;
}
.getuigenis-item .image-wrapper {
    transition: all .3s ease-in-out;
}
.getuigenis-item:hover .title-wrapper h3, .getuigenis-item.hover .title-wrapper h3{
    font-weight: 600;
}
.getuigenis-item:hover .image-wrapper, .getuigenis-item.hover .image-wrapper {
    transform: scale(1.2);
}
.getuigenis-item .image-wrapper-outer p {
    position: absolute;
    bottom: 10px;
    left: 40px;
    font-weight: 600;
    color: #fefefe;
    font-size: 20px;
    margin-bottom: 0;
}
.getuigenis-item .image-wrapper-outer p i {
    font-size: 15px;
    margin-left: 10px;
}
.getuigenis-item .title-wrapper {
    position: relative;
    min-height: 100px;
}
.getuigenis-item .title-wrapper h3 {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 26px;
    transition: all .3s ease-in-out;
}
.getuigenis-item .title-wrapper h3 i {
    position: absolute;
    left: 18px;
    margin-top: 5px;
    font-size: 18px;
}
.title-wrapper.featured-quote {
    max-width: 1200px;
    text-align: center;
}
.title-wrapper.featured-quote p {
    font-style: italic;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Averia Sans Libre', cursive;
    margin-top: 10px;
}
.content-wrapper .plate--container {
    padding-left: 0;
    padding-right: 0;
}

/*GETUIGENIS DETAIL*/

.getuigenis-wrapper .content-wrapper .image-wrapper {
    height: 380px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.getuigenis-wrapper .content-wrapper {
    position: relative;
    width: 70%;
    padding-right: 15%;
}
.getuigenis-wrapper .content-wrapper .titel h2 {
    font-weight: 600;
    font-size: 48px;
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 20px;
}

/*SIDEBAR*/

.sidebar {
    position: relative;
    width: 30%;
    margin-top: 30px;
}
.sidebar ul.link-wrapper {
    padding-left: 0;
    list-style: none;
}
.sidebar-item {
    position: relative;
    margin-bottom: 60px;
}
.sidebar-item .title-border:before {
    background-color: #3e5588;
}
.sidebar-item .title-border:after {
    border-top: 5px solid #3e5588;
}
.sidebar-item h3 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    color: #3e5588;
}
.sidebar-item .link-item {
    position: relative;
    margin-bottom: 2px;
    padding-left: 20px;
}
.sidebar-item .link-item a {
    font-size: 18px;
}
.sidebar-item .link-item a:hover {
    color: #3e5588;
}
.sidebar-item .link-item i {
    font-size: 15px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 6px;
}

/*ARTIKELEN*/
.single-artikel .post-header-content .title-wrapper h1 {
    color: #e37d00;
}

.lectuur_categorie {
    width: 100%;
    height: 100%;
    padding: 60px 100px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lectuur_card, .lectuur_card_outer {
    background-position: center center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.lectuur_categorie:hover .lectuur_card, .lectuur_categorie.hover .lectuur_card{
    background-size: 120%;
    background-position: center center;
}
.pdf-wrapper{
    position: relative;
}

.pdf-wrapper span.icon:before{
    content: ' ';
    width: 70px;
    height: 70px;
    background: url('/theme/assets/IMAGES/icons.png') no-repeat -144px -226px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}

.required:after{
    content: '*';
    margin-left: 2px;
}

.form{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

a:hover{
    text-decoration: none;
}

.knoppen{
    position: relative;
}

.knoppen p{
    letter-spacing: -.5px;
    font-family: Dosis,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    margin: 0;
    border-radius: 10px;
    padding: 20px 50px 19px 25px;
    text-align: center;
}

.form input[type=submit] {
    border: 1px #83b324 solid;
    color: #fefefe;
    border-radius: 10px;
    letter-spacing: -.5px;
    font-family: Dosis,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    padding: 20px 50px 19px 25px;
    background: #83b324;
    transition: all .3s ease-in-out;
    margin: 0;
    position: relative;
}
.form .submitbutton input[type=submit]:hover{
    color: #83b324;
    background-color: #ffffff;
}

.form .submitbutton:after {
    content: ' ';
    background: url(/assets/images/arrow-btn.png) no-repeat calc(100% - 20px) 27px;;
    height: 40px;
    width: 40px;
    top: 20px;
    right: 0;
    position: absolute;
}

.submitbutton{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    width: 100%;
}

.form-field{
    width: 100%;
    position: relative;
    flex-flow: column;
    display: flex;
    justify-content: center;
    border: 1px solid #3e5588;
    margin-bottom: 10px;
    border-radius: 10px;
}

.form-field.checkbox, .checkbox.form-field--is-filled label, .checkbox.form-field--is-active label{
    border: 0px solid #3e5588;
    margin-bottom: 10px;
    border-radius: 0px;
}

.form-field--is-filled label, .form-field--is-active label {
    color: transparent;
}

.form-field:nth-child(1),
.form-field:nth-child(2){
    width: 49%;
}

.form-field input, .form-field textarea{
    padding: 10px;
    border: unset;
    border-radius: 10px;
}

.form-field textarea{
    height: 165px;
}

.form-field label{
    position: absolute;
    top: 10px;
    left: 10px;
}

.form-field.checkbox label{
    top: -7px;
    left: 20px;
    color: #3e5588;
}

.form-field__label{
    position: absolute;
}
.lectuur_categorie a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.geloofsvraag-item-inner.pdf {
    width: 200px;
}

.download_image {
    height: 280px;
    min-height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 4px 0 7px rgba(0,0,0,.15);
}

.language-switcher{
    display: flex;
    align-items: center;
    height: 100%;
}

.language_icons{
    display: flex;
}

.right-top-nav{
    width: 30%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    align-items: center;
    height: 50px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.taal_toggler{
    height: 100%;
   /* background: rebeccapurple;*/
    border-radius: 10px;
    top: 0;
}

.icon_language {
    height: 20px;
    width: 20px;
    margin: 3px 10px 0 0 ;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-position: center center;
    border: 1px solid #99B6BF;
}

.caption .category-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.caption .category-title h2, .caption .category-title p{
    color: #ffffff!important;
}

.caption .category-title p{
    font-size: 1.5rem;
    line-height: 30px;
    margin: 0 0 13px;
    text-align: center;
}

.geloofsvraag-inner-wrapper.categorieen-overzicht{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.categorie-wrapper{
    position: relative;
    width: 48%;
}

.caption span.icon{
    position: relative;
    height: auto;
    width: auto;
    display: flex;
    margin: 0 auto;

}
.caption span.icon:before{
    position: relative;
    left: 0;
    bottom: 0px;
    content: '';
    background: url(/theme/assets/IMAGES/icons.png) no-repeat -177px -162px;
    width: 63px;
    height: 64px;
    z-index: 0;
}

.lectuur_card:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: rgba(59,107,148,.5);
    z-index: 1;
}
/* RESPONSIVE MENU */
.navbar-toggler-icon{
    width: 33px;
    height: 25px;}
.navbar-toggler .bar {
    width: 100%;
    height: 3px;
    border-radius: 0px;
    margin-bottom: 8px;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    background-color: #3e5588;}
.navigation .bars {
    margin-top: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 30px;
    height:30px;}
.navigation.navigation-open .navbar-toggler .bar{
    margin-bottom: 5px;}
.navigation.navigation-open .bar.bar-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
    width: 100%;
    background-color: #3e5588;}
.navigation.navigation-open .bar.bar-3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -18px;
    width: 100%;
    background-color: #3e5588;}
.navigation.navigation-open .bar-2 {
    opacity: 0;}

/*FOOTER*/

#footer {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #5292a7;
    color: #fefefe;
    margin-top: 5px;
}
#footer p,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: inherit;
}

.lockScroll{
    overflow: hidden;
}
.lockScroll .main-content-wrapper, .lockScroll .content-wrapper{
    display: none;
}
.navbar-toggler{
    z-index: 99;
}
@media screen and (min-width: 768px) {
    #home-slider .carousel-cell {
        width: 738px;
    }

    #home-slider .flickity-prev-next-button.previous {
        left: calc((100vw - (738px + 17px)) / 2);
        left: -webkit-calc((100vw - (738px + 17px)) / 2);
        left: -moz-calc((100vw - (738px + 17px)) / 2);
    }
    #home-slider .flickity-prev-next-button.next {
        right: calc((100vw - (738px + 17px)) / 2);
        right: -webkit-calc((100vw - (738px + 17px)) / 2);
        right: -moz-calc((100vw - (738px + 17px)) / 2);
    }

    .taal_toggler .dropdown{
        display: none;
    }
}
@media screen and (min-width: 768px){
    .lockScroll .navbar-brand {
        width: 49px;
    }
    .lockScroll .navbar-brand img {
        width: 37px;
    }

}
@media screen and (min-width: 992px) {
    #home-slider .carousel-cell {
        width: 962px;
    }
    #home-slider .flickity-prev-next-button.previous {
        left: calc((100vw - (962px + 17px)) / 2);
        left: -webkit-calc((100vw - (962px + 17px)) / 2);
        left: -moz-calc((100vw - (962px + 17px)) / 2);
    }
    #home-slider .flickity-prev-next-button.next {
        right: calc((100vw - (962px + 17px)) / 2);
        right: -webkit-calc((100vw - (962px + 17px)) / 2);
        right: -moz-calc((100vw - (962px + 17px)) / 2);
    }
}
@media screen and (min-width: 1200px) {
    #home-slider .carousel-cell {
        width: 1170px;
    }
    #home-slider .flickity-prev-next-button.previous {
        left: calc((100vw - (1170px + 17px)) / 2);
        left: -webkit-calc((100vw - (1170px + 17px)) / 2);
        left: -moz-calc((100vw - (1170px + 17px)) / 2);
    }
    #home-slider .flickity-prev-next-button.next {
        right: calc((100vw - (1170px + 17px)) / 2);
        right: -webkit-calc((100vw - (1170px + 17px)) / 2);
        right: -moz-calc((100vw - (1170px + 17px)) / 2);
    }
}
@media screen and (max-width: 1400px) {
    .nav-item {
        margin-left: 16px;
    }
}

@media screen and (max-width: 992px){
    .navbar-collapse{
        padding: 0 0 0 0%;
        position: absolute;
        top: 71px;
        height: 100vh;
        display: none;
        background: #f8f8f8;
        width: 100%;
        left: 0;
        border-top: 1px solid #277791;}
    .navbar-collapse.show {
        display: block}
   /* .search-btn{
        margin-right: 70px;}*/
    .navbar {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        margin-top: 21px;
    }
    .nav-item:first-child {
        margin-left: 16px;
    }
    .navbar-nav{
        padding: 100px 22px;
    }
    .top-nav{
        width: 90%;
        z-index: 3;
    }

    .getuigenis-item {
        width: 49%;
        margin-right: 2%;
    }
    .getuigenis-item:nth-child(2n) {
        margin-right: 0%!important;
    }
    .getuigenis-item:nth-child(3n) {
        margin-right: 2%;
    }
    .navigation{
        height: 100px;
    }
    .main-content-wrapper{
        padding-top: 140px;
    }

    .fixed_menu{}

}
@media screen and (max-width: 768px){
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 37px;
    }
    .right-top-nav {
        width: 100%;
        justify-content: space-between;
        padding: 0 30px 0 70px;
    }
    .navbar-collapse{
        margin-top: -21px;
    }
    .uitgelicht-item .image-wrapper h2{
        font-size: 32px;}
    .uitgelicht-item:hover .image-wrapper h2, .uitgelicht-item.hover .image-wrapper h2  {
        font-size: 29px;}

    .breadcrums-inner {
        padding: 8px 0 0 87px;
    }

    .top-bar-search-wrapper {
        padding: 5px;
        border-radius: 10px;
    }
    .search-btn{
        height: 35px;
    }
    .search-icon {
        top: 5px;
    }
    .categorie-wrapper {
        width: 100%;}
    .navbar-brand {
        width: 70px;}
    .lockScroll .navbar-brand{
        box-shadow: 0px 14px 26px #b4b4b438;
        border-radius: 0 0 10px 10px;
    }
    .navbar-brand img, .navigation.fixed_menu .top-nav .navbar-brand img {
        width: 37px;
    }
    .navbar-brand {
        top: 0px;}
    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
        background: unset;
        border-color: unset;
    }
    .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
        box-shadow: unset;
    }
    .top-nav {
        padding-top: 0px;
    }
    .content-wrapper .plate--container {
        padding-left: 22px;
        padding-right: 22px;
    }
    .taal_toggler .dropdown .btn{
        padding: 5px 23px 5px 10px;
        height: 48px;
        border-radius: 10px;
        background: #ffffff00;
        border: 0px solid #ffffff00;
    }
    .taal_toggler .dropdown .dropdown-menu{
        min-width: 50px;
    }
    .taal_toggler .dropdown .dropdown-menu a{
        padding: .25rem .35rem;
        justify-content: center;
    }
    .taal_toggler .dropdown-toggle::after {
        content: "";
        border-top: .3em solid #277791;}
    .taal_toggler .dropdown .dropdown-menu .icon_language {
        margin: 0;
    }
    .language-switcher {
        display: none;
    }
    .next path{
        transform: rotateY(-180deg) translate(-100PX) scale(0.6);
    }
    .previous path{
        transform: scale(.6);
    }
    .navbar {
        margin-top: 0;
    }
    #home-slider .carousel-content {
        left: 0%;
        right: 0%;
        padding: 20px 10% 20px;
        background: rgba(0, 0, 0, 0.18);
        top: unset;
        transform: unset;
        max-width: unset;
        width: 100%;
        bottom: 0px;
    }
    #home-slider .carousel-content .titel h1{
        font-size: 35px;
        line-height: 36px;
    }
    .uitgelicht-item .uitgelichte-content .button {
        margin-bottom: 50px;
    }

    .quote-wrapper.boxed, .uitgelicht-item-boxed  {
        margin: 25px 0 ;
    }
    .main-content-wrapper {
        position: relative;
        padding-top: 105px;
    }
    .content-wrapper {
        position: relative;
        padding-top: 52px;
    }
    .navigation, .navigation.fixed_menu{
        height: 52px;
    }
    .post-header-content .icoon img {
        width: 80px;
    }
    .getuigenis-item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 25px;
    }
    .getuigenis-wrapper .content-wrapper {
        width: 100%;
        padding-right: 0%;
    }
    .sidebar {
        width: 100%;
    }
    .geloofsvraag-item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 25px;
    }
    .quote-item p {
        font-size: 27px;
    }
    .quote-item::before {
        top: -20px;
        content: "";}
    .quote-item::after {
        display: none;}
    .form-field:nth-child(1), .form-field:nth-child(2) {
        width: 100%;
    }
    .plate--column {
        min-height: 0px;
        width: 100%;
    }
    .button {
        min-width: 50%
    }
}

@media screen and (max-width: 520px){
    h1{
        font-size: 11vw;
    }

}
