/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.referentie_nav a {
    background: #2e71b5;
    color: #fff !important;
    border-radius: 15px;
    padding: 6px 13px !important;
    letter-spacing: 2px !important;
}
div#nectar-slider-instance-1 {
    border-bottom: 20px solid #67A800;
}

div#header-outer header#top {
    background: linear-gradient(180deg, #67A800 0%, #2E71B5 166.45%);
}
li#menu-item-1777:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: green;
    margin: 5px 0;
}
.single div#header-outer {
    background: transparent;
}
.single div#header-space {
    display: none;
}
body[data-header-resize="1"] .container-wrap, body[data-header-resize="1"] .project-title {
    padding-top: 0 !important;
}
.container-wrap {
    padding-bottom: 0 !important;
}
.container-wrap .post-area.post-area {
    max-width: 100% !important;
}
body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 0 !important;
}
h1, h2, h3, h4{
	color:#2e71b5;
}

.big_text {
    font-size: 20px;
    display: block !important;
    line-height: 180%;
    margin: 0 auto !important;
}

.wpb_text_column.wpb_content_element a {
    color: #67A800;
	font-weight:600;
    text-decoration: underline;
}

.wpb_text_column.wpb_content_element.extra_button_course a {
    background: #67A800;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    padding: 9px 25px;
    line-height: 100%;
    margin-top: 5px;
    font-weight: 400;
    display: inline-flex;
    font-family: 'Dela Gothic One';
    align-items: center;
    gap: 11px;
}

.wpb_text_column.wpb_content_element.extra_button_course a:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/arrowbut.svg);
    display: block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}

body:not(.using-mobile-browser) #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
    background-color: #67a800;
    width: 43px;
    height: 43px;
    border-radius: 100% !important;
    padding: 0;
    left: 7px;
}
body.using-mobile-browser #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
	    background-color: transparent;
}
/* #header-outer #top nav .slide-out-widget-area-toggle[data-custom-color=true]:not(.mobile-icon) a:not(.using-label) {
    width: 43px;
    height: 43px;
    padding: 0;
}
#header-outer #top .slide-out-widget-area-toggle a {
    height: 43px;
    width: 43px;
    padding: 0 !important;
}

body #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
    border-radius: 120% !important;
    padding: 0;
    height: 100%;
} */
/* #top .slide-out-widget-area-toggle a span {
    overflow: hidden;
    width: 22px;
	margin: 0 auto;
}
#top .slide-out-widget-area-toggle a:not(.open) span {
    overflow: hidden;
    width: 22px;
    margin: 0 auto;
    transform: translateY(50%);
} */

.blueBG_textWhite:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/arrowbut.svg);
    width: clamp(8px, 1vw, 14px);
    height: clamp(8px, 1vw, 14px);
    display: block;
    background-size: contain;
    top: 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}



.blueBG_textWhite {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7%;
    font-size: clamp(8px ,2vw,17.5px ) !important;
    line-height: 100% !important;
    padding: 5px 10px 5px 10px !important;
    max-width: clamp(80px, 19vw, 187.5px);
    height: clamp(15px, 5vw, 35px);
}

.button_cta > .col > .column_container > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
    background: rgb(46, 113, 181);
    max-width: 492px;
    margin: 0 auto;
    border-radius: 60px;
    padding: 26px 45px;
}

.button_cta > .col > .column_container > .vc_column-inner > .wpb_wrapper h6, .button_cta > .col > .column_container > .vc_column-inner > .wpb_wrapper a {
    margin: 0;

}

.button_cta > .col > .column_container .whiteBG_textBlue:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/bluearrow.svg);
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
    top: 1px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.button_cta > .col > .column_container .whiteBG_textBlue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    font-size: 16px;

    line-height: 100%;
    padding: 10px 18px 10px 30px;
    width: 153px;
}

