/*
Theme Name: onest
Author: onest.nl
Version: 0.1
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */



body {
    word-wrap: break-word;
    overflow-x: hidden;
  /* font-family: 'Open Sans', sans-serif; */
}
#content {
  overflow-x: hidden;
}

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
    color: #3C949D;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

img {
    max-width: 100%;
  height: auto;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
    margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
    padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
    display: none;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
    margin-left: 1.5em;
}

.entry-meta {
    display: none;
}

/* Clearing */
.clear {
    clear: both;
}

.small {
    width: 100%;
    height: 32px;
}

.middle {
    width: 100%;
    height: 64px;
}

.big {
    width: 100%;
    height: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
  margin-bottom: 20px;
}
.gray, .background_gray {
    background: #F0F3F4;
}
.white {
    background: #FFF;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #7175CB;
}


#content ul li {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif !important;  
}
#content ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 30px;
}

.object_fit_cover {
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
}
.cta_white a,
.cta_diap a,
.cta_paars a {
    border: 1.5px solid #333;
    padding: 6px 30px 8px 30px;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 600;
    border-radius: 6px;
  text-decoration: none !important; 
}

.cta_white a:focus,
.cta_diap a:focus,
.cta_paars a:focus,
.cta_blue a:focus,
.cta_green a:focus {
  text-decoration: none !important;
  outline: none;  
}
.blok_absolute:hover .button_text {
  text-decoration: underline;
}
.cta_white a:hover {
  background-color: #FFEC00;
  color: #000000 !important;
  border: 1.5px solid #FFEC00;
  text-decoration: none !important;
}

.cta_paars a {
  background-color: #9699D9;
  color: #FFF;
  border: 1.5px solid #9699D9;
}

.cta_paars a:hover {
  opacity: .7;
}

.cta_diap a {
  background-color: transparent;
  color: #FFF;
  border: 1.5px solid #FFFFFF;
}

.cta_paars a:hover {
  opacity: .7;
}

.cta p {
    margin: 0 !important;
}
.cta {
    margin-top: 30px;
    display: inline-block;
    width: auto;
    position: relative;
}

.cta a {
  display: inline-block;
}

.cta_red a:hover {
    opacity: 0.9;
}
#text_image_left_content .cta.cta_white,
#gray_background .cta.cta_white,
#project_quote .cta.cta_white {
  margin-top: 10px;
}


.home .locations_block img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.locations_block img {
  width: 40px;
/*  margin-bottom: 180px !important; */
/*  margin-top: 0px !important; */
/*  float: left; */
/*  margin-right: 20px; */
}
.content_header .locations_block p {
  padding-right: 20px;
  font-size: 14px;
}
.chevron_rechts {
  display: inline-block;
  margin-top: 8px;
}
/*
.locations_block {
  margin-top: 20px;
  margin-bottom: 20px;
}
*/
.locations_block strong {
  font-weight: 600;
}

.quote_cta_gray img {
  height: 280px;
}
.content_intro .alignnone.wp-image-9182.size-large {
  border-radius: 30px;
  box-shadow: 0px 0px 16px 0px rgba(112,144,176,0.3);
  width: 80%;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  text-align: center;
  display: block;
  margin-top: -30px;
  margin-bottom: -120px;
}

.cta_red a {
color: #fff;
background: #de163d;
padding: 6px 36px 2px 20px;
font-size: 16px !important;
font-weight: 500;
text-decoration: none !important;
}
ol li {
    font-size: 15px;
    margin-top: 20px;
    padding-left: 15px;
}
.cta_read_more {
        margin-top: 3px;
    display: inline-block;
    width: auto;
    position: relative;
}
.cta_read_more a {
    font-size: 16px;
    font-weight: 600;
}
.cta_white.yellow a {
  border: 0px;
  padding: 10px 40px 10px 30px;
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none !important;
  background: #ffec00;
}
#hero_text {
  position: relative;
}

#hero_text .container {
	position: relative;	
}

.boven_lijn_svg {
  position: absolute;
  top: -170px;
  left: 450px;
  z-index: 1;
}
.onder_lijn_svg {
  position: absolute;
  bottom: -80px;
  left: 464px;
  z-index: 1;
}
.hero_text_2 .row.hero_yellow::before,
.hero_text_2 .row.hero_gray::before {
  position: absolute;
  width: 2px;
  height: 100%;
  content: " ";
  background: url(/wp-content/uploads/stip.svg);
    background-repeat: repeat;
  background-repeat: repeat;
  left: 464px;
  top: 0;
}

.row.hero_yellow .cta a:hover {
	background-color: #FFF !important;
}
.content_left_hero {
  padding-right: 30px;
}


.phone_liggend {
  display: none;
}

#menu-hoofdmenu.navbar-nav li.dropdown ul {
    padding: 20px 10px 20px 10px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #DE163D;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

#text_title_left h1,
#text_title_left h2,
#text_title_left h3,
#text_title_left h4 {
  font-size: 48px;
  font-weight: 800;
}

#text_title_left h1 span,
#text_title_left h2 span,
#text_title_left h3 span,
#text_title_left h4 span {
  color: #3C949D;
}

#text_title_left p {
  max-width: 600px;
}

.cta_bal a {
  font-weight: 800;
  padding: 20px 20px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
.cta.cta_bal {
  margin-top: 0px;
  margin-bottom: 30px;
}
.cta_bal a::before {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: 6px;
  content: " ";
  background: #FFEC00;
  border-radius: 120px;
  z-index: -1;
}

.cta_bal a:hover {
  color: #000000 !important;
  opacity: 0.7;
  text-decoration: none !important;
}

.cta_bal a:focus {
  text-decoration: none !important;
  outline: none;
  color: #000000 !important;  
}

#gray_background {
  position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  background-color: transparent;
  transform: translateY(calc(100% - 80px));
}

.gray_background_header {
  background: #F0F3F4;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  width: 100%;
  position: relative;
}
.three_blocks_tekst h3 {
  color: #fff;
  font-size: 20px;
}
.gray_background_header:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #F0F3F4;
  position: absolute;
  left: calc(100% - 16px);
  top: 0;
  z-index: 999999;
}

.home .background_image {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9997;
}

.background_image {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9997;
  margin-bottom: 130px;
}

#header_home .tekst_block p:last-of-type {
  margin-bottom:0;
}




.col-md-12.col-lg-3.maps_container {
  display: none;
}

#text h1, #text h2, #text h3, #text h4, #text h5, #text h6 {
  font-size: 32px !important;
  font-weight: 800;
  margin-bottom: 16px;
}
.page-id-10593 #text ul,
.page-id-11444 #text ul {
  padding: 0px 25px;
}
.page-id-10593 #proces h2,
.page-id-11444 #proces h2 {
  font-size: 32px !important;
  line-height: 36px;
}


#fixed_contact .bel_onest p {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 14px;
}
#fixed_contact .inner.specialist .cta.cta_white a {
  padding: 5px 20px 6px 20px !important;
  font-size: 14px !important;
  background: #FFEC00;
  border: 0px;
}

#fixed_contact .inner.specialist .inner_text p {
  line-height: 18px;
}
#fixed_contact .inner.specialist .inner_text h1, #fixed_contact .inner.specialist .inner_text h2, #fixed_contact .inner.specialist .inner_text h3, #fixed_contact .inner.specialist .inner_text h4, #fixed_contact .inner.specialist .inner_text h5, #fixed_contact .inner.specialist .inner_text h6 {
  font-size: 17px;
  font-weight: 700;
}

