@media screen and (min-width: 1921px) { /*TOT LARGE*/ }
@media screen and (max-width: 1970px) { /*TOT LARGE*/ }
@media screen and (max-width: 1650px) { /*TUSSEN FIX*/ }
@media screen and (max-width: 1450px) { /*LIGGENDE TABLET*/
  .header_parent_wrap .header_wrap .menu_wrap > ul > li.has_mega_menu .sub-menu-mega .col + .col {
    margin-left: 60px;
  }
  .gridContainer {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .gridContainer.lg {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1270px) { /*LIGGENDE TABLET*/
  .icons_parent_wrap.b2c .inner_wrap .item {
    width: calc((100% - 60px) / 5);
    margin-right: 15px;
  }
  .icons_parent_wrap.b2c .inner_wrap .item:nth-child(5n+0) {
    margin-right: 0;
  }
  .icons_parent_wrap.b2c .inner_wrap .item.btn {
    display: none;
  }
}
@media screen and (max-width: 1269px) { /*LIGGENDE TABLET*/
  .products_prof_wrap .bg_wrap {
    width: calc(100% - 50px);
  }
  .products_prof_wrap .inner_wrap {
    width: 100%;
  }
  .mobile_menu_wrap {
    position: absolute;
    position: fixed;
    height: 100vh !important;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    padding: 100px 70px;
    padding-right: 40px;
    overflow: scroll;
  }
  .mobile_menu_wrap .count {
    background: #77BEDD;
  }
  .mobile_menu_wrap > ul {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
  }
  .mobile_menu_wrap > ul > li {
    display: inline-block;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 13px;
  }
  .mobile_menu_wrap > ul > li > a {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 21px;
    color: #404040;
    font-weight: 500;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .mobile_menu_wrap > ul > li .title {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0083BE;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
  }
  .mobile_menu_wrap > ul > li .title a {
    color: #0083BE;
  }
  .mobile_menu_wrap > ul > li .a_wrap {
    margin-top: 15px;
  }
  .mobile_menu_wrap > ul > li .arrow {
    display: inline-block;
    padding: 5px 10px;
  }
  .mobile_menu_wrap > ul > li .arrow svg {
    width: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .mobile_menu_wrap > ul > li .arrow.active svg {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .mobile_menu_wrap > ul > li .sub-menu {
    width: 100%;
    display: inline-block;
    float: left;
    display: none;
  }
  .mobile_menu_wrap > ul > li .a {
    width: 100%;
    display: inline-block;
    float: left;
    color: #0083BE;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
  }
  .mobile_menu_wrap > ul > li.has_mega_menu {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #B8DEEC;
  }
  .mobile_menu_wrap > ul > li.has_mega_menu > a .arrow_down {
    display: none;
  }
  .mobile_menu_wrap > ul > li.has_mega_menu .sub-menu-mega {
    margin-top: 20px;
  }
  .mobile_menu_wrap > ul > li.has_mega_menu .col {
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
  }
  .mobile_menu_wrap > ul > li.has_mega_menu .col + .col {
    margin-top: 20px;
  }
  .mobile_menu_wrap > ul > li.has_mega_menu .col .small_border {
    position: absolute;
    top: 7px;
    height: 3px;
    left: -90px;
    width: 70px;
  }
  .swiper-pagination .swiper-pagination-bullet, .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 30px;
  }
  .header_parent_wrap .header_wrap .menu_wrap {
    display: none;
  }
  .header_parent_wrap .header_wrap .hemburger_wrap {
    background: #B8DEEC;
    width: 36px;
    height: 36px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_parent_wrap .header_wrap .hemburger_wrap img {
    width: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header_parent_wrap .header_wrap .hemburger_wrap .closeicon {
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    opacity: 0;
    position: absolute;
  }
  .header_parent_wrap .header_wrap .hemburger_wrap.active img {
    opacity: 0;
  }
  .header_parent_wrap .header_wrap .hemburger_wrap.active .closeicon {
    opacity: 1;
  }
  .header_parent_wrap .preheader_wrap .timeline .timetable .col {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .header_parent_wrap .preheader_wrap .timeline .timetable .col:nth-child(3n+0) {
    margin-right: 0;
    margin-left: -1px;
  }
  .padl {
    padding-left: 5%;
  }
  .padr {
    padding-right: 5%;
  }
  .common_title.gen {
    font-size: 16px;
    line-height: 21px;
  }
  .common_title.lg_nols {
    font-size: 30px;
    line-height: 40px;
  }
  .home_icons_wrap .inner_wrap {
    padding: 50px;
    padding-right: 0;
  }
  .home_icons_wrap .item {
    width: calc((100% - 89px) / 4);
    margin-right: 30px;
  }
  .home_icons_wrap .item:nth-child(4n+0) {
    margin-right: 0;
    margin-left: -1px;
  }
  .home_icons_wrap .item .desc_wrap {
    font-size: 14px;
    line-height: 20px;
  }
  .home_icons_wrap .item:nth-child(4n+0) {
    margin-right: 0;
  }
  .left_right_wrap .right_wrap {
    padding-left: 50px;
  }
  .raad_daad_wrap .img_wrap {
    margin-top: -60px;
  }
  .left_right_wrap.alternate .right_wrap {
    padding-top: 0;
  }
  .icons_parent_wrap .inner_wrap .item {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
  .icons_parent_wrap .inner_wrap .item:nth-child(3n+0) {
    margin-right: 0;
    margin-left: -1px;
  }
  .footer_wrap .emblem {
    width: 220px;
  }
  .testinomial_wrap .item .right_wrap {
    padding-top: 10px;
  }
  .testinomial_wrap .item .quote {
    left: 50%;
    transform: translateX(-50%) rotate(-180deg);
  }
  .testinomial_wrap .item .desc_wrap {
    margin-bottom: 10px;
  }
  .testinomial_wrap .item .left_wrap, .testinomial_wrap .item .right_wrap {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) { /*RECHTE TABLET*/
  .border_arrow_anchor {
    padding: 10px 20px;
    min-height: 65px;
    font-size: 16px;
    line-height: 21px;
  }
  .border_arrow_anchor svg {
    width: 14px;
    flex: 0 0 14px;
    margin-top: 5px;
  }
  .raad_daad_wrap.prof {
    margin-top: 50px;
  }
  .raad_daad_wrap.prof .img_wrap {
    margin-top: -50px;
  }
  .products_prof_wrap .bg_wrap {
    width: calc(100% - 20px);
  }
  .products_prof_wrap .inner_wrap {
    padding-right: 20px;
  }
  .custom_dp {
    width: 100%;
  }
  .page_content_wrap.pad {
    padding-top: 60px;
  }
  .jouw_partner_wrap,
.inspiratie_wrap,
.sec_margin,
.testinomials_wrap,
.icons_parent_wrap,
.home_component_wrap,
.raad_daad_wrap,
.left_right_wrap {
    margin-bottom: 60px;
  }
  .jouw_partner_wrap .items_wrap .item {
    width: 30%;
  }
  .jouw_partner_wrap .items_wrap .item.big {
    width: 40%;
  }
  .slider_wrap {
    height: 500px;
  }
  .common_title {
    font-size: 25px;
    line-height: 32px;
  }
  .common_title.lg {
    font-size: 25px;
    line-height: 32px;
  }
  .padl {
    padding-left: 0;
  }
  .padr {
    padding-right: 0;
  }
  .header_parent_wrap .preheader_wrap .timeline .timetable {
    padding: 30px 0;
  }
  .header_parent_wrap .preheader_wrap .timeline .timetable .col {
    width: 100%;
    margin-right: 0;
  }
  .header_parent_wrap .preheader_wrap .timeline .timetable .col + .col {
    margin-top: 30px;
  }
  .header_parent_wrap .preheader_wrap .timeline .timetable .col:nth-child(3n+0) {
    margin-left: 0px;
  }
  .home_icons_wrap .inner_wrap {
    padding: 15px;
    padding-right: 0;
  }
  .home_icons_wrap .item {
    margin-right: 25px;
    width: calc((100% - 75px) / 4);
  }
  .home_icons_wrap .item:nth-child(4n+0) {
    margin-right: 0;
  }
  .home_icons_wrap .item:nth-child(4n+0) + .item {
    margin-top: 25px;
  }
  .home_icons_wrap .item .icon {
    width: 40px;
    flex: 0 0 40px;
  }
  .small_border {
    height: 6px;
    width: 40px;
  }
  .small_border.mlm {
    margin-left: -10px;
  }
  .jouw_partner_wrap .items_wrap .item .info_wrap {
    padding-left: 10px;
  }
  .jouw_partner_wrap .items_wrap .item .bg_wrap {
    height: 141px;
  }
  .jouw_partner_wrap .items_wrap .item.big .bg_wrap {
    height: 300px;
  }
  .left_right_wrap .img_wrap {
    width: 50%;
  }
  .left_right_wrap .info_wrap {
    width: 50%;
  }
  .raad_daad_wrap .img_wrap {
    padding-left: 40px;
    margin-top: -20px;
  }
  .desc_wrap {
    font-size: 15px;
    line-height: 28px;
  }
  .inspiratie_wrap .left_wrap {
    width: 250px;
  }
  .inspiratie_wrap .right_wrap {
    width: calc(100% - 250px);
  }
  .inspiratie_wrap .emblem {
    width: 340px;
    left: -150px;
  }
  .inspiratie_wrap .swiparrow {
    width: 30px;
    flex: 0 0 30px;
    height: 30px;
  }
  .inspiratie_wrap .swiparrow img {
    width: 10px;
  }
  .inspiratie_wrap .swiparrow + .swiparrow {
    margin-left: 10px;
  }
  .arrow_border_wrap .theme_progress_pagination {
    margin-right: 10px;
  }
  .swiparrow + .swiparrow {
    margin-left: 10px;
  }
  .products_prof_wrap .item .desc_wrap {
    font-size: 16px;
    line-height: 21px;
  }
  .gridContainer {
    padding: 0 20px;
  }
  .testinomials_wrap {
    padding: 60px 0;
  }
  .testinomials_wrap .emblem {
    width: 400px;
  }
  .footer_wrap .emblem {
    width: 150px;
    right: -40px;
  }
  .footer_wrap .postfoot_wrap .cal_col {
    width: 33.33%;
  }
  .footer_wrap .postfoot_wrap .cal_col.last .inner_wrap .info_wrap {
    left: -80px;
  }
  .footer_wrap .postfoot_wrap .nmg {
    order: 5;
    margin-top: 20px;
  }
  .footer_wrap .col {
    width: 33.33%;
  }
  .footer_wrap .col:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_wrap {
    padding: 60px 0;
  }
  .icons_parent_wrap.b2c {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) { /*MOBILE*/
  .raad_daad_wrap.prof {
    margin-top: 0px;
  }
  .raad_daad_wrap.prof .img_wrap {
    margin-top: 30px;
  }
  .loading_wrap .info_wrap {
    width: 80%;
    padding: 25px;
    margin-top: 50px;
  }
  .loading_wrap .info_wrap .small_title {
    font-size: 15px;
    line-height: 20px;
  }
  .loading_wrap .info_wrap .common_anchor {
    font-size: 25px;
    line-height: 32px;
  }
  .loading_wrap .info_wrap .logoa {
    margin-bottom: 5px;
  }
  .loading_wrap .info_wrap .logoa img {
    max-width: 250px;
  }
  .loading_wrap .info_wrap .item {
    margin-top: 15px;
  }
  .testinomial_wrap .item {
    width: 100%;
    padding: 0;
  }
  .testinomial_wrap .item .inner_wrap {
    padding: 25px;
  }
  .input_padr {
    padding-right: 0;
  }
  .input_padl {
    padding-left: 0;
  }
  .white_wrap {
    padding: 20px;
  }
  .not_for_mob {
    display: none;
  }
  .gridContainer {
    padding: 0 10px;
  }
  .header_parent_wrap .header_wrap .logoa {
    width: 130px;
  }
  .header_parent_wrap .preheader_wrap .a {
    font-size: 12px;
    line-height: 16px;
  }
  .header_parent_wrap .preheader_wrap.b2b .timeline {
    margin-left: 12px;
  }
  .header_parent_wrap .preheader_wrap.b2b .a .nomobmar {
    margin-right: 0;
  }
  .header_parent_wrap .preheader_wrap.b2b .a + .a {
    margin-left: 12px;
  }
  .slider_wrap {
    height: 330px;
  }
  .slider_wrap .info_wrap {
    bottom: 70px;
  }
  .jouw_partner_wrap .title_border_wrap {
    text-align: center;
  }
  .jouw_partner_wrap .title_border_wrap .small_border {
    float: none;
  }
  .jouw_partner_wrap .title_border_wrap .small_border.mlm {
    margin-left: 0;
  }
  .jouw_partner_wrap .items_wrap .item {
    width: 50%;
  }
  .jouw_partner_wrap .items_wrap .item.big {
    width: 100%;
  }
  .home_icons_wrap {
    margin-top: -35px;
  }
  .home_icons_wrap .item {
    width: 100%;
  }
  .left_right_wrap .gridContainer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .left_right_wrap .img_wrap {
    order: 2;
    width: 100%;
  }
  .left_right_wrap .info_wrap {
    width: 100%;
    order: 1;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .left_right_wrap.alternate .img_wrap {
    padding-left: 0;
  }
  .left_right_wrap.alternate .info_wrap {
    margin-bottom: 15px;
  }
  .raad_daad_wrap {
    margin-bottom: 100px;
  }
  .raad_daad_wrap .info_wrap {
    width: 100%;
  }
  .raad_daad_wrap .img_wrap {
    width: calc(100% + 10px);
    margin-left: -5px;
    padding-left: 0;
    margin-top: 25px;
  }
  .raad_daad_wrap .img_wrap .image {
    padding: 5px;
  }
  .raad_daad_wrap .img_wrap .image:nth-child(odd) {
    transform: translateY(40px);
  }
  .inspiratie_wrap .emblem {
    left: auto;
    bottom: auto;
    right: -100px;
    top: -60px;
  }
  .inspiratie_wrap .left_wrap {
    width: 100%;
    padding-right: 0;
  }
  .inspiratie_wrap .right_wrap {
    width: 100%;
    margin-top: 30px;
  }
  .icons_parent_wrap .inner_wrap .item {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    flex-direction: row;
    justify-content: start;
  }
  .icons_parent_wrap .inner_wrap .item.btn {
    justify-content: center;
  }
  .icons_parent_wrap .inner_wrap .item:nth-child(3n+0) {
    margin-right: 10px;
    margin-left: 0px;
  }
  .icons_parent_wrap .inner_wrap .item:nth-child(2n+0) {
    margin-right: 0;
    margin-left: -1px;
  }
  .icons_parent_wrap .inner_wrap .item .img {
    margin-bottom: 0;
    flex: 0 0 35px;
    width: 35px;
    margin-right: 8px;
  }
  .icons_parent_wrap .inner_wrap .item .img + .desc_wrap {
    text-align: left;
  }
  .icons_parent_wrap .inner_wrap .item .desc_wrap {
    font-size: 14px;
    line-height: 16px;
  }
  .testinomials_wrap .emblem {
    left: 50%;
  }
  .home_component_wrap .gridContainer {
    padding: 0;
  }
  .home_component_wrap .item {
    width: 100%;
  }
  .home_component_wrap .item.mtop {
    margin-top: 0;
  }
  .home_component_wrap .item:nth-child(odd) {
    padding-right: 10px;
  }
  .home_component_wrap .item:nth-child(even) {
    padding-left: 10px;
  }
  .home_component_wrap .item .emblem {
    width: 120px;
    left: -20px;
    bottom: 15px;
  }
  .home_component_wrap .item .info_wrap {
    padding: 10px;
    font-size: 11px;
    line-height: 14px;
  }
  .home_component_wrap .item .info_wrap img {
    width: 10px;
    margin-left: 10px;
  }
  .home_component_wrap .item .emblem, .home_component_wrap .item .info_wrap {
    opacity: 1;
  }
  .home_component_wrap .item + .item {
    margin-top: 20px;
  }
  .footer_wrap .emblem {
    display: none;
  }
  .footer_wrap .title {
    margin-bottom: 5px;
  }
  .footer_wrap .social_wrap {
    margin-top: 40px;
  }
  .footer_wrap .col {
    width: 100%;
    padding-right: 0;
  }
  .footer_wrap .col:first-child {
    margin-bottom: 0;
  }
  .footer_wrap .col + .col {
    padding-top: 40px;
  }
  .footer_wrap .postfoot_wrap .cal_col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .footer_wrap .postfoot_wrap .cal_col .inner_wrap .sluit_a {
    width: 100%;
  }
  .footer_wrap .postfoot_wrap .cal_col .inner_wrap .info_wrap {
    left: 0;
    width: 100%;
  }
  .footer_wrap .postfoot_wrap .cal_col.last .inner_wrap .info_wrap {
    left: 0;
  }
  .footer_wrap .postfoot_wrap .nmg {
    float: right;
    width: auto;
    margin-left: auto;
    margin-top: 0;
  }
  .common_title.med {
    font-size: 16px;
    line-height: 22px;
  }
  .common_title.lg_nols {
    font-size: 25px;
    line-height: 32px;
  }
  .page_content_wrap {
    padding-bottom: 50px;
  }
  .common_anchor.ref_anchor {
    margin-top: 10px;
    float: left;
  }
  .testinomial_wrap.testipage {
    margin-top: 30px;
  }
  .testinomial_wrap.testipage .item {
    margin-bottom: 30px;
  }
  .testinomial_wrap.testipage .item .quote {
    transform: none;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 50px;
    left: auto;
  }
  .page_action_wrap {
    margin-top: 20px;
    width: 100%;
  }
  .page_action_wrap .custom_dp {
    width: 100%;
  }
}

/*# sourceMappingURL=media.css.map */