a#button_big:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/arrowbut.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: clamp(16px, 1.7vw, 23.5px);
    height: clamp(16px, 1.7vw, 23.5px);
    display: block;
}

a#button_big {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: clamp(14px, 2vw, 30px);
    line-height: 100%;
    border-radius: 50px !important;
      padding: 0.8vw 24px;
    width: clamp(300px, 35vw, 642px);
    justify-content: space-between;
    height: clamp(40px, 8vw, 60px);
}

.buttonNLP {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.buttonNLP .icon-button-arrow:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/arrowbut.svg);
    width: 12px;
    display: block;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.buttonNLP.blueButton .icon-button-arrow:before {
    background-image: url(/wp-content/uploads/2023/06/bluearrow.svg);
}
.buttonNLP .icon-button-arrow {
    right: 35px !important;
    width: 12px !important;
}

a#border_button:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/bluearrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

a#border_button {
    display: inline-flex;
    align-items: center;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 10%;
    gap: 10px;
    padding: 6px 18px !important;
}
a#new_blue_arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}
a#new_blue_arrow:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/2023/06/arrowbut.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}


@media only screen and (min-width: 1000px) {
header#top .container {
    max-width: 1425px;
}
	div#homeHeader .row_col_wrap_12 {
    padding-left: 0px;
}
	div#homeInnerHeader p {
    padding-left: 45px;
    font-size: clamp(14px, 1.5vw, 20px);
    padding-right: 0px;
    line-height: 170%;
}
}
div#homeInnerHeader .row-bg {
    background: linear-gradient(90deg, rgba(46, 113, 181, 0.9) 59.99%, rgba(41, 94, 149, 0.9) 100%);
    border-radius: 25px;
}
div#homeInnerHeader .wpb_text_column, div#homeInnerHeader .wpb_text_column h1 {
    color: #fff;
}


#button_seethrough.buttonNLP {
    border: 2px solid #FFFFFF;
    border-radius: 23.5px !important;
}
div#homeInnerHeader {
    display: inline-flex;
    padding: 50px 65px;
    gap: 0;
}

#button_seethrough.buttonNLP.greenButton {
    background-color: #67A800 !important;
    font-size: 23px;
    font-weight: 700 !important;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-align: center;
    font-family: Outfit;
    padding: 8.5px 10.6% !important;
    max-height: 100%;
}
div#homeInnerHeader .vc_col-sm-12 {
    padding: 0;
}

div#homeInnerHeader .wpb_text_column ul {
    margin-left: 44px;
    font-size: clamp(14px, 1.8vw, 20px);
    line-height: 190%;
}
ul li::marker {
    font-size: 12px;
}
.summary_course ul li {

    font-size: 20px;
    line-height: 230%;
}

div#homeInnerHeader #button_seethrough.buttonNLP {
    margin-left: 35px;
}

.header_subs div#homeInnerHeader p {
    padding-left: 35px;
    font-size: 20px;
    line-height: 158%;
}
.header_subs div#homeInnerHeader {
    display: inline-flex;
    padding: 60px 70px;
    gap: 0;
    max-width: 627px;
}
.header_subs div#homeInnerHeader h1 {
    margin-bottom: 30px;
}



@media only screen and (max-width: 480px) {
.header_subs div#homeInnerHeader .row-bg {
    background: linear-gradient(90deg, rgba(46, 113, 181, 0.9) 59.99%, rgba(41, 94, 149, 0.9) 100%);
    border-radius: 10px;
}

.header_subs div#homeInnerHeader {
    display: inline-flex;
    padding: 20px 20px;
    gap: 0;
    max-width: 269px;
    transform: translateY(75%);
}
.header_subs div#homeInnerHeader h1 {
    margin-bottom: 10px;
    font-size: 15px;
}

.header_subs div#homeInnerHeader p {
    padding-left: 15px;
    font-size: 10px;
    line-height: 178%;
}
}


#aankomend h3 {
    color: #2E71B5;
}