.page-id-10593 #contact.landingspagina .col-lg-3,
.page-id-11444 #contact.landingspagina .col-lg-3 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 10%;
}
.page-id-10593 #contact.landingspagina .col-lg-6,
.page-id-11444 #contact.landingspagina .col-lg-6 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.page-id-10593 #contact.landingspagina .maps_container,
.page-id-11444 #contact.landingspagina .maps_container {
  display: none;
}
.page-id-10593 #text h3,
.page-id-11444 #text h3 {
  font-size: 24px !important;
  margin-top: 30px;
}

#content .contact_content ul {
  padding-left: 30px;
}
.page-id-10593 #content .contact_content ul li, .page-id-11444 #content .contact_content ul li {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 14px;
  list-style: disc;
  font-weight: 400;
  padding-left: 10px;
}
.page-id-10593 #content #contact h3,
.page-id-11444 #content #contact h3 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}
.page-id-10593 #quote_cta .quote_col, .page-id-10593 #quote_cta .vraag_col{
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #E1E2F4;
  position: relative;
}
.page-id-10593 #quote_cta .vraag_col::before {
  content: '';
  height: 100%;
  width: 50vw;
  background-color: #E1E2F4;
  position: absolute;
  top: 0;
  left: -50vw;
}
#gform_wrapper_17 input {
  background: #fff !important;
}
#gform_wrapper_17 select {
  background: #fff;
  border: 1px solid #d9d9d9;
  height: 45px;
}









/*
.home .gray_background_header::after {
  position: absolute;
  content: "";
  top: 250px;
  width: 200%;
  height: 500px;
  background: #F0F3F4;
  z-index: -1;
}
.gray_background_header::after {
  position: absolute;
  content: "";
  top: 250px;
  width: 200%;
  height: 350px;
  background: #F0F3F4;
  z-index: -1;
}
*/
#header_home h1, #header_home h2, #header_home h3, #header_home h4 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 20px;
}

.txt-rotate{
  font-style: italic;
}

.locations_block img {
  width: 40px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#header_home .locations_block h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.content_header p {
  padding-right: 40px;
}
.content_absolute p {
    color: #fff;
    font-size: 12px;
}
.cta_white.yellow::after {
  content: " ";
  background: url(/wp-content/uploads/Icon-send-1.svg);
    background-repeat: repeat;
    background-size: auto;
  position: absolute;
  right: 16px;
  top: 15px;
  height: 13px;
  width: 13px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}
.button_text::after {
  content: " ";
  background: url(/wp-content/uploads/Icon-send-1.svg);
  position: absolute;
  right: 12px;
  top: 12px;
  height: 13px;
  width: 13px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}
.button_text {
  background: #ffec00;
  padding: 8px 36px 8px 16px;
  display: inline-block;
  color: #333;
  margin-bottom: 4px;
  position: relative;
  border-radius: 5px;
}
.content_absolute p.subtitel {
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    font-weight: 600;
  margin: 0;
}
.blok_absolute {
    width: 250px;
    position: absolute;
    right: 0;
    top: -178px;
    border-radius: 10px;
    background: #2C2A29ED;
}
.blok_absolute h2 {
  font-size: 18px !important;
  color: #FFF;
  margin-top: 8px;
  margin-bottom: 24px;
}
.mobile_width {
  width: 100%;
  float: left;
}
.blok_absolute a {
  color: #FFF;
  font-size: 15px;
}
.blok_absolute a:hover {
  color: #FFEC00;
  text-decoration: none !important;
}
.blok_absolute:hover {
  box-shadow: 1px 1px 15px #00000043;
}
.blok_absolute.no_background {
  background: transparent !important;
}
#header_home .container {
    position: relative;
}
.content_absolute {
  padding: 16px 20px 16px 20px;
}
.blok_absolute img {
  border-radius: 10px 10px 0px 0px;
}

#two_text h1,
#two_text h2,
#two_text h3,
#two_text h4 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 30px;
}

#two_text .locations_block {
  text-align: center;
}

#two_text .logo_items .locations_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#two_text .locations_block img {
	width: 90%;
	height: auto;
    margin-bottom: 5px;
	margin-top: 5px;
}

#two_text .col-sm-4 {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9d9;
}
#two_text .col-sm-4:nth-child(3),
#two_text .col-sm-4:nth-child(6),
#two_text .col-sm-4:nth-child(9),
#two_text .col-sm-4:nth-child(12),
#two_text .col-sm-4:nth-child(15) {
  border-right: 0px solid #d9d9d9d9;
}


#two_text .row.logo_items > div:nth-last-child(-n+3) {
  border-bottom: 0px solid #d9d9d9;
} 

.image_three_items {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
}
#featured h1,
#featured h2,
#featured h3,
#featured h4 {
  font-size: 40px;
  font-weight: 800;
  color:#000;
  margin-bottom: 20px;
}

#featured .featured h1,
#featured .featured h2,
#featured .featured h3,
#featured .featured h4 {
  font-size: 15px;
}

#featured .cta {
  margin-top: 10px;
}

.featured a {
  font-size: 14px;
  font-weight: 500;
}

.image_three_items {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content_cta {
  margin-top: 110px;
}
#featured .content_cta h1,
#featured .content_cta h2,
#featured .content_cta h3,
#featured .content_cta h4 {
  font-size: 24px;
  font-weight: 800;
  color:#000;
  margin-bottom: 20px;
}
.cta_blue a, 
.cta_green a {
  color: #fff;
  background: #3C949D;
  padding: 8px 20px 10px 20px;
  border-radius: 6px;
}
.cta_blue a:hover, 
.cta_green a:hover {
  text-decoration: none !important;
  opacity: .8;
}

.content_cta {
  margin-top: 130px;
}

#text_cta_buttons h1,
#text_cta_buttons h2,
#text_cta_buttons h3,
#text_cta_buttons h4 {
  font-size: 40px;
  font-weight: 800;
  color:#000;
  margin-bottom: 20px;
}

.line_cta {
  border: 0.3px solid #000;
  margin-top: -2px;
  margin-bottom: 0;
}


.arrow_icon {
  margin-left: 10px;
  width: 16px;
  margin-right: 20px;
}

.big_arrow {
  display: inline-block;
  background-image: url(/wp-content/uploads/arrow-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 14px;
  margin-left: 10px;
  margin-right: 20px;
}

#text_cta_buttons a.paars:hover .big_arrow {
  background-image: url(/wp-content/uploads/Vector_purple.svg); 
}

#text_cta_buttons a.groen:hover .big_arrow {
  background-image: url(/wp-content/uploads/Vector_green.svg);  
}

#text_cta_buttons .cta_button_text {
  display: flex;
  align-items: center;
    justify-content: flex-end;  
}

.cta_button_titel {
  width: auto;
  font-size: 18px;
  font-weight: 700;

}
.cta_button_text {
  width: auto;
  font-size: 13px;
}

.cta_button_big {
  width: 100%;
  display: inline-block;
  position: relative;
}

.cta_button_big a {
    display: table;
    width: 100%;

}

.cta_button_big a p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  height: 60px;
}

.cta_button_big a:hover {
  text-decoration: none !important;
}

