* {
    padding: 0;
    margin: 0;
    outline: none !important;
}

body {
    position: relative;
    background-color: #fff;
    font-family: "DaxlinePro";
    line-height: 1.75;
    overflow-x: hidden !important;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
    color: #393939;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #393939;
}

h1, h1.red, h2, h4, h5.dark, h6 {
    font-weight: 300;
    font-size: 36px;
    line-height: 55px;
    color: rgba(11, 11, 11, 0.81);
}

h1.red, h2.red, h4.red, h5.red.dark, h6.red {
    color: #D0021B;
}

h2 {
    font-size: 34px;
    line-height: 52px;
}

h3, h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    color: #D0021B;
}

h4 {
    font-size: 30px;
    line-height: 46px;
}

h5 {
    color: #259CA9;
    line-height: 1;
    font-size: 21px;
}

h5.dark {
    font-size: 28px;
    line-height: 43px;
}

h6 {
    font-size: 26px;
    line-height: 40px;
}

ul {
    list-style: none;
}

::-webkit-input-placeholder {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    line-height: 24;
    color: #393939;
}

:-moz-placeholder {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    line-height: 24;
    color: #393939;
}

::-moz-placeholder {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    line-height: 24;
    color: #393939;
}

:-ms-input-placeholder {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    line-height: 24;
    color: #393939;
}

.header_wrapper {
    margin-top: 30px;
}
ul {
    list-style-position: outside;
    list-style: disc;
    padding: 15px;
}
li { margin-left: 15px;
}
.active_menu {
    right: -100% !important;
    /*display: block !important;*/
    /*right: auto !important;*/
}

.active_menu_2 {
    right: 0 !important;
    /*right: auto !important;*/
}

.header_nav {
    display: inline-block;
    float: right;
    margin-top: 42px;
    -webkit-transition: right 1s ease;
    transition: right 1s ease;
}

.header_nav img {
    display: none;
}

.header_nav li {
    float: left;
    display: inline-block;
    margin-left: 23px;
}

.header_nav li a {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: rgba(11, 11, 11, 0.81);
    border-bottom: 4px solid #fff;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.header_nav li .active {
    border-bottom: 4px solid #D0021B;
}

.header_nav li:hover a {
    border-bottom: 4px solid #D0021B;
}

.mob_menu_icon {
    display: none;
    background: url("../img/ham.png") no-repeat 0 0;
    cursor: pointer;
    background-size: 100%;
    width: 24px;
    height: 20px;
    position: relative;
    z-index: 10;
    top: -20px;
}

.mob_menu_icon_on {
    background-image: none;
}

.header_description {
    text-align: center;
    background-color: #259CA9;
    padding: 25px 10px;
    margin-top: 30px;
}

.header_description p {
    font-size: 20px;
    line-height: 31px;
    color: #fff;
    margin-bottom: 0;
}

.bottom_underline {
    border-bottom: 4px solid #259CA9;

}

.info .bottom_underline {

        padding-bottom: 8px;
}

.logo_wrapper {
    display: inline-block;
    float: left;
}

.logo_wrapper a {
    display: block;
}

.logo_wrapper h1, .logo_wrapper h2, .logo_wrapper h4, .logo_wrapper h5.dark, .logo_wrapper h6 {
    display: inline-block;
    float: left;
}

.logo_wrapper .logo_devider {
    display: inline-block;
    float: left;
}

.logo_wrapper .logo_keywords {
    display: inline-block;
    float: left;
}

.main_container {
    margin-top: 70px;
    position: relative;
}

.latest_news {
    background-color: #D5ECEF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 40px;
    padding-top: 30px;
}

.latest_news h3, .latest_news h5 {
    display: inline-block;
    margin-bottom: 20px;
    color: rgba(11, 11, 11, 0.81);
}