#aankomend .row_col_wrap_12:after {
    display: none;
}

/* #aankomend .row_col_wrap_12 .vc_col-sm-3.wpb_column {
    max-width: 389px;
    padding: 0px 10px;
} */


/* #aankomend .row_col_wrap_12 {
    justify-content: space-between;
} */
#aankomend_wrap > .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner {
    overflow: hidden;
    overflow-x: hidden;
    scroll-behavior: smooth;
    width: auto;
	    display: flex;
}
@media screen and (max-width: 1000px) {
#aankomend_wrap > .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner {

    overflow-x: scroll;

}
}

#aankomend_wrap > .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    display: flex;
}

#aankomend_wrap .row_col_wrap_12 {
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}
.upcoming_header img {
    pointer-events: none;
}
#aankomend_wrap .row_col_wrap_12 .vc_col-sm-3.wpb_column {
    padding: 0px 10px;
    width: clamp(270px, 70vw, 389px);
}

#aankomend .date_nlpweek > .wpb_wrapper p:nth-child(1) {
    padding: 0;
}

#aankomend .date_nlpweek > .wpb_wrapper p:nth-child(2) {
    font-size: clamp(14px, 2.3vw, 25px);
    line-height: 100%;
    padding: 0;
    margin-top: 10px;
}


#aankomend .date_nlpweek > .wpb_wrapper p {
    line-height: 100%;
}

#aankomend .date_nlpweek {
    color: #fff;
    position: absolute;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(7px, 2.3vw, 17px);
    line-height: clamp(12px, 2.3vw, 25px);
    text-align: center;
    text-transform: uppercase;
    background: #67a800;
    border-top-right-radius: 30px;
    left: 0;
    bottom: 0;
    padding: 5px 15px 15px 15px;
}
.upcoming_header .hover-wrap {
    margin: 0;
}

div#titel_aankomend {
    background: #fff;
    border-bottom: 2px solid #2e71b5;
    border-left: 2px solid #2e71b5;
    border-bottom-left-radius: 30px;
    border-right: 2px solid #2e71b5;
    border-bottom-right-radius: 30px;
    padding: 22px;
    position: relative;
    z-index: 999;
	max-width: 389px;
    top: -5px;
}

/* div#titel_aankomend h3 {
    font-size: clamp(10px, 1.25vw, 24px );
    line-height: clamp(20px, 1.4vw, 34px );
}
 */
div#titel_aankomend a#button_seethrough {
    float: right;
}
div#waaromNLP .vc_col-sm-4 {
    max-width: 544px;
}

#innerWhy {
    padding: 28px 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #fff;
}

.yellow_gradient_bg > .row-bg-wrap > .inner-wrap.row-bg-layer > .row-bg, .yellow_gradient_bg .column-bg-overlay {
    background: linear-gradient(180deg, rgba(255, 230, 183, 0.3) 18.23%, rgba(255, 195, 80, 0.3) 100%);
	    background-color: unset !important;
}

div#blogNLP > .row_col_wrap_12 {
    padding: 0;
}

div#blogNLP > .row_col_wrap_12 .scrollable_blog {
    padding-left: 0;
}

div#blogNLP > .row_col_wrap_12 .social_section {
    padding-right: 0;
}
.scrollable_blog > .vc_column-inner > .wpb_wrapper > .blog_posts  {
    overflow: hidden;
	padding-left: 5.5%;
    overflow-x: hidden;
scroll-behavior: smooth;
}

.scrollable_blognews > .vc_column-inner > .wpb_wrapper > .blog_posts {
    overflow: hidden;
	padding-left: 5.5%;
    overflow-x: hidden;
scroll-behavior: smooth;
}
.blog_next_prev_buttons ul.controls h3 span:not(.text) {
    display: none !important;
}
@media only screen and (max-width: 1000px) {
	.scrollable_blog > .vc_column-inner > .wpb_wrapper > .blog_posts > .wpb_wrapper {
    overflow-x: scroll;
}
		.scrollable_blognews > .vc_column-inner > .wpb_wrapper > .blog_posts > .wpb_wrapper {
    overflow-x: scroll;
}
}