/* Footer */
#footer {
  background: #2C2A29;
  overflow-x: hidden !important;
}

#footer h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
#footer h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.footer_2 {
  margin-top: 60px;
  padding-right: 50px;
}
#footer p {
    color: #fff;
    font-size: 15px;
}
.footer_1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

#block-56 {
  position: absolute;
    width: 600px;
}

#footer li {
  color: #fff;
  list-style: none;
  font-size: 15px;
  padding: 0;
}

#footer ul {
  padding: 0;
}

#block-48 {
  margin-top: 50px;
}

#block-50 {
  margin-top: 50px;
}

.footer_3 {
  width: 400px;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.copyright {
  font-weight: 700;
  font-size: 13px !important;
  margin-top: 50px;
  margin-bottom: 0px !important;
}
#block-55 {
  margin-bottom: 10px;
}
.linkjes a {
  color: #d9d9d9;
  font-size: 13px;
  margin-right: 40px;
}
.cta_mail a {
  color: #fff;
  font-size: 20px;
  margin-bottom: 55px;
  font-weight: 700;
  border-bottom: 3px solid #9699D9;
  padding-bottom: 12px;
}


.cta_tel a {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 3px solid #FF808B;
}

.footer_1 .cta_mail,
.footer_1 .cta_tel {
  display: none;
}


#block-57 {
  margin-bottom: 30px;
  margin-top: 60px;
}
.wp-image-6851 {
  margin-top: 100px;
}
#text_image_left img {
  margin-bottom: 50px;
  margin-top: 50px;
  border-radius: 10px;
  z-index: 2;
  position: relative;
}
#text_image_left .extra_svg img {
  box-shadow: none !important;
  border-radius: 0px;
  position: absolute;
  top: -150px;
  left: -50px;
  z-index: 0;
}

#text_image_left .cta {
  margin-bottom: 30px;
}

div.background_purple:before {
  content: '';
  background-color: #E1E2F4;
}
div.background_green:before {
  content: '';
  background-color: #D6E9EB;
}
#text_image_left.text_image_right .extra_svg img {
  box-shadow: none !important;
  border-radius: 0px;
  position: absolute;
  top: -150px;
  right: -100px;
  z-index: 1;
  left: auto;
}
#footer {
  padding-top: 65px !important;
  padding-bottom: 35px !important;
}
#footer #partner_logos a {
  width: 125px;
  padding: 15px;
  float: right;
  text-align: right;
  position: relative;
  display: block;
  flex: none !important;
  max-width: 100%;
}
div.background_left:before,
div.background_right:before {
  content: '';
  height: 100%;
  width: 100vw;
  position: absolute;
  right: 100px;
  z-index: -1;  
}

div.background_right:before {
  left: 100px;
  right: auto;
} 

#text_image_left h1,
#text_image_left h2,
#text_image_left h3,
#text_image_left h4 {
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 16px;
}

#text_plus_title_left h1,
#text_plus_title_left h2,
#text_plus_title_left h3,
#text_plus_title_left h4 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 44px;
}

#text_plus_title_left .container {
  position: relative;
}

#text_plus_title_left .container:after {
  content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 175px);
    right: -100%;
  transform: translateX(-15px);
    top: -85px;
    background-color: #FFF;
}

#text_image_left img {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(112,144,176,0.3); 
  box-shadow: 0px 0px 16px 0px rgba(112,144,176,0.3);
}

#proces h1,
#proces h2,
#proces h3,
#proces h4 {
  font-weight: 800;
  font-size: 64px;
  line-height: 70px;
  margin-bottom: 17px;
}
#proces.text_black h1,
#proces.text_black h2,
#proces.text_black h3,
#proces.text_black h4,
#proces.text_black p {
  color: #000;
}
#proces.text_gray h1,
#proces.text_gray h2,
#proces.text_gray h3,
#proces.text_gray h4,
#proces.text_gray p {
  color: #A7A7A7;
}

#proces .roadmap {
  position: relative;
  margin-top: 100px;
}

#proces .roadmap:after {
  content: url(/wp-content/uploads/roadmap_v2.svg);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-25%, -70%);
}

#proces .col-lg-8 {
  position: relative;
}

#proces .col-lg-8:before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px dashed #A7A7A7;
  position: absolute;
  left: 0;
  top: 36px;  
}

#proces .col-lg-8:after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #A7A7A7;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 0;
  top: 34px;  
}

#proces.text_black .col-lg-8:after {
  background-color: #000000;  
}

#proces #last:before {
  display: none;
}

#project_quote h1,
#project_quote h2,
#project_quote h3 {
  font-size: 32px;
  font-weight: 800;
  color:#000;
  margin-bottom: 20px;
}
img.project_image_quote {
  width: 340px;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}
#project_quote .subtitle {
  font-size: 13px;
  margin-top: 30px;
  color: #000;
}
#background_purple {
  background: #9699D9;
  padding: 45px 45px 25px 45px;
  margin-top: -50px;
}

.person_quote img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  float: left;
  margin-right: 20px;
  margin-top: -10px;
  background-color: #FFF;
}
#background_purple::before {
  background-image: url(/wp-content/uploads/Vector-1.svg);
  position: absolute;
  left: 40px;
  top: -20px;
  content: " ";
  display: inline-block;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
}
#background_purple p {
  color: #fff;
  z-index: 2;
  display: block;
  position: relative;
}
#background_purple h4 {
  color: #fff;
  font-weight: 800;
  margin-top: 15px;
}
#background_purple strong {
  font-weight: 600;
}
.person_quote  {
  width: 80%;
  margin-top: 30px;
}

#contact h1,
#contact h2,
#contact h3 {
  font-size: 32px;
  font-weight: 800;
  color:#000;
  text-align: center;
  margin-bottom: 20px;
}

#contact h4 {
  font-size: 16px;
  font-weight: 800;
  color:#000;
  text-align: left;
  margin-bottom: 20px;
}

.right_contact_content {
  padding-left: 20px;
}
.alignnone.wp-image-11629.size-full {
  width: 120px;
  margin-top: 25px;
}
.contact_content .cta_tel a, .contact_content .cta_mail a {
  color: #000;
}
.contact_form h3 {
  font-size: 18px !important;
  text-align: left !important;
  font-weight: 600 !important;
}



#contact #gform_submit_button_13, #contact #gform_submit_button_6, input[type="submit"], .gform_wrapper.gravity-theme .gform_footer button {
  background-color: #3C949D;
  border: 0px;
  color: #FFFFFF;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 6px;
  padding-bottom: 7px;
  border-radius: 4px;
  transition: all 0;
  font-size: 15px !important;
}

#contact #gform_submit_button_13:hover,
#contact #gform_submit_button_6:hover,
input[type=submit]:hover,
.gform_wrapper.gravity-theme .gform_footer button:hover {
  background-color: #FFEC00;
  color: #000000 !important;
  border: 0px solid #FFEC00;
}

#contact label a {
    color: #8A959B;
}
#contact .contact_content h3 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}
.contact_content hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #d9d9d9;
}

.contact_form {
  background: #fff;
  padding: 44px;
  box-shadow: 1px 1px 14px #00000047;
  border-radius: 12px;
}
.header_contact {
  margin-bottom: 50px;
}
.gform_title {
  display: none;
}
.gfield_label {
  font-size: 13px !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
.gfield_required.gfield_required_text {
  display: none !important;
}
#contact {
  margin-top: -30px;
}


