/*General*/
body{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Lato', sans-serif !important;
}
p, b, a, small{
  font-family: 'Lato', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'NeoSansPro', sans-serif !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
button,
a.btn{
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  border-radius:0 !important;
}
a{
  color:#2b76ba;
  text-decoration: none;
}
.breadcrumbs {
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: -40px;
    position: relative;
}
.post_nav a:first-child {
    margin-right: 5px;
}
.post_nav {
    margin-top: 50px;
    text-align: right;
}
input{
  box-shadow: none !important;
  outline: none !important;
  border-radius:0 !important;
}
.rt_button_class {
    font-size: 15px !important;
    padding: 5px 20px !important;
    font-weight: 600 !important;
    height: auto !important;
}
.header_img.subpage_head {
    height: 400px;
}
.btn.btn_red{
  background: #dc3545;
  color:#fff;
  font-weight: 600;
  padding:5px 20px;
}
.btn.btn_red:hover{
  background: #e6505f;
}
.btn.btn_green{
  background: #c7d301;
  color:#fff;
  font-weight: 600;
  padding:5px 20px;
}
.btn.btn_green:hover,button.frm_button_submit.frm_final_submit:hover{
  background: rgba(199, 211, 1, 0.73) !important;
  color:#fff !important;
}
.btn.btn_blue{
  background: #2b76ba;
  color:#fff;
  font-weight: 600;
  padding:5px 20px;
}
.btn.btn_blue:hover{
  background: rgba(43, 118, 186, 0.84);
}
a.block_link {
    color: inherit;
    text-decoration: none;
}
a.block_link .block_repeat{
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
a.block_link .block_repeat:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #c7d301;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.block_link:hover .block_repeat:before, a.block_link:focus .block_repeat:before, a.block_link:active .block_repeat:before {
  left: 0;
}
/*Header*/
.social_menu {
    text-align: right;
}
a.social_menu_phone img {
    width: 25px;
}
li.menu_phone a {
    background-image: url(images/phone-blue.png);
    background-size: contain;
    width: 25px;
    height: 25px;
    color: transparent !important;
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
    margin-left: 15px;
}
ul.dropdown-menu.show li {
    margin-bottom: 4px;
    margin-top: 4px;
}
ul#menu-hoofdmenu li.menu_phone:hover,ul#menu-hoofdmenu li.menu_phone:hover a{
  color: transparent !important;
}
ul#menu-hoofdmenu li.active > a,
ul#menu-hoofdmenu li:hover > a,
ul#menu-hoofdmenu-1 li.active > a {
    color: #2b76ba !important;
    font-weight: 600 !important;
}
button.navbar-toggler {
    color: #2b76ba !important;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.baars_menu{
  display: none;
}
header#masthead {
    padding-left: 0;
    padding-right: 0;
}
ul#menu-hoofdmenu a {
    font-size: 17px !important;
}
.popup_active{
  overflow: hidden !important;
}
.header {
    margin-top: 95px;
}
img.logo {
    max-width: 195px;
    float: left;
}
.topbar {
    padding: 14px 0 14px 0;
    box-shadow: 0 0 0rem rgba(0, 0, 0, 0.04), inset 0 -1px 0 rgba(0, 0, 0, 0.04);
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    background: #fff;
}
.topbar table {
    margin: 0;
}
span.bar_line1,
span.bar_line2,
span.bar_line3{
    width: 29px;
    height: 5px;
    background: #2b76ba;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
    transition: all 500ms ease-in-out;
}
td.menubar {
    position: relative;
    top: 4px;
}
.a_search button.search-submit {
    background: none;
    border: 0 !important;
}
.a_search input.search-field.form-control {
    border: 0;
}
.a_search button.search-submit{
  color: #2b76ba;
}
.a_search .input-group-prepend {
    border: 1px solid #2b76ba;
    padding: 8px;
}
.a_search input.search-field.form-control {
    width: 285px;
    font-size: 16px;
}
#toggle_menu.active span.bar_line1{
  display: none;
}
#toggle_menu.active span.bar_line2 {
    transform: rotate(45deg);
    position: relative;
    bottom: -4px;
    width: 31px;
}
#toggle_menu.active span.bar_line3 {
    transform: rotate(-45deg);
    position: relative;
    bottom: 5px;
    width: 30px;
}
.search_inner{
  display: table;
}
.a_search{
  vertical-align: middle;
  display: table-cell;
}
body.single-cp_projects .header_img {
    height: 400px;
}
.header_img {
    background-size: cover;
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    max-width: 2100px;
    margin: 0 auto;
    background-position: center;
    position: relative;
}
.header_inner {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
    background: rgba(43, 118, 186, 0.75);
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
}
.header_inner h1{
  color:#fff;
}
.header_inner p {
    margin-bottom: 0;
    font-size: 20px;
    font-style: italic;
}
/*Content*/
img.single_kennisbank_thumb {
    max-width: 300px;
    position: relative;
    top: 5px;
}
.single_kennisbank h2 {
    display: inline-block;
}
header.entry-header,
footer.entry-footer{
  display: none;
}
.title_border {
    background: #c7d301;
    width: 100px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 25px;
}
div#row_100 a.btn_green, div#row_100 a.btn_blue {
    margin-right: 15px;
    margin-bottom: 5px;
}
.container_marge{
  height: 80px;
}
.search_results {
    margin-top: 80px;
}
body.home .header {
    margin-bottom: -25px;
}
.container_bg {
    background: #eee;
    padding: 40px 40px 10px 40px;
    border: 1px solid #d3d3d3;
}
.center_items {
    text-align: center;
}
.center_items .title_border {
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
.block_repeat p:last-child{
  margin-bottom:0 !important;
}
.container_bg .block_repeat {
    padding: 20px;
    background: #fff;
}
.block_repeat h4 {
    color: #c7d301;
    margin-bottom: 10px !important;
}
.project_img {
    background-size: cover;
    min-height: 300px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.project_cat {
    font-weight: 600;
    color: #2b76ba;
}
h4.project_title {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
div#project_block_1 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
div#project_block_2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.project_block {
    padding: 50px;
}
.block_content ul,
#row_img_txt ul {
    list-style: none;
    padding-left: 30px;
}
.block_content ul li:before,
#row_img_txt ul li:before{
    content: '';
    display: inline-block;
    background-image: url('./images/correct.png');
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0px;
    position: relative;
    top: 26px;
    display: block;
    right: 29px;
    clear: both;
    pointer-events: none;
}
.block_content ul li,
#row_img_txt ul li{
    line-height: 20px;
} 
.block_content ul li:first-child,
#row_img_txt ul li:first-child {
    margin-top: -25px !important;
}
.project_content {
    margin-bottom: 20px;
}
div#row_projects {
    border: 1px solid #d3d3d3;
}
div#project_block_1 .project_block {
    max-width: 580px;
    float: right;
}
div#project_block_2 .project_block {
    max-width: 580px;
    float: left;
}
.image_url {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    height: 100%;
    background-position: center;
}
.empty_bg {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.col_marge{
  margin-bottom: 30px;
}
#row_projects .col_marge{
  margin:0 !important;
}
iframe {
    width: 100%;
    height: 100%;
    min-height: 301px;
}
div#frm_form_1_container button.frm_button_submit.frm_final_submit {
    position: relative;
    top: 19px;
}
.rt_slider_items {
    margin-top: 60px;
}
.rt_slider_items .rt_cover {
    height: 160px;
}
button.slick-next {
    right: 20px;
    z-index: 999;
}
button.slick-prev {
    left: 20px;
    z-index: 999;
}
.rt_slider_items .slick-prev.slick-disabled:before, .rt_slider_items .slick-next.slick-disabled:before {
    opacity: .25 !important;
}
.rt_slider_items .slick-prev:before, .rt_slider_items .slick-next:before{
  opacity: 10 !important;
  font-size: 30px !important;
  color:#c7d301;
}
.rt_slider_items img.slick_slide_item {
    height: 215px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50% !important;
}
.rt_slider_items .slick-list {margin: 0 -5px;}
.rt_slider_items .slick-slide>div {padding: 0 5px;}
nav.navigation.post-navigation{
  display: none;
}
input.search-submit.btn.btn_blue {
    margin-top: -4px;
    height: 38px;
}
body.page-template-kennisbank h2.project_gallery_title {
    margin-top: 50px !important;
}
body.page-template-projecten h2.project_gallery_title {
    margin-top: 50px !important;
}
body.single-cp_projects .breadcrumbs,
body.error404  .breadcrumbs,
body.search .breadcrumbs {
    margin-left: 15px;
}
.rt_search_col a.btn {
    margin-top: 10px;
}
body.single article{
    margin-top: 80px;
}
a.close_search {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
}
.single_project_img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    background-position: center;
    margin-bottom: 15px;
    position: relative;
}
h4.single_project_title {
    margin-bottom: 8px !important;
}
.single_project_content {
    margin-bottom: 14px;
}
.single_project_cat {
    background: #c7d301;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 10px;
}
.single_project_cat i {
    margin-right: 6px;
}
.bigger_picture {
    margin-bottom: -55px;
    font-size: 14px;
    color: #5d5d5d;
    font-style: italic;
}
.slick-lightbox{
  z-index: 99999 !important;
}
h2.search_title {
    margin-bottom: 10px !important;
}
.kennisbank_cat {
    margin-top: 80px;
}
/*Footer*/
footer {
    border-top: 1px solid #ddd;
    margin-top: 80px !important;
    max-width: 2100px;
    margin: 0 auto;
    margin-bottom: -22px;
    position: relative;
}
footer,footer a{
  color:#2b76ba !important;
  text-decoration: none !important;
}
footer img.logo {
    margin-bottom: 40px;
    margin-top: 50px;
}
table.menu_table a.btn {
    color: #fff !important;
    margin-bottom: 10px;
}
ul#menu-footermenu {
    list-style: none;
    padding: 0;
}
#footer_bg {
    background: #eee;
    padding: 20px 40px;
    position: absolute;
    right: 0;
    height: 100%;
}
table.menu_table {
    margin-top: 27px;
}
table.menu_table td {
    vertical-align: top !important;
}
table.address_table {
    margin-bottom: 43px;
    width: calc(100% - 28px);
}
span.sep {
    margin-left: 10px;
    margin-right: 10px;
}
textarea{
  border-radius: 0 !important;
}
span.span_list {
    font-size: 14px;
}
.container_bg {
    margin-top: 25px;
}
/*CSS @media Rules*/
@media only screen and (max-width: 575.5px) {
.breadcrumbs {
    margin-left: 15px;
}
}
@media only screen and (min-width: 991.5px) {
   .kennisbank_mobile{
    display: none;
  }
  .kennisbank_desktop{
    display: flex;
  }
}
@media only screen and (max-width: 991.5px) {
  h1 {
    font-size: 29px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 15px;
  }
  .post_nav {
      text-align: left;
  }
  .kennisbank_mobile{
    display: block;
  }
  img.single_kennisbank_thumb {
    float: left;
    max-width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
}
  .kennisbank_desktop{
    display: none;
  }
  #footer_bg{
    position: relative;
  }
  .header_inner {
      max-width: 90%;
      width: 100%;
  }
  div#project_block_1 {
      padding-right: 15px !important;
      padding-left: 15px !important;
  }
  div#project_block_2 {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }
  .col_marge{
    margin-bottom: 50px !important;
  }
  .order_2{
    -ms-flex-order: 2;
    order: 2;
  }
  div#row_projects {
      padding: 40px;
  }
  footer img.logo,table.address_table {
      margin-left: 28px !important;
  }
  .empty_bg {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }
  .project_block{
    padding:20px;
  }
  table.menu_table td {
      display: block;
  }
}
@media only screen and (min-width: 1199.5px) {
  .container_small {
      max-width: 970px;
  }
  div#row_projects {
      max-width: 1400px;
  }
}
@media only screen and (max-width: 566.5px) {
  .container_bg,
  div#row_projects{
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media only screen and (max-width: 767.5px) {
  .topbar table td.phone, .topbar table td.search, .topbar table td.menubar {
      width: 55px;
  }
  .topbar img.logo {
      max-width: 110px !important;
      z-index: 99;
      position: relative;
  }
  .header {
      margin-top: 77px;
  }
  ul#menu-hoofdmenu a {
      width: auto;
      min-width: 210px;
  }
  .a_search input.search-field.form-control {
      width: auto;
  }
  span.span_list span {
      display: block;
  }
  span.span_list span.sep{
    display: none;
  }
  .header_img {
      height: 380px;
  }
}
@media only screen and (min-width: 1200px) {
  .menubar{
    display: none;
  }
  div#mobile_menu {
      display: none;
  }
}
@media only screen and (max-width: 1200px) {
  ul#menu-hoofdmenu-1 a {
      color: #000;
  }
  li.menu_phone a{
    margin-left: 0;
  }
  .menubar {
      float: right;
      position: relative;
      bottom: 9px;
      display: block;
  }
  div#mobile_menu.active {
      display: block;
  }
  div#mobile_menu {
      display: none;
      margin-left: -15px;
      margin-top: 15px;
      margin-bottom: 15px;
  }
}

.col-lg-9 {
		flex:none!important;
		max-width:none!important;
}
.col-lg-3{
  left: 50%;
  transform: translateX(-50%);
}
.col-lg-9{
	margin-top:60px!important;
}

@media only screen and (max-width:500px) {
	.sidebar ul{
		display:inline-grid!important;
	}
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	margin-top:50px!important;
    gap: 20px;
}

.sidebar ul li {
    display: inline-block;
}

.sidebar ul li a {
    padding: 12px 25px;
    background-color: #c7d301;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;/
    font-weight: bold;
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.sidebar ul li a:hover {
    background-color: #2b76ba;
    transform: translateY(-2px);
}

.sidebar ul li a:active {
    transform: translateY(1px);
}