ul.display-posts-listing li.listing-item:nth-child(3) {
    border: 4px solid #50924b;
    background: #fff !important;
    border-radius: 25px;
}

ul.display-posts-listing li.listing-item:nth-child(3) a.excerpt-more {
    background: #50924b;
    color: #fff;
    border: 2px solid #50924b;
}

ul.display-posts-listing li.listing-item:nth-child(3) a.excerpt-more::after {
    background-image: url(/wp-content/uploads/2023/06//arrowbut.svg);
}

ul.display-posts-listing li.listing-item:nth-child(3) a.title {
    color: #50924b;
}

ul.display-posts-listing li.listing-item:nth-child(3) span.excerpt {
    color: #50924b;
}

ul.display-posts-listing {
    display: flex;
    gap: 15px;
    justify-content: flex-start;

    margin: 0;
}
ul.display-posts-listing:after {
    content: "";
    display: flex;
    height: 200px;
    min-width: 100px;
}
ul.display-posts-listing li {
    list-style-type: none;
    min-width: 283px;
    background: #fff;
    padding-bottom: 20px;
    display: flex;
    border-radius: 20px;
    flex-direction: column;
}
ul.display-posts-listing li a.image {
    pointer-events: none;
}

#blognews .blog_posts ul.display-posts-listing li a.image img {
    height: clamp(150px, 20vw, 260px);
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
#blogNLP ul.display-posts-listing li a.image img {
    max-height: 170px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px 20px 0 0;
}
.social_section .social_blocks > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.social_section .social_blocks > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
    flex-basis: 50%;
}
.social_section .social_blocks > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	    min-height: 185px;
}

button#buttonRight, #upcomingRight, #buttonRightBlog {
    background-image: url(/wp-content/uploads/2023/06/arrow-blog.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border: 0;
    background-color: transparent;
    width: 34px;
    height: 35px;
    padding: 0;
    float: right;
    margin-right: 30px;
    cursor: pointer;
}
button#buttonLeft, #upcomingLeft, #buttonLeftBlog {
    background-image: url(/wp-content/uploads/2023/06/arrow-blog.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border: 0;
    background-color: transparent;
    width: 34px;
    height: 35px;
    padding: 0;
    float: left;
    margin-left: 30px;
    cursor: pointer;
	    transform: rotate(180deg);
}

ul.display-posts-listing li a.title {
    display: block;
    padding: 0 20px;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
		    margin-top: 15px;
    line-height: 20px;
	color:#2e71b5;
    text-transform: uppercase;
    text-decoration: none;
	   user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

ul.display-posts-listing li span.excerpt-dash {
    display: none;
}
ul.display-posts-listing li a.excerpt-more {
    display: block;
    float: right;
    align-items: center;
    display: flex;
    text-decoration: none;
    text-transform: lowercase;
    justify-content: center;
    font-size: 13px;
    gap: 5px;
    line-height: 18px;
    font-family: 'Dela Gothic One';
    border: 2px solid #2e71b5;
    border-radius: 30px;
    width: 100%;
    color: #2e71b5;
    max-width: 150px;
    padding: 4px 4px;
    font-weight: 400;
    margin-top: 18px;
    align-self: flex-end;
    text-align: center;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
ul.display-posts-listing li a.excerpt-more:after {
    content: "";
    width: 12px;
    display: block;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2023/06/bluearrow.svg);
}
ul.display-posts-listing li span.excerpt {
    padding: 0 20px;
    margin-top: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blue_gradient >.row-bg-wrap > .inner-wrap.row-bg-layer .row-bg {
    background: linear-gradient(360deg, #255A91 0%, #2E71B5 40.94%);
}

#nlp_hooks .vc_col-sm-3.wpb_column {
    max-width: 250px;
    padding: 0;
}

#nlp_hooks .row_col_wrap_12 {
    justify-content: center;
    gap: 125px;
}
#nlp_hooks .row_col_wrap_12:after{
	display:none;
}
.wpb_content_element.sier_button a {
    color: #fff;
    font-size: clamp(10px, 2vw, 16px);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
}
.wpb_content_element.sier_button a:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/arrowbut.svg);
    width: 12px;
    display: block;
    height: 14px;
    position: relative;
    right: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