.gform_body input[type="text"], .gform_body input[type="email"], .gform_wrapper.gravity-theme textarea {
  border: 1px solid #d9d9d9;
  height: 42px;
  background-color: #fff;
  color: #8A959B;
  font-size: 13px !important;
}

#gform_wrapper_12 .gform_body input[type=text],
#gform_wrapper_12 .gform_body input[type=email] {
    height: 40px;
}

#gform_fields_12 {
    grid-row-gap: 12px !important;
} 

#gform_wrapper_13 .gform_body input[type=text],
#gform_wrapper_13 textarea {
  background-color: #FFF;
}

label {
  font-weight: normal;
    font-size: 13px;
  margin-bottom: 0;
}

label a {
  color: #3C949D;
}

.gform_body input[type=checkbox] {
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.gform_body textarea {
  border: 1px solid #DAE0E3;
  background-color: #ededed;  
}

.maps_container {
    padding: 0;
    margin-left: -15px;
  overflow: hidden;
}

.header_contact p {
  text-align: center;
}

iframe#google_maps {
  width: auto;
  height: 100%;
}

#content .contact_content ul li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  list-style: none;
  font-weight: 600;
}
#content .contact_content ul {
  padding-left: 0px;
}

.page-id-7101 .col-md-12.col-lg-3.maps_container {
  display: block !important;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 125px !important;
}




#vangnet {
  background: #E9E9F7;
  padding-top: 100px;
}
#vangnet .inner_black {
  background: #2C2A29;
  padding: 70px 40px 150px 40px;
  margin-top: -140px;
  position: relative;
  height: auto;
}

#vangnet .inner_black h1,
#vangnet .inner_black h2,
#vangnet .inner_black h3,
#vangnet .inner_black h4,
#vangnet .inner_black p {
  color: #fff;
}

#vangnet h1,
#vangnet h2,
#vangnet h3,
#vangnet h4 {
  font-size: 28px;
  margin-bottom: 24px;
}
.cta.cta_no_border.cta_right_absolute {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 999999999 !important;
}
.cta.cta_no_border.cta_right_absolute a {
  color: #fff;
}
.cta.cta_no_border a:hover {
    text-decoration: none;
    opacity: 0.8;
}

#vangnet .cta_no_border a::before {
  background-image: url(/wp-content/uploads/arrow_white.svg);
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -10px;
  top: 4px;
  z-index: 1;
  display: block;
  transition: all .4s;
}
#team #nieuws_overview p.functie {
  color: #fff;
}
#vangnet .cta_no_border:hover a::before {
  background-image: url(/wp-content/uploads/arrow_white.svg);
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -5px;
  top: 4px;
  z-index: 1;
  display: block;
  transition: all .4s;
}
#vangnet .cta_tel a,
#vangnet .cta_mail a {
  font-size: 16px;
  font-weight: 700;
}
#vangnet .cta_tel {
  margin-bottom: 40px;
}
#vangnet .image_vangnet img {
  z-index: 9;
  display: block;
  position: relative;
}
#vangnet .cta_tel a:hover, #vangnet .cta_mail a:hover {
  text-decoration: none;
  color: #ffec00;
}
#vangnet.vangnet_2 .cta_tel a:hover, #vangnet.vangnet_2 .cta_mail a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#vangnet .image_vangnet::after {
    background-image: url(/wp-content/uploads/Intersect.svg);
    content: " ";
    background-repeat: no-repeat;
    background-size: 100%;
    width: 350px;
    height: 230px;
    position: absolute;
    left: -220px;
    bottom: 4px;
    z-index: 0;
    display: block;
    transition: all .4s;
}

.vangnet_2 .image_vangnet {
  position: absolute;
  width: 200px;
  bottom: 0px;
  right: -80px;
}

#vangnet.vangnet_2 .image_vangnet::after {
  background-image: url(/wp-content/uploads/Ellipse-1.svg);
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
  left: 10px;
  bottom: 40px;
  z-index: 0;
  display: block;
  transition: all .4s;
}
#vangnet.vangnet_2 ul {
  width: 70%;
  padding-left: 20px;
  list-style-image: url(/wp-content/uploads/Vector-1.svg) !important;
}
#vangnet.vangnet_2 ul li {
  padding-left: 16px;
}
#vangnet.vangnet_2 .cta_tel a,
#vangnet.vangnet_2 .cta_mail a {
  color: #333;
}


.inner_yellow {
  background: #FFEC00;
  padding: 80px 60px 80px 110px;
  width: 130% !important;
  margin-left: -30%;
  z-index: 0;
  display: block;
  position: relative;
}

.image_culture picture {
  width: 50%;
  float: left;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}
#culture h1,
#culture h2,
#culture h3,
#culture h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

.cta_no_border a::before {
  background-image: url(/wp-content/uploads/Chevron-left.svg);
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 5px;
  z-index: 1;
  display: block;
  transition: all .4s;
}
.cta_no_border:hover a::before {
  background-image: url(/wp-content/uploads/Chevron-left.svg);
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
   width: 16px;
  height: 18px;
  position: absolute;
  left: 6px;
  top: 5px;
  z-index: 1;
  display: block;
  transition: all .4s;
}
.cta_no_border a {
  padding-left: 26px;
}
.cta_no_border a:hover {
  color: #333;
}
.cta.cta_no_border {
  margin-top: 10px;
}





.gform_button:hover::after {
  background: url(/wp-content/uploads/Icon-send-hover.svg);
}
.gform_button::after {
  background: url(/wp-content/uploads/Icon-send.svg);
    background-repeat: repeat;
    background-size: auto;
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 13px;
height: 14px;
  position: absolute !important;
  right: 20px;
  bottom: 14px;
  z-index: 1;
  display: block;
}
.gform_button  {
  padding-right: 40px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  position: relative;
  font-weight: 600;
}
#vangnet.vangnet_2 .contact_form {
  margin-top: -50px;
  margin-bottom: 50px;
}



#text_usp {
  padding-top: 50px;
}
#text_usp h1,
#text_usp h2,
#text_usp h3,
#text_usp h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
#text_usp p {
  font-size: 18px;
}
#content #text_usp ul li {
  font-size: 18px;
  list-style: disc;
  line-height: 26px;
}
#text_usp ul {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
}
.background_svg {
  position: absolute;
  right: -50%;
  top: -50px;
  z-index: -1;
}



#vier_kolommen h1, #vier_kolommen h2, #vier_kolommen h3, #vier_kolommen h4 {
  z-index: 1;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
#vier_kolommen p {
  z-index: 1;
  position: relative;
  font-size: 15px;
  padding-right: 60px;
}
#vier_kolommen .gray_background {
  position: absolute;
  left: 0px;
  top: -60px;
  width: 100%;
  height: 500px;
  background: #eef0f2;
}
#vier_kolommen .gray_background {
  position: absolute;
  left: 0px;
  top: -60px;
  width: 100%;
  height: 500px;
  background: #eef0f2;
}
#vier_kolommen .gray_background::before {
  position: absolute;
  left: -50%;
  top: 0px;
  content: " ";
  width: 50%;
  height: 500px;
  background: #eef0f2;
}