.main_page_text {
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.bekijk {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 24px;
    color: #259CA9;
    font-weight: 700;
    margin-top: 30px;
    display: inline-block;
}

.bekijk:hover {
    color: #259CA9;
    text-decoration: underline;
}

.people_wrapper {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.people_wrapper img {
    width: 100%;
    height: 100%;
}

.index_question {
    margin-top: 30px;
    display: table;
}

.index_question h2 {
    display: inline-block;
    margin-bottom: 20px;
}

.index_question .index_question_elem {
    padding: 0 40px;
    padding-left: 50px;
    display: table-cell;
    width: 50%;
    position: relative;
}

.index_question .index_question_elem .main_page_text {
    margin-bottom: 40px;
}

.index_question .index_question_elem .bekijk {
    position: absolute;
    bottom: 0;
}

.main_footer {
    border-top: 3px solid #F3F3F3;
    margin-top: 60px;
    padding-top: 30px;
}

.main_footer .partners_header_wrapper {
    text-align: center;
}

.main_footer .partners_header_wrapper h6 {
    display: inline-block;
    margin-bottom: 20px;
}

.main_footer .partners {
    text-align: center;
}

.main_footer .partners li {
    display: inline-block;
    float: left;
    width: 20%;
    height: 200px;
}

.main_footer .partners li a {
    display: block;
    line-height:200px;
}

.main_footer .partners li img {
    width: 100%;
}

.main_footer .partners li:nth-child(6), .main_footer .partners li:nth-child(7), .main_footer .partners li:nth-child(8) {
    /*margin-top: 70px;*/
    /*float: none;*/
}

.main_footer .partners li:first-child img {
    margin-top: 25px;
}

.initiatievent_block .filters_title_wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.initiatievent_block .filters_title_wrapper .filters_title {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: rgba(11, 11, 11, 0.81);
}

.initiatievent_block .filters_wrapper {
    text-align: center;
}

.initiatievent_block .filters_wrapper .filter {
    display: inline-block;
    background-color: #D5EBEF;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(11, 11, 11, 0.81);
    cursor: pointer;
    padding: 2px 10px;
    padding-top: 4px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 3px;
}

.initiatievent_block .info {
    padding: 0 20px;
}

.initiatievent_block .info h2 {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 28px;
}

.initiatievent_block .info a {
    margin-top: 0;
    margin-bottom: 20px;
}

.initiatievent_block .info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: rgba(11, 11, 11, 0.81);
    display: inline-block;
}

.initiatievent_wrapper {
    margin-top: 50px;
}

.initiatievent_wrapper .initiatievent_elem {
    background-color: #D6EDF0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 30%;
    display: inline-block;
    overflow: hidden;
    margin: 1.5%;
}

.initiatievent_wrapper .initiatievent_elem img {
    width: 100%;
}

.initiatievent_wrapper .mix {
    display: none;
}

.parners_block .partners_description {
    margin-bottom: 70px;
    font-family: 'Lato';
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.parners_block .partners_block_elem {
    width: 50%;
    padding: 0 15px;
    display: inline-block;
    float: left;
}

.parners_block .img_wrapper {
    display: inline-block;
    float: left;
    width: 215px;
}

.parners_block .img_wrapper img {
    width: 100%;
}

.parners_block .info {
    margin-left: 230px;
    margin-bottom: 50px;
}

.parners_block .info p {
    font-family: 'Lato';
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.parners_block .info .bekijk {
    margin-top: 10px;
}

.parners_block h5.dark {
    display: inline-block;
    margin-top: 0;
}

.faq_elem {
    background-color: #D5ECEF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 15px;
}

.faq_elem .plus_faq_elem {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    display: inline-block;
    float: left;
    margin-left: 28px;
    margin-top: 15px;
    padding-left: 7px;
    position: absolute;
}

.faq_elem .plus_faq_elem .vertical_line, .faq_elem .plus_faq_elem .horizontal_line {
    width: 3px;
    display: inline-block;
    height: 15px;
    background-color: #28ABB8;
}

.faq_elem .plus_faq_elem .horizontal_line {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    left: -6px;
    top: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.faq_elem .on_plus_faq_elem {
    margin-top: 0;
}

.faq_elem .on_plus_faq_elem .vertical_line {
    opacity: 0;
    margin-top: 17px;
}

.faq_elem h4 {
    color: rgba(11, 11, 11, 0.81);
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
    margin-left: 70px;
}

.faq_elem p {
    font-family: 'Lato';
    font-size: 15px;
    line-height: 24px;
    color: #000;
    display: none;
    padding: 10px 70px;
}

.wetgeving .partners_description {
    margin-bottom: 20px;
}

.wetgeving .partners_description .strong {
    color: #259CA9;
}

.news_block {
    padding: 0 15px;
}

.news_block h2 {
    display: inline-block;
    margin-bottom: 50px;
}

.news_block .news_elem {
    margin-bottom: 40px;
}

.news_block .news_elem h3, .news_block .news_elem h5 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 46px;
    color: rgba(11, 11, 11, 0.81);
}

.news_block .news_elem .date {
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.81);
    display: inline-block;
    margin-bottom: 15px;
}

.news_block .news_elem a {
    margin-top: 10px;
}

.news_block .partners_description {
    font-family: 'Lato';
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.news_detail .news_elem h4 {
    margin-top: 30px;
}

.news_detail .news_elem .partners_description {
    margin-bottom: 30px;
}

.contact {
    padding: 0 15px;
    margin-top: 40px;
}

.contact input, .contact textarea {
    background-color: #D5ECEF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 20px;
    width: 30%;
    margin-bottom: 10px;
    border: none;
}

.contact textarea {
    width: 70%;
    resize: none;
    overflow: hidden;
    height: 200px;
}

.contact input[type="submit"] {
    width: 200px;
    height: 45px;
    background-color: #259CA9;
    border: none;
    font-size: 16px;
    padding-top: 5px;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.contact button:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.kaart .bekijk {
    margin-top: 0;
}

.kaart .parners_block_header_info {
    padding-right: 40px;
    padding-left: 0;
}

.kaart .parners_block_header_info p {
    margin-bottom: 50px;
}

.kaart_link a {
    margin-top: 0;
}

.map_wrapper {
    margin-top: 50px;
}

.map_wrapper img {
    width: 100%;
}

.news_elem h2, .faq_block_header h2 {
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.5;
    margin-top: 30px;
}

body {
    left: 0;
    transition: left 1s ease;
}

.open_body {
    position: absolute;
    left: -100% !important;
    overflow: hidden;
}

.open_body_2 {
    left: 0 !important;
}

.contact input, .contact textarea {
    padding: 14px 20px;
}

.main_footer .partners li:nth-child(2) a,
.main_footer .partners li:nth-child(3) a,
.main_footer .partners li:nth-child(4) a {
    margin-top: 25px;
}
.main_footer .partners li:nth-child(5) a {
    margin-top: 30px;
}

.news_block .img_wrapper img {
    width: 100%;
}

.news_block .img_wrapper {
    display: inline-block;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    width: 250px;
}
.news_block .news_elem {
    margin-left: 350px;
}

.news_detail .img_wrapper {
    float: right;
    width: 350px;
 margin-top: 50px;

}
.news_detail .news_elem {
    margin-left: 0;
    margin-right: 410px;
}

.initi_elem h2 {
    margin-bottom: 0;
}

.map_wrapper .store-locator-section.store-locator-section-bg, .map_wrapper #storeLocatorMap{
    border-radius: 10px 10px 0 0;
}
.under_map{
    background: #D5ECEF;
    position: relative;
    top: -5px;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 -3px 20px #bbb;
    z-index: 100;
}
.under_map .bekijk{
    margin-top: 0;
}
.slick-list{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;;
}
.slick_slider{
    height: 379px;
    margin-bottom: 0;
}
.people_wrapper .main_page_slide{
    height: 379px;
}
.slick-dots{
    bottom: 5px;
    padding-right: 10px;
    text-align: right;
}
.slick-dots li button:before{
    font-size: 12px;
}
.slick-dots li.slick-active button:before{
    color: #ccc;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
    opacity:.75;
    color: #ccc;
}

.people_wrapper .main_page_slide img{
    width: auto;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
}

.grecaptcha-badge { 
    visibility: hidden;
}