div#nlpContact h2 {
    text-transform: capitalize;
}
#nlpContact .contact_inner > .vc_column-inner> .wpb_wrapper {
    max-width: 587px;
}
#nlpContact .contact_inner > .vc_column-inner> .wpb_wrapper p.vc_custom_heading {
    max-width: 509px;
}

#nlpContact .gform-body input, #nlpContact .gform-body textarea {
    border: 2px solid #2E71B5;
    border-radius: 50px;
    background: #fff;
    padding: 12.5px 33px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
}
#nlpContact .gform-body textarea {
    height: 206px;
}
#nlpContact .gform-body input::placeholder,
#nlpContact .gform-body textarea::placeholder{
    color: #2E71B5;
opacity: 0.6;
    font-family: 'Outfit';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 38px;
}
#nlpContact .gform_footer.before {
    justify-content: space-between;
}


div#footer_quote {
    max-width: 440px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding: 25px 35px;
}

div#footer-outer {
    background: linear-gradient(180deg, #67A800 0%, #2E71B5 200.27%);
}
@media only screen and (min-width: 1000px) {
#footer-outer #footer-widgets .container {
    max-width: 1310px;
}
}
#footer-outer #footer-widgets .container .row {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
	padding: 25px 0px 20px 0px;
	align-items: center;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(1) {
    flex-basis: 62%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    align-items: center;
	    padding: 27px 0px;
}
#footer-outer #footer-widgets .container .row .col.span_4:nth-child(1):after {
    display: none;
}

#footer-outer #footer-widgets .container .row .col.span_4 .widget_text {
    margin: 0;
    display: flex;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(1) img {
    margin: 0;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(1) ul {
    display: flex;
    flex-wrap: wrap;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(1) ul li {
    flex-basis: 33.3%;
    font-weight: 700;
    font-size: 12px;
	padding-right: 10px !important;
    line-height: 15px;
    text-transform: uppercase;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(2) {
    flex-basis: 20%;
}
#footer-outer #footer-widgets .container .row .col.span_4:nth-child(2) .widget_text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(2) h4 {
    margin-bottom: 10px;
    font-size: 12px;
    font-family: 'Outfit';
    text-transform: uppercase;
    font-weight: 700;
    line-height: 18px;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(2) .widget_text ul {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(2) .widget_text ul li:nth-child(1) a:before {
    background-image: url(/wp-content/uploads/2023/06/email.svg);
    content: "";
    background-size: contain;
    width: 14px;
    height: 14px;
    display: flex;
    background-repeat: no-repeat;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(2) .widget_text ul li:nth-child(2) a:before {
    background-image: url(/wp-content/uploads/2023/06/phone-in-talk.svg);
    content: "";
    background-size: contain;
    width: 14px;
    height: 14px;
    display: flex;
    background-repeat: no-repeat;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(2) .widget_text ul li:nth-child(1) a,#footer-outer #footer-widgets .container .row .col.span_4:nth-child(2) .widget_text ul li:nth-child(2) a {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(3) {
    flex-basis: 10%;
}

#footer-outer #footer-widgets .container .row:before, #footer-outer #footer-widgets .container .row:after {
    display: none;
}

#footer-outer #footer-widgets .container .row .col.span_4 {
    margin: 0;
}


body #footer-outer #copyright {
    background-color: transparent;
}

#footer-outer #copyright {
    padding-top: 0;
}

#footer-outer #copyright .col.span_5 {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
}
#footer-outer #copyright .nrto_wrap a:nth-child(odd) {
    color: #ffefd1 !important;
}
@media only screen and (min-width: 1000px) {
#footer-outer #copyright .container {
    max-width: 1310px;
    display: flex;
    flex-wrap: wrap;
}
}