#vier_kolommen .blok1, #vier_kolommen .blok2, #vier_kolommen .blok3 {
  padding: 20px 20px 70px 20px;
  background: #fff;
  height: 100%;
}
#vier_kolommen .blok4 {
  padding: 20px 20px 70px 20px;
  background: #FFeC00;
  height: 100%;
}
#vier_kolommen .blok1 p,
#vier_kolommen .blok2 p,
#vier_kolommen .blok3 p,
#vier_kolommen .blok4 p {
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
}
#vier_kolommen .blok1 h2,
#vier_kolommen .blok2 h2,
#vier_kolommen .blok3 h2,
#vier_kolommen .blok4 h2,
#vier_kolommen .blok1 h3,
#vier_kolommen .blok2 h3,
#vier_kolommen .blok3 h3,
#vier_kolommen .blok4 h3,
#vier_kolommen .blok1 h4,
#vier_kolommen .blok2 h4,
#vier_kolommen .blok3 h4,
#vier_kolommen .blok4 h4 {
  font-size: 18px;
}
.background_image_vier {
  position: absolute;
  top: -60px;
  height: 500px;
  width: auto !important;
  max-width: 300%;
}
#vier_kolommen .blok1:hover, #vier_kolommen .blok3:hover, #vier_kolommen .blok2:hover, #vier_kolommen .blok4:hover {
  color: #333;
  text-decoration: none;
  box-shadow: 1px 1px 15px #0003;
}
#vier_kolommen a:hover, 
#vier_kolommen a:hover, 
#vier_kolommen a:hover, 
#vier_kolommen a:hover {
  color: #333;
  text-decoration: none;
}
#vier_kolommen .blok1:hover .cta_no_border::before,
#vier_kolommen .blok3:hover .cta_no_border::before,
#vier_kolommen .blok2:hover .cta_no_border::before,
#vier_kolommen .locations_block:hover .cta_no_border::before,
#vier_kolommen .blok4:hover .cta_no_border::before {
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 18px;
  position: absolute;
  left: 6px;
  top: 4px;
  z-index: 1;
  display: block;
  transition: all .4s;
}
.hero_text_svg {
  position: absolute;
  left: 38%;
  top: 32%;
}
#vier_kolommen .cta_no_border::before,
#hero_text .cta_no_border::before  {
  background-image: url(/wp-content/uploads/Chevron-left.svg);
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 4px;
  z-index: 1;
  display: block;
  transition: all .4s;
}
#vier_kolommen .cta.cta_no_border:hover,
#hero_text .cta.cta_no_border:hover {
  text-decoration: none;
  opacity: 0.8;
}
#vier_kolommen .cta_no_border,
#hero_text .cta_no_border {
  padding-left: 26px;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
}
.row.vierblokjes {
  margin-top: 20px;
}

#vier_kolommen.bg_kleur .blok1 {
  background: #8a959b;
}
#vier_kolommen.bg_kleur .blok1 h2,
#vier_kolommen.bg_kleur .blok1 h1,
#vier_kolommen.bg_kleur .blok1 h4,
#vier_kolommen.bg_kleur .blok1 h3,
#vier_kolommen.bg_kleur .blok1 p,
#vier_kolommen.bg_kleur .blok1 .cta_no_border {
  color: #fff;
}
#vier_kolommen.bg_kleur .blok2 h2,
#vier_kolommen.bg_kleur .blok2 h1,
#vier_kolommen.bg_kleur .blok2 h4,
#vier_kolommen.bg_kleur .blok2 h3,
#vier_kolommen.bg_kleur .blok2 p,
#vier_kolommen.bg_kleur .blok2 .cta_no_border {
  color: #fff;
}
#vier_kolommen.bg_kleur .blok4 h2,
#vier_kolommen.bg_kleur .blok4 h1,
#vier_kolommen.bg_kleur .blok4 h4,
#vier_kolommen.bg_kleur .blok4 h3,
#vier_kolommen.bg_kleur .blok4 p,
#vier_kolommen.bg_kleur .blok4 .cta_no_border {
  color: #fff;
}
#vier_kolommen.bg_kleur .blok1 .cta_no_border::before,
#vier_kolommen.bg_kleur .blok2 .cta_no_border::before,
#vier_kolommen.bg_kleur .blok4 .cta_no_border::before{
background-image: url(/wp-content/uploads/arrow_white.svg);

}


#vier_kolommen.bg_kleur .blok2 {
  background: #3C949D;
}

#vier_kolommen.bg_kleur .blok3 {
  background: #FFeC00;
}

#vier_kolommen.bg_kleur .blok4 {
  background: #7175CB;
}


.extra_image img {
  width: 100%;
}
.hero_gray {
  background: #F0F3F4;
  margin-top: -70px;
  z-index: 1;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.hero_gray::after {
  background: #F0F3F4;
  content: " ";
  width: 50%;
  height: 100%;
  position: absolute;
  right: -50%;
  top: 0px;
  z-index: 1;
  display: block;
}
.hero_yellow {
  background: #ffec00;
  margin-top: -70px;
  z-index: 1;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.vier_locations {
  margin-bottom: 30px;
}

#hero_text .locations_block {
  background: #fff;
  padding: 20px 20px 40px 20px;
  height: 100%;
}
#hero_text.hero_text_2 .locations_block h1, 
#hero_text.hero_text_2 .locations_block h2, 
#hero_text.hero_text_2 .locations_block h3, 
#hero_text.hero_text_2 .locations_block h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
    font-weight: 600;
}

.hero_yellow::after {
  background: #ffec00;
  content: " ";
  width: 50%;
  height: 100%;
  position: absolute;
  right: -50%;
  top: 0px;
  z-index: 1;
  display: block;
}
#hero_text h1, 
#hero_text h2, 
#hero_text h3, 
#hero_text h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
}


#hero_text.hero_text_2 h1, 
#hero_text.hero_text_2 h2, 
#hero_text.hero_text_2 h3, 
#hero_text.hero_text_2 h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 800;
}



#hero_text h1 span, 
#hero_text h2 span, 
#hero_text h3 span, 
#hero_text h4 span {
  color: transparent;
  background-color: transparent;
  -webkit-text-stroke: 1px black;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}


.line_svg {
  margin-bottom: 50px;
  margin-top: 20px;
}
#hero_text .tekst_block h1, 
#hero_text .tekst_block h2, 
#hero_text .tekst_block h3, 
#hero_text .tekst_block h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;

}

.vier_locations:hover .locations_block {
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3)
}
.vier_locations a:hover {
  text-decoration: none;
  color: #000;
}
.vier_locations .locations_block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.vier_locations:nth-child(4) .locations_block {
  background: #ffec00 !important;
}

.hero_yellow .vier_locations:nth-child(4) .locations_block {
  background: #2C2A29 !important;
}
.hero_yellow .vier_locations:nth-child(4) .locations_block h1,
.hero_yellow .vier_locations:nth-child(4) .locations_block h2,
.hero_yellow .vier_locations:nth-child(4) .locations_block h3,
.hero_yellow .vier_locations:nth-child(4) .locations_block h4,
.hero_yellow .vier_locations:nth-child(4) .locations_block a,
.hero_yellow .vier_locations:nth-child(4) .locations_block .cta_no_border,
.hero_yellow .vier_locations:nth-child(4) .locations_block p {
  color: #fff !important;
}

#hero_text  .hero_yellow .vier_locations:nth-child(4) .locations_block .cta_no_border::before {
background-image: url(/wp-content/uploads/arrow_white.svg) !important;

}




@media only screen and (max-width: 1200px) {

.vangnet_2 .image_vangnet {
  position: absolute;
  width: 200px;
  bottom: 0px;
  right: -80px;
}
#vangnet.vangnet_2 .image_vangnet::after {
  background-image: url(/wp-content/uploads/Ellipse-1.svg);
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 0;
  display: block;
  transition: all .4s;
}
body {
    overflow-x: hidden;
}


  #proces .roadmap:after {
    transform: translate(0, -70%);
  }
  #background_purple {
    margin-top: 50px;
    position: relative;
  }
  
  #background_purple:before {
    top: 40px;
  }
    #background_purple {
    display: none;
  }
  .inner_yellow {
  background: #FFEC00;
  padding: 40px 40px 40px 80px;
  width: 130% !important;
  margin-left: -30%;
  z-index: 0;
  display: block;
  position: relative;
}
#vangnet .inner_black {
  background: #2C2A29;
  padding: 70px 40px 80px 40px;
  margin-top: -140px;
  position: relative;
  height: auto;
}
#vier_kolommen .blok1, #vier_kolommen .blok2, #vier_kolommen .blok3 {
  padding: 20px 20px 40px 20px;
  background: #fff;
  height: 100%;
  border: 1px solid #eef0f2;
}
#vier_kolommen .blok4 {
  padding: 20px 20px 40px 20px;
  background: #FFeC00;
  height: 100%;
}
#vier_kolommen .col-sm-12.col-md-6.col-lg-3 {
  margin-bottom: 30px;
}



} 
#menu_hamburger {
  display: none;
}
.no_mobile {
  display: block;
}
.no_desktop {
  display: none;
}
/* Ipad liggend */
@media only screen and (max-width: 1080px) and (min-width: 10px) {

.no_mobile {
  display: none;
}
.no_desktop {
  display: block;
}
#menu_hamburger {
  display: block;
}
  .contact_content {
  padding-top: 0px;
}
  .content_intro .alignnone.wp-image-9182.size-large {
  border-radius: 30px;
  box-shadow: 0px 0px 16px 0px rgba(112,144,176,0.3);
  width: 80%;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  text-align: center;
  display: block;
  margin-top: 0px;
}
  img.project_image_quote {
    width: 100%;
    height: auto;
  }

}


/* Ipad staand */
@media only screen and (max-width: 992px) {




  #proces .roadmap:after {
    transform: translate(15%, -70%);
  }
#two_text .locations_block img {
margin-bottom: 5px;
margin-top: 5px;
width: 100%;
}
.no_ipad{
  display: none;
}
#hero_text img {
    display: none;
  }
  .vangnet_2 .image_vangnet {
  position: absolute;
  width: 150px;
  bottom: 0px;
  right: -80px !important;
}
#vangnet.vangnet_2 ul {
  width: 100%;
  padding-left: 20px;
  list-style-image: url(/wp-content/uploads/Vector-1.svg) !important;
}
.contact_form {
  background: #fff;
  padding: 25px;
  box-shadow: 1px 1px 14px #00000047;
  border-radius: 12px;
  margin-top: 0px !important;
}
#vangnet.vangnet_2 .image_vangnet::after {
  background-image: url(/wp-content/uploads/Ellipse-1.svg);
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 220px;
  height: 220px;
  position: absolute;
  left: -20px;
  bottom: 5px;
  z-index: 0;
  display: block;
  transition: all .4s;
}
  .image_culture picture {
    width: 100%;
    float: left;
    margin-top: 0px;
    z-index: 2;
    position: relative;
  }
  #vangnet .inner_black {
    background: #2C2A29;
    padding: 40px 40px 80px 40px;
    margin-top: -140px;
    position: relative;
    height: auto;
  }
  #text_plus_title_left .container:after {
    display: none;
  }
  .inner_yellow {
  background: #FFEC00;
  padding: 60px;
  width: 110% !important;
  margin-left: -10%;
  z-index: 0;
  display: block;
  position: relative;
  margin-top: 100px;
}
  .header_contact {
    margin-bottom: 0;
  }
  
  .contact_content {
    text-align: center;
  }
  
  #contact ul {
    padding: 0;
  }
  
  #contact .contact_content p:last-of-type {
    display: none;
  }
  
  #contact .contact_content {
    margin-bottom: 40px;
  }
  
  .maps_container {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  iframe#google_maps {
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
  .row.hero_gray {
  padding-left: 40px;
}
.row.items {
  margin-top: 60px;
}
.boven_lijn_svg {
  left: 572px;
  z-index: 1;
}
.onder_lijn_svg {
  left: 586px;
  z-index: 1;
}
.row.hero_yellow {
  padding-left: 40px;
}

.hero_text_svg {
  position: absolute;
  left: 38%;
  top: 39%;
}

.onder_lijn_svg,
.boven_lijn_svg {
  display: none;
}
.hero_text_2 .row.hero_yellow::before, .hero_text_2 .row.hero_gray::before {

    position: absolute;
    width: 2px;
    height: 100%;
    content: " ";
    background: none;
        background-repeat: repeat;
    background-repeat: repeat;
    background-repeat: repeat;
    left: 464px;
    top: 0;

}
#vier_kolommen .gray_background,
#vier_kolommen .gray_background::before,
.background_image_vier {
  height: 300px;
}
.inner_yellow {
  background: #FFEC00;
  padding: 60px;
  width: 110% !important;
  margin-left: -10%;
  z-index: 0;
  display: block;
  position: relative;
  margin-top: 90px;
}
#vangnet.vangnet_2 ul {
  width: 80%;
  padding-left: 20px;
  list-style-image: url(/wp-content/uploads/Vector-1.svg) !important;
}
.contact_form {
  background: #fff;
  padding: 25px;
  box-shadow: 1px 1px 14px #00000047;
  border-radius: 12px;
  margin-top: 30px !important;
}
.blok_absolute {
  width: 250px;
  position: absolute;
  right: 0;
  top: -48px;
  border-radius: 10px;
  background: #2C2A29ED;
}
.vangnet_2 .image_vangnet {
  position: absolute;
  width: 180px;
  bottom: 0px;
  right: 0px;
}
.blok_absolute picture {
  display: none;
}
.vangnet_2 ul {
  display: none;
}
.col-sm-4.col-md-4.col-lg-3.image_vangnet {
  margin-left: -30px;
  margin-top: 0px;
}
#vangnet .image_vangnet::after {
  background-image: url(/wp-content/uploads/Intersect.svg);
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 280px;
  height: 180px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  transition: all .4s;
}

#vangnet.vangnet_2 .image_vangnet::after {
  background-image: url(/wp-content/uploads/Ellipse-1.svg);
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 270px;
  height: 230px;
  position: absolute;
  left: -20px;
  bottom: 5px;
  z-index: 0;
  display: block;
  transition: all .4s;
}

#partner_logos img {
  width: 70px;
}
#block-74 {
  position: absolute;
  right: 0;
  top: auto;
}



}