/* responsive */
@media only screen and (max-width: 1000px) {
	div#header-outer, .single div#header-outer {
    background: linear-gradient(180deg, #67A800 0%, #2E71B5 166.45%);
}
	#header-outer[data-mobile-fixed="1"], #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
    position: relative !important;
    top: 0 !important;
}

#header-outer.scrolled-down[data-mobile-fixed="1"], #header-outer.scrolled-down[data-permanent-transparent="1"][data-mobile-fixed="1"] {
    position: fixed !important;
}
.container {
    max-width: 95%;
}
	#nlp_hooks .row_col_wrap_12 {
    justify-content: center;
    gap: 0px;
    flex-wrap: wrap;
}

#nlp_hooks .vc_col-sm-3.wpb_column {
    max-width: 200px;
    flex-basis: 50%;
    padding: 15px;
}
#footer-outer #copyright .col.span_5 {
    flex-basis: 100%;
	flex-direction: column;
        gap: 15px;
}
	
/* 	div#titel_aankomend h3 {
    font-size: clamp(10px, 2.45vw, 24px );
    line-height: clamp(20px, 1.4vw, 34px );
} */
	
	#footer-outer #footer-widgets .container .row {
    gap: 10px;

}
	#footer-outer #footer-widgets .container .row .col.span_4:nth-child(1) img {
    margin: 0;
    padding-right: 45px;
}
	#nlpContact .row_col_wrap_12 .wpb_column:nth-child(1) .img-with-aniamtion-wrap.center {
    width: clamp(188px, 45vw, 366px);
    margin: 0 auto;
    border-radius: 100%;
    position: relative;
    height: clamp(188px, 45vw, 366px);
    overflow: hidden;
}
	#nlpContact .row_col_wrap_12 .wpb_column:nth-child(2) .img-with-aniamtion-wrap {
    display: none;
}
	#nlpContact .row_col_wrap_12 .wpb_column:nth-child(1) p.vc_custom_heading {
    font-size: 12px !important;
}
	#nlpContact .row_col_wrap_12 .vc_col-sm-6.contact_inner p.vc_custom_heading {
    font-size: 14px !important;
    line-height: 140% !important;
    text-align: center !important;
}
}
@media only screen and (max-width: 690px) {
	div#waaromNLP .row_col_wrap_12.col.span_12.dark.left {
    justify-content: center;
}
}

@media only screen and (max-width: 690px) {
.container.main-content {
    max-width: 100%;
    padding: 0px 16px;
}
	
#aankomend .row_col_wrap_12 {
    justify-content: space-between;
/*     flex-wrap: wrap; */
}	

/* #aankomend .row_col_wrap_12 .vc_col-sm-3.wpb_column {
    max-width: 389px;
    padding: 0px 0px;
    flex-basis: 48%;
    padding-bottom: 2%;
}	 */

div#homeInnerHeader {
    padding: 16px 20px;
    margin-top: 0px;
		display:none;
    transform: translateY(25%);
}
	.wpb_content_element.sier_button a:after {

    width: 9px;
    height: 11px;
    position: relative;
    right: -7px;

}
.header_page .row_col_wrap_12 {
    padding-left: 0 !important;
}


.header_page > .row_col_wrap_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: flex-end;
}
.header_page > .row_col_wrap_12 {
    padding-top: 0 !important;
}
/* .header_page {
    padding-bottom: 0 !important;
    padding-top: 80px !important;
} */
div#blogNLP > .row_col_wrap_12 .social_section {
    padding-right: 0;
    margin-top: 25px;
    padding-left: 0;
}
	
	