@media only screen and (max-width: 780px) {

.hero_yellow {
background: #ffec00;
margin-top: 0px;
z-index: 1;
position: relative;
padding-top: 40px;
padding-bottom: 70px;
}

#hero_text h1, #hero_text h2, #hero_text h3, #hero_text h4 {
font-family: 'Roboto', sans-serif;
font-size: 22px;
}
#hero_text img {
width: 70%;
margin-left: 15%;
position: relative;
margin-top: 30px;
}
#vier_kolommen p {
z-index: 1;
position: relative;
font-size: 15px;
padding-right: 0px;
}
#myCarousel {
  margin-top: 20px;
}
.row.items {
  margin-top: 50px;
}
#fixed_contact .inner.specialist .inner_text h1, #fixed_contact .inner.specialist .inner_text h2, #fixed_contact .inner.specialist .inner_text h3, #fixed_contact .inner.specialist .inner_text h4, #fixed_contact .inner.specialist .inner_text h5, #fixed_contact .inner.specialist .inner_text h6 {
font-size: 15px;
padding-right: 12px !important;
margin-bottom: 0;
font-weight: 700;
}
.sgpb-popup-dialog-main-div-theme-wrapper-5.sg-animated.sgpb-fadeIn {
    top: 20px !important;
}
#sg-popup-content-wrapper-10266.inactive {
    display: block !important;
}
#fixed_contact .cta_bal a::before {
width: 35px;
height: 35px;
position: absolute;
left: -22px;
top: 13px;
content: " ";
background: #FFEC00;
border-radius: 120px;
z-index: 1;
}
#fixed_contact .cta_bal a:after {
content: '';
width: 10px;
height: 8px;
background-image: url(/wp-content/uploads/arr_down.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: absolute;
left: -3px;
transform: translate(-5px, 1px);
top: 0;
bottom: 0;
margin: auto;
}
#fixed_contact .cta_bal a {
position: relative;
padding-left: 10px;
width: 100% !important;
padding-right: 0px !important;
}

  .middle_footer {
    display: none;
  }
  
  /* Home header */
  .gray_background_header {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  
  .content_header .cta {
    margin-bottom: 30px;
  }
  
  #header_home .background_image {
height: 0;
padding-bottom: 50%;
}
#text_image_left.text_image_right .extra_svg img {
box-shadow: none !important;
border-radius: 0px;
position: absolute;
top: -100px;
right: -50px;
z-index: 1;
left: auto;
width: 70%;
}





  #proces h1, #proces h2, #proces h3, #proces h4 {
    font-size: 42px;
  }

  #proces .roadmap:after {
    transform: scale(0.8) translate(-40%, -70%);
  }

    #text_image_left .left_image {
    margin-bottom: 46px;
  }

  #text_image_left h1, 
  #text_image_left h2, 
  #text_image_left h3, 
  #text_image_left h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  img.project_image_quote {
    margin-top: 50px;
  }
  
}



@media only screen and (max-width: 769px) {
  #featured .featured_cta {
    display: none !important;
    
  }
  
    
  #hero_text .locations_block { 
	min-height: 245px;
  }
} 

/* Mobiel staand */
@media only screen and (max-width: 680px) and (min-width: 0px) {
	
.mobile_no {
	display: none;
}	

.vangnet_2 .image_vangnet {
	right: 0 !important;
} 
  
  .row.hero_gray {
  padding-left: 0px;
}
.row.hero_yellow {
  padding-left: 0px;
}
.slideshow {
    display: flex;
    overflow: hidden;
    max-width: 100%;
    position: relative;
}

.slide {
    flex: 0 0 25%;
    padding: 20px;
    transition: transform 0.3s ease;
}

/* Stel hier de stijlen in voor de blokken zoals blok1, blok2, enz. */
.blok1, .blok2, .blok3, .blok4 {
    /* Stijlen voor elk blok */
}

#hero_text .locations_block {
    min-height: 290px;
}

.slide {
flex: 0 0 22% !important;
padding: 0px !important;
transition: transform 0.3s ease;
}
.carousel-indicators {
  bottom: -60px !important;
}
.carousel-indicators li {
background-color: #B9B9B9;
border-radius: 0px !important;
color: #000 !important;
height: 15px;
width: 0px;
margin-left: 5px !important;
margin-right: 5px !important;
border-radius: 50% !important;
font-size: 100px !important;
}
.carousel-indicators li.active {
background-color: #7175CB;
border-radius: 0px !important;
color: #000 !important;
height: 15px;
width: 0px;
border-radius: 50% !important;
font-size: 100px !important;
}
.no_ipad{
  display: block;
} 
  #vier_kolommen {
    position: relative;
    display: block;
  }
.hero_gray {
background: #F0F3F4;
margin-top: 0px;
z-index: 1;
position: relative;
padding-top: 30px;
padding-bottom: 30px;
}
#vier_kolommen .gray_background {
position: relative;
left: auto;
top: auto;
width: 100%;
height: auto;
background: #eef0f2;
padding-top: 50px;
padding-bottom: 70px;
}
.carousel-item {

width: 80%;
margin-left: 10%;

}






.inner_yellow {
padding: 40px 0px 72px 0px;
width: 100% !important;
margin-left: 0%;
margin-bottom: -40px;
margin-top: 0px;
}
#culture h1,
#culture h2,
#culture h3,
#culture h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.background_svg {
right: 30px;
}
#text_usp h1,
#text_usp h2,
#text_usp h3,
#text_usp h4 {
  font-size: 24px;
}
#text_usp p {
  font-size: 14px;
}
#content #text_usp ul li {
  font-size: 14px;
  list-style: disc;
  line-height: 22px;
}




#vangnet {
  background: #E9E9F7;
  padding-top: 0px;
}
#vangnet .inner_black {
  background: #2C2A29;
  padding: 30px 10px 100px 10px;
  margin-top: 0px;
  position: relative;
  height: auto;
}
.cta.cta_no_border.cta_right_absolute {
position: absolute;
right: 40px;
bottom: -60px;
}
.content_mobile {
position: relative;
padding-bottom: 80px;
}
.vangnet_2 ul {
  display: none;
}
.vangnet_2 .image_vangnet {
position: absolute;
width: 110px;
bottom: -80px;
right: 10px;
}
#vangnet.vangnet_2 .image_vangnet::after {
background-image: url(/wp-content/uploads/Ellipse-1.svg);
content: " ";
background-repeat: no-repeat;
background-size: 100%;
width: 130px;
height: 90px;
position: absolute;
left: -60px;
bottom: 0px;
z-index: 0;
display: block;
transition: all .4s;
}
#vangnet.vangnet_2 {
  padding-top: 50px;
}
#vangnet.vangnet_2 h2 {
  font-size: 22px;
}
.vangnet_2 .image_vangnet {
  position: absolute;
  width: 110px;
  bottom: 0px;
  right: 10px;
}
#footer .footer_b #block-69, #footer .footer_b #block-70, #footer .footer_c #block-69, #footer .footer_c #block-70 {
display: inline-block;
margin-right: 30px;
width: 100% !important;
}
#block-74 {
position: absolute;
top: 120px;
right: 20px;
display: inline-block;
width: 100px;
float: none;
}
#footer #partner_logos {
position: relative;
top: 0;
right: 0;
justify-content: none;
margin-left: auto;
width: 100%;
}
#vangnet.vangnet_2 .contact_form {
margin-top: 0 !important;
margin-bottom: 50px;
}

#vangnet.vangnet_2 ul {
  width: 100%;
}
.contact_content .cta_mail {
margin-right: 0px !important;
}
.contact_form {
background: #fff;
padding: 30px;
box-shadow: 1px 1px 14px #00000047;
border-radius: 12px;
margin-bottom: 30px;
}
.alignnone.wp-image-11629.size-full {
width: 120px;
margin-top: -15px;
float: left;
margin-right: 20px;
}
#contact {
margin-top: -10px;
}
.contact_content .cta_tel, .contact_content .cta_mail {
margin-bottom: 50px;
width: auto;
float: left;
margin-right: 20px;
}

#contact .contact_content p {
  text-align: left;
}
#contact .contact_content p:last-of-type {
display: block;
}

.blok_absolute picture {
background-color: #FFF;
display: block;
height: 100%;
width: 100%;
}
.blok_absolute img {
border-radius: 10px 0px 0px 10px;
}

.button_text {
background: #ffec00;
padding: 5px 30px 5px 12px;
display: inline-block;
color: #333;
margin-bottom: 4px;
font-size: 13px;
}
.button_text::after {
top: 9px;
}

.blok_absolute {
width: 60%;
border-radius: 10px 0px 0px 10px;
margin: 0 auto;
background: #2C2A29ED;
top: -50px;
}
.blok_absolute h2 {
font-size: 16px !important;
color: #FFF;
margin-top: 8px;
margin-bottom: 10px !important;
}
.content_absolute {
padding: 0px 10px 10px 14px;
}
#header_home #gray_background {
background: #f1f3f4 !important;
}
#header_home .background_image {
height: 0;
padding-bottom: 50%;
margin-top: 30px;
}

.gray_background_header {
  padding: 30px 0px 10px 0px !important;
}

.gray_background_header:after {
content: none;
width: 0%;
height: 0%;
}

#header_home #gray_background {
position: absolute !important;
bottom: -25px;
left: 0;
right: 0;
margin: auto;
background-color: transparent;
transform: translateY(calc(100% - 80px));
}

#header_home  #gray_background {
    padding-left: 15px !important;
  } 






#quote_cta .quote_col {
  padding-top: 0px;
  padding-bottom: 56px;
  background-color: #E1E2F4;
  position: relative;
}
.page-id-10593 #quote_cta .quote_col, .page-id-10593 #quote_cta .vraag_col {
  padding-top: 56px;
  padding-bottom: 0px;
  background-color: #E1E2F4;
  position: relative;
}
.page-id-10593 #contact.landingspagina .col-lg-3 {
-ms-flex: 0 0 40%;
flex: 0 0 100%;
max-width: 100%;
padding-right: 10%;
display: none;
}
.page-id-10593 #contact.landingspagina .col-lg-6 {
-ms-flex: 0 0 60%;
flex: 0 0 90%;
max-width: 90%;
margin-left: 5%;
}

#vier_kolommen .blok1, #vier_kolommen .blok2, #vier_kolommen .blok3 {
  border: 0px solid #eef0f2;
}

#vier_kolommen .blok1, #vier_kolommen .blok2, #vier_kolommen .blok3, #vier_kolommen .blok4 { 
	min-height: 240px;
}

  
  .small {
    height: 24px;
  }

  .middle {
    height: 32px;
  }

  .big {
    height: 44px;
  } 
  
  .cta a, 
  .cta_white a, 
  .cta_paars a {
    font-size: 14px !important;
  } 
  
  
  #text_title_left h1, 
  #text_title_left h2, 
  #text_title_left h3, 
  #text_title_left h4 {
    font-size: 28px;
  }
  
  #text_image_left h1, 
  #text_image_left h2, 
  #text_image_left h3, 
  #text_image_left h4 {
    font-size: 24px;
  }   
  
  #header_home h1, 
  #header_home h2, 
  #header_home h3, 
  #header_home h4 {
    font-size: 24px;
  }
  
  #content_header h1, 
  #content_header h2, 
  #content_header h3, 
  #content_header h4, 
  #content_header h5, 
  #content_header h6 { 
    font-size: 28px;  
  }

  #content_header .subtitle h1, 
  #content_header .subtitle h2, 
  #content_header .subtitle h3, 
  #content_header .subtitle h4, 
  #content_header .subtitle h5, 
  #content_header .subtitle h6 {
    font-size: 13px;
  } 
  
  #two_text h1, 
  #two_text h2, 
  #two_text h3, 
  #two_text h4 
  {
    font-size: 24px;
  }

  #text_one_column_plus_cta h1, 
  #text_one_column_plus_cta h2, 
  #text_one_column_plus_cta h3, 
  #text_one_column_plus_cta h4, 
  #text_one_column_plus_cta h5 {
    font-size: 20px;
  } 
  
  #nieuws_overview .center {
    text-align: left;
  }
  
  #nieuws_overview .center p {
    margin-bottom: 6px;
  }
  
  #nieuws_overview h1, 
  #nieuws_overview h2, 
  #nieuws_overview h3, 
  #nieuws_overview h4, 
  #nieuws_overview h5, 
  #nieuws_overview h6 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  
  #featured h1, 
  #featured h2, 
  #featured h3, 
  #featured h4 {
    font-size: 24px;    
  }
  
  #text_plus_title_left h1, 
  #text_plus_title_left h2, 
  #text_plus_title_left h3, 
  #text_plus_title_left h4 {
    font-size: 24px;
    line-height: 1.2;
  }

  #text_cta_buttons h1, 
  #text_cta_buttons h2, 
  #text_cta_buttons h3, 
  #text_cta_buttons h4 {
    font-size: 24px;
  }

  #vacature_blok h1, 
  #vacature_blok h2, 
  #vacature_blok h3, 
  #vacature_blok h4 {
    font-size: 24px;
    margin-bottom: 20px;
  } 
  
  #featured .row  .image_three_items {
    margin-top: 8px;
    margin-bottom: 20px;
    height: 0;
    padding-bottom: 56.25%; 
  }
  
  #featured .row > div:first-child .image_three_items {
    margin-top: 0;
  }
  
  #featured .content_cta {
    display: none;
  }
  
  body.home #three_portfolio .cta {
    margin-top: 6px;
    margin-bottom: 6px;
    display: none;    
  }
  
  #header_home .cta {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  
  #text_cta_buttons .cta_button_text {
    text-indent: -9999999px;
  }
  
  #text_image_left .cta {
    margin-bottom: 50px;
    margin-top: 20px;
  }
  
  .footer_1 .cta_mail,
  .footer_1 .cta_tel {
    display: block;
  }
  
  .footer_1 .cta_tel {
    margin-bottom: 60px;
  }
  
}

@media only screen and (max-width: 576px) {
  
  
  /* Header home */

  
  .content_header p {
    padding-right: 0;
  }
  

  #two_text .col-sm-4 {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  
  #text_image_left .cta {
    margin-bottom: 0;
  }
  
  #text_image_left.text_image_right .cta {
    margin-bottom: 60px;
  }
  
  .cta_button_titel {
    font-size: 16px;
    margin-top: 8px;
  } 
  

  .maps_container {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100vw + 30px);
    padding: 0;
    
  }
  
  iframe#google_maps {
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  #proces .roadmap {
    margin-top: 30px;
  }
  
}

@media only screen and (max-width: 370px) and (min-width: 0px) {


}


@media only screen and (max-width: 800px) and (orientation: landscape) {
  
   .phone_liggend {
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 99999999999999 !important;
        top: 0;
    left: 0;
    background-color: #333333;
    display: table;
    }
  
  .phone_liggend > div {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
  }
  
  .phone_liggend img {
    max-height: 95vh;
  }
  
}