#nlpContact .row_col_wrap_12 .vc_col-sm-6.contact_inner p.vc_custom_heading {
    font-size: 14px !important;
    line-height: 140% !important;
    text-align: center !important;
}


#nlpContact .gform-body input::placeholder, #nlpContact .gform-body textarea::placeholder {
    font-size: 12px !important;
}
#nlpContact .gform-body input, #nlpContact .gform-body textarea {
    font-size: 12px !important;
    line-height: 22px;
    padding: 6.5px 20px;
    border-radius: 23px;
}


#nlpContact .gform-body textarea {
    height: 120px;
    border-radius: 23px;
}

input#gform_submit_button_1 {
    height: 30px;
}

div#field_1_3 {
    grid-column: span 6;
}

div#field_1_4 {
    grid-column: span 6;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 10px;
}
	
	#footer-outer #footer-widgets .container .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10%;
    padding: 25px 0px 20px 0px;
    align-items: flex-start;
    justify-content: space-between;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(1) {
    flex-basis: 67.7%;
    display: flex;
    justify-content: space-between;
    border-top: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    align-items: center;
    padding: 0px 0px;
    flex-direction: column;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(1) ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0px;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(1) ul li {
    flex-basis: 50%;
    font-weight: 700;
    font-size: 12px;
    padding-right: 10px !important;
    line-height: 15px;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(2) {
    flex-basis: 100%;
    order: 4;
    padding-top: 20px;
}

#footer-outer #footer-widgets .container .row .col.span_4:nth-child(3) {
    flex-basis: 17%;
}

#footer-outer #copyright .col.span_5 {
    flex-basis: 100%;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 120%;
	flex-direction: column;
        gap: 15px;
}
	#footer-outer #footer-widgets .container .row .col.span_4:nth-child(2) .widget_text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}
	#footer-outer #footer-widgets .container .row .col.span_4:nth-child(2) .widget_text ul li:nth-child(1) a, #footer-outer #footer-widgets .container .row .col.span_4:nth-child(2) .widget_text ul li:nth-child(2) a {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: flex-start;
}
}
@media only screen and (max-width: 480px) {
	div#homeInnerHeader {
    padding: 16px 20px;
    margin-top: 0px;
    transform: translateY(15%) !important;
}

.buttonNLP .icon-button-arrow:before {
    width: 8px;
}
div#titel_aankomend {

    padding: 10px;
 
}
div#titel_aankomend a#button_seethrough {
    font-size: 12px;
    line-height: 100%;
    height: auto;
    padding: 5px !important;
    min-width: 121px;
    text-align: center;
    margin-bottom: 0;
}
div#titel_aankomend a#button_seethrough span {
    transform: translateX(-5px);
}
	div#titel_aankomend a#button_seethrough i.icon-button-arrow {
    transform: translateY(-50%) translateX(30px);
}
	div#homeInnerHeader a#button_seethrough {
    font-size: 10px;
    line-height: 120%;
    padding: 2px !important;
    min-width: 95px;
    text-align: center;
}

div#homeInnerHeader a#button_seethrough span {
    transform: translateX(-7px);
}

div#homeInnerHeader a#button_seethrough i.icon-button-arrow {
    transform: translateY(-50%) translateX(30px);
}
	
	.button_cta > .col > .column_container h6.vc_custom_heading.delaGothic {
    font-size: 14px;
}

.button_cta > .col > .column_container .whiteBG_textBlue {
    font-size: 11px;
    width: 107px;
    padding: 7px 12px 7px 20px !important;
}

.button_cta > .col > .column_container .whiteBG_textBlue:after {
    width: 10px;
    height: 10px;
}

.button_cta > .col > .column_container > .vc_column-inner > .wpb_wrapper {
    gap: 0;
    padding: 20px 30px;
}
}








