html {
  overflow-y: scroll;
}

body{
  font-family:"Ubuntu", sans-serif;
  font-weight:500;
  overflow-x: hidden;
}

p, li{
  font-weight: 100;
  font-size: 18px;
}

a{
  font-weight: 400;
  color: #333;
}

a:hover{
  text-decoration:none;
}

h1,h2,h3,h4,h5,h6{
  font-family:"Ubuntu", sans-serif;
  font-weight:500;
}

h1,h2{
  font-family:"Maven Pro", sans-serif;
}

h1{
  font-weight:300;
}

h2{
  color:#E75F23;
  font-weight: 500;
}

header{
  position:relative;
  background: url('../images/balans-praktijk-vlak-1b.png');
  background-size: cover;
  background-position: left;
  background-repeat: repeat-y;
  z-index: 999;
}

header .col-sm-7{
  min-height:70px;
}

.logo{
  padding:10px;
}

.menubtn{
  width:50px;
  height:50px;
  position: relative;
  z-index: 999;
  /* top:15px; */
  cursor: pointer;
  left: 20px;
}

.closemenubtn{
  width:50px;
  height:50px;
  position: absolute;
  z-index: 999;
  top: 30px;
  cursor: pointer;
  /* left: 20px; */
  left: 15px;
}

.closemenubtn>div{
  width:100%;
  height:3px;
  background:#fff;
  position:relative;
}

.closemenubtn>div:nth-child(1){
  transform:rotate(45deg);
  top:3px;
}

.closemenubtn>div:nth-child(2){
  transform:rotate(-45deg);
  

}

.menubtn>div{
  background:#fff;
  height:3px;
  width:100%;
  margin:10px 0;
}

.g-recaptcha>div{
  margin:0 auto;
}

.logo img{
  width:100%;
  display:  block;
  max-width: 320px;
  margin: 0 auto;
}

.custom_dienstenblokjes{
  margin-top:-200px;
}

.mainmenu{
  /* margin-top: 15px; */
  /* padding: 0 0 20px 0; */
  height: 100vh;
  /* max-height:0px; */
  overflow:  hidden;
  opacity: 0;
  position: fixed;
  padding-top: 50px;
  top: 0;
  z-index: 980;
  background-position: 100%;
  background-size: 100%;
  width: 80%;
  background: url('../images/balans-praktijk-vlak-1b.png');
  /* background-repeat: repeat-y; */
  left: 0;
  visibility: hidden;
}

.artikelafbeelding img{
  max-width:100%;
}

.submenu-button{
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 0px;
  display: block;
  height: auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.submenu-button:after{
      content: '';
      position: absolute;
      top: 50%;
      left: 14px;
      transform: translateY(-50%);
      display: block;
      width: 2px;
      height: 16px;
      background: #fff;
      z-index: 99;
}

.submenu-button.submenu-opened:after{
  display:none;
}

.submenu-button:before{
      content: "";
      position: absolute;
      top: 50%;
      left: 7px;
      transform: translateY(-50%);
      display: block;
      width: 16px;
      height: 2px;
      background: #fff;
      z-index: 99;
}

.mainmenu.shownow{
  /* max-height: 2000px; */
  /* height: 1000px; */
  opacity:1;
  overflow: unset;
  z-index: 1000;
  visibility: visible;
}

.mainmenu ul{
  list-style-type:  none;
  display: block;
}

.mainmenu ul li{
  margin: 30px 0px;
  position:relative;
  display:  block;
  text-align: left;
  padding: 0px 0px 0px 20px;
}

.mainmenu ul li:hover ul{
    
}

.abovecontentred .inhoud{
  margin-top:20px;
}

 .mainmenu ul li a{
   color:#fff;
   font-size:20px;
 }

.mainmenu ul li ul{
  height:0%;
  overflow:hidden;
  padding:0;
  position: initial;
  top: 100%;
  max-height: none;
  left:0;
}

.mainmenu ul li ul{
  display:none;
}

.mainmenu ul li ul li{
   background: none;
   /* padding: 1px 10px; */
   margin: 10px 0px;
   padding: 0;
}

.mainmenu ul li ul li a{
  color: #fff;
  display:block;
  font-size: 16px;
}


.mainmenu ul li ul li ul li a
{
  font-size:14px;
}
.dienstenblokjes .row>div .blokje{
  padding:50px;
  color:#fff;
  position:relative;
  height: 100%;
  background-size:cover;
  background-position: center;
}

.dienstenblokjes .row>div .blokje a{
  color:#fff;
}

.dienstenblokjes .row>div .blokje:after{
  position:absolute;
  content:'';
  width:100%;
  height:100%;
  left:0;
  background:rgba(0,0,0,.4);
  top:0;
}

.dienstenblokjes .row>div .blokje>div{
  position:relative;
  z-index:100;
}

.dienstenblokjes .row>div .blokje h2{
  color:#fff;
}

.dienstenblokjes .row>div .blokje p{
  font-size:16px;
}

.dienstenblokjes .row>div .blokje>div>p{
  max-width:420px;
}

.dienstenblokjes .row>div .blokje .btn{
  padding:0;
}

.dienstenblokjes>.row{
  margin:0;
}

.dienstenblokjes .row>div{
  padding:0;
}

.dienstenblokjes .row:nth-child(1)>div:nth-child(1) .blokje{
    background:url(../../../images/blokjes/balans_praktijk_fysio.jpg);

}

.dienstenblokjes .row:nth-child(1)>div:nth-child(1) .blokje:after{
  background:rgba(231, 39, 3, 0.48);
}

.dienstenblokjes .row:nth-child(1)>div:nth-child(2) .blokje{
    background-image: url(../../../images/blokjes/balans_praktijk_acu.jpg);
}

.dienstenblokjes .row:nth-child(1)>div:nth-child(2) .blokje:after{
  background:rgba(179, 179, 179, 0.61);
}

.dienstenblokjes .row:nth-child(1)>div:nth-child(3) .blokje{
   background:url(../../../images/blokjes/balans_praktijk_mindful.jpg);
   background-position:50%;
}

.dienstenblokjes .row:nth-child(1)>div:nth-child(3) .blokje:after{
  background:rgba(232, 66, 6, 0.59);
}

.dienstenblokjes .row:nth-child(2)>div:nth-child(1) .blokje{
    background:url(../../../images/blokjes/balans_praktijk_ACT.jpg);
    background-position:10%;
}

.dienstenblokjes .row:nth-child(2)>div:nth-child(1) .blokje:after{
  background:rgba(119, 119, 119, 0.61);
}

.dienstenblokjes .row:nth-child(2)>div:nth-child(2) .blokje{
    background:url(../../../images/blokjes/balans_praktijk_timeline.jpg);
}

.dienstenblokjes .row:nth-child(2)>div:nth-child(2) .blokje:after{
  background:rgba(229, 0, 6, 0.3);
}

.abovecontent .custom_headerbanner{
  margin-top: 0px;
}

.headerbanner{
  position:relative;
  overflow:  hidden;
}

.makers{
  text-transform:uppercase;
  padding: 0 75px 20px;
  text-align:right;
  font-size:12px;
  position:relative;
  right:60px;
  margin-top:-20px;
}

.makers a:hover{
  color: #E75F23;
}

.headerbanner .image .tekst{
  position:absolute;
  left:10%;
  max-width: 360px;
  top:50%;
  transform:translateY(-50%);
}

.headerbanner .image .tekst h1{
  color:#fff;
  font-size: 40px;
  font-weight:400;
}

.headerbanner .image .tekst ul{
  list-style-type:none;
  padding:0;
}

.headerbanner .image .tekst ul li{
   
}

.headerbanner .image .tekst  ul li a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e75f23+0,df0b25+100 */
  background: #e75f23; /* Old browsers */
  background: -moz-linear-gradient(left, #e75f23 0%, #df0b25 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e75f23 0%,#df0b25 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e75f23 0%,#df0b25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75f23', endColorstr='#df0b25',GradientType=1 ); /* IE6-9 */
  padding:5px 15px;
  display:inline-block;
  margin:2px 0;
  color:#fff;
  min-width: 180px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
}

.headerbanner img{
  max-width: 200%;
}

.langswitcher{
    display:inline-block;
    /* margin-left:20px; */
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .langswitcher:after{
    position:absolute;
    width:2px;
    height:100%;
    /* background:#fff; */
    /* content:''; */
    top:0;
    left:0;
  }

  .langswitcher a{
    color:#fff;
  }


section.content {
  padding: 50px 0;
  position:relative;
  margin-bottom: 100px;
  z-index:  10;
}

.abovecontentred:after{
  content:'';
  width:100%;
  left:0;
  height: 165px;
  position:absolute;
  background:url("../images/balans-praktijk-vlak-1c.png");
  background-position: 25%;
  background-size:cover;
  background-repeat:no-repeat;
  z-index: 10;
}

  .nieuwsbericht .leesmeer>a,
  input[type=submit],
  .nieuwsbericht .leesmeer>p>a,
  .login button,
  .btn-primary{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e75f23+0,df0b25+100 */
    background: #e75f23; /* Old browsers */
    background: -moz-linear-gradient(left, #e75f23 0%, #df0b25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e75f23 0%,#df0b25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e75f23 0%,#df0b25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75f23', endColorstr='#df0b25',GradientType=1 ); /* IE6-9 */
    border:none;
    padding:8px 15px;
    color:#fff;

  }

section.content .item-page{
  color: #333;
}

.gmaps iframe{
  max-width:100%;
}




footer{
  padding: 140px 0;
  position:relative;
  margin-bottom:10px;
}

 .headerbanner .image{
   min-height:90vh;
 }

footer:before{
  content:"";
  background:url('../images/balans-praktijk-vlak-2a.png');
  background-size: cover;
  background-repeat:no-repeat;
  background-position: top;
  position:absolute;
  width:100%;
  height: 140px;
  top:0;
}

.tarieven table td{
  width:auto;
  font-weight:100;
}

.tarieven table{
  margin-bottom:20px;
}

footer:after{
  content:"";
  background:url('../images/balans-praktijk-vlak-2c.png');
  background-size: cover;
  background-repeat:no-repeat;
  background-position: top;
  position:absolute;
  width:100%;
  height: 140px;
  bottom:0;
}

p.chrono_credits{
display:none;
}

.abovecontentred {
  color:#fff;
}

.contactformulier select,
.contactformulier input,
.contactformulier textarea{
  width:100%;
}

.contactformulier input[type=checkbox]{
  width:auto;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

section.content .login{
  max-width:400px;
  margin:0 auto;
}

section.content .login .forget ul,
section.content .login .forget ul li{
  display:block;
}

section.content .login .remember label {
  display:block;
  width:100%;
}

section.content .login .remember input{
  /* float:left; */
  width: auto;
  vertical-align: top;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

section.content .login input{
  width: 100%;
}

section.content .login .control-group{
  margin-bottom:20px;

}

section.content .login .control-group:nth-child(4){
  text-align:center;
}

section.content .login .control-group:nth-child(4) button{
  padding-right: 30px;
  padding-left: 30px;
  border:none;
  border-radius:4px;
}

.contactformulier label[for=checkbox9],
.contactformulier label[for=checkbox26]{
  width:90%;
}

.contactformulier select{
  background:#f5f5f5;
  height: 40px;
  border:1px solid #ddd;

}

.breadcrumbs>ul{
  list-style-type:none;
  padding: 0;
}

.breadcrumbs>ul>li{
  display:inline-block;
  margin:0 10px;
  position:relative;
}

.breadcrumbs>ul>li:not(:last-child):after{
  content:">";
  position:absolute;
  right:-15px;
  top: 56%;
  font-size: 12px;
  transform: translateY(-50%);
}

.breadcrumbs>ul>li>a,
.breadcrumbs>ul>li>span{
  text-transform:uppercase;
  font-size:12px;
}

.breadcrumbs>ul>li:first-child{
  margin-left:0;
}


.abovecontentred {
    background:url('../images/balans-praktijk-vlak-1b.png');
    background-size:cover;
    background-position: 0%;
    background-repeat: no-repeat;
    padding: 50px 0;
    position:relative;
    margin-bottom: 100px;
    z-index:  10;
  }

  .abovecontentred:after{
    content:'';
    width:100%;
    left:0;
    height: 165px;
    position:absolute;
    background:url("../images/balans-praktijk-vlak-1c.png");
    background-position: left;
    background-size:cover;
    background-repeat:no-repeat;
    z-index: 10;
    top: 100%;
  }

  .abovecontentred:before{
    position:absolute;
    background:url("../images/balans-praktijk-vlak-1a.png");
    background-position: top;
    background-size:cover;
    background-repeat:no-repeat;
    z-index: 1;
    width:  100%;
    content:"";
    height: 120px;
    top: -120px;
  }

.contactformulier input{
  height: 40px;
}

.contactformulier textarea,
.contactformulier input,
.login input{
  background:#f5f5f5;
  border:1px solid #ddd;
  padding:8px;
  border-radius:5px;
}

.belowfooter{
  margin-top:20px;
}

.belowfooter>div>div>span{
  margin: 0 10px;
  position:relative;
  display: inline;
 }
  
.belowfooter>div>div>span:not(:last-child):after{
  content: "";
  position:relative;
  left:10px;
  background: #333;
  width: 5px;
  height: 5px;
  position: absolute;
  left: calc(100% + 8px);
  top: 8px;
  border-radius: 50%;
  display:none;
}

.belowfooter>div>div>span:first-child{
  margin-left:0;
}


.instagram_widget .col-6{
  padding:5px;
  
}

footer .modulepos h3{
  color: #E75F23;
}

footer .modulepos{
  margin-bottom:30px;
}

.instagram_widget{
  /* margin:-5px -5px 0; */
}

.instagram_widget .instapic{
  max-height:110px;
  overflow:hidden;
  margin-bottom: 30px;
}

.instagram_widget img{
  width:100%;
}


.contactformulier input[type=submit]{border: 0px;width: auto;margin: 0 auto;display: block;}

.contactformulier textarea:focus{
  outline:0;
}

.contactformulier input:focus{
  outline:0;
}

.contactformulier select:focus{
  outline:0;
}



footer>.wrapper{
  background:#B1B3B4;
  padding:50px 0;
}

.belowcontent{
  padding:100px 0;
}

.nieuwsbericht .foto
{
  display:block;
  overflow:hidden;
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 10px;
}

.nieuwsbericht .foto img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nieuwsbericht{
  padding: 0px;
  margin-top: 50px;
}

.nieuwsbericht img{
  /* max-width:100%; */
  /* margin-bottom:10px; */
}

.nieuwsbericht .titel{
  padding:30px 0 20px;
  color:#E75F23;


}

.abovecontentred h2{
  color:#fff;
}

body.contact .hd,
body.contact-en .hd {
  margin:50px 0 20px;;
  text-align:center;

}

.contactformulier .gcore-line-tr{
  margin-top:20px;
}

.nieuwsbericht .leesmeer{
  margin-top:40px;
}

.nieuwsbericht .leesmeer>a{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e75f23+0,df0b25+100 */
  background: #e75f23; /* Old browsers */
  background: -moz-linear-gradient(left, #e75f23 0%, #df0b25 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e75f23 0%,#df0b25 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e75f23 0%,#df0b25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75f23', endColorstr='#df0b25',GradientType=1 ); /* IE6-9 */

  padding:8px 15px;
  color:#fff;

}

.backtotop{
  position:fixed;
  right:20px;
  bottom:20px;
  /* width:50px; */
  /* height:50px; */
  cursor: pointer;
  z-index:100;
  display: flex;
}

.backtotop>div{
  background:#ddd;
  line-height:50px;
  text-align:center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.backtotop>div div{
  transform:rotate(-90deg)
}

.backtotop>div:nth-child(1) .icon{
  padding: 0px;
  position:relative;
  width: 100%;
  height: 100%;
}



.backtotop>div .icon>img{
  width: 60%;
  position:absolute;
  top:50%;
  transform: translateX(-50%) translateY(-50%);
  left:50%;
}

@media (min-width: 576px){
  header .container {
      max-width: 100%;
      padding: 0;
  }
}

@media (min-width: 768px){
  header{
    position:relative;
    background:url('../images/header-bg.png');
    background-size:cover;
    background-position: bottom;
    background-repeat:  no-repeat;
    z-index:  9;
  }

  .custom_dienstenblokjes{
    margin:0;
  }

  .langswitcher{
    display:inline-block;
    /* margin-left:20px; */
    position: absolute;
    top: 10px;
    right: 0px;
  }

  .langswitcher:after{
    position:absolute;
    width:2px;
    height:100%;
    /* background:#fff; */
    /* content:''; */
    top:0;
    left:0;
  }

  .langswitcher a{
    color:#fff;
  }


  .belowfooter>div>div>span:nth-child(4){
    display:inline-block;
    margin-left:0;
  }

  .belowfooter>div>div>span:nth-child(5){
    white-space:nowrap;
    margin:0;
  }

  header .container {
      max-width: 720px;
      padding:0 15px;
  }

  .abovecontentred .inhoud{
    margin-top:unset;
  }

  .menubtn,.closemenubtn,.submenu-button{
    display:none;
  }

  h1{font-size: 28px;}

  h2{
    font-size: 24px;
    /* font-weight: 100; */
  }

  h3{
    font-size: 22px;
    color: #aaa;
  }

  .nieuwsbericht h3{
    color:#E75F23;
  }

  .logo{
    padding:10px;
  }
  
  .logo img{
    max-width: 100%;
    width: 280px;
    margin-left: -1%;
    margin-top: 0px;
    height: auto;
    margin-bottom: 30px;
  }

  

  .abovecontentred a{
    color:#fff;
  }

  .abovecontentred a:hover{
    color:#ddd;
    text-decoration:none;
  }

  .mainmenu{
    margin-top: 45px;
    opacity:unset;
    height:unset;
    overflow:unset;
    margin-left: -20px;
    background: unset;
    max-height: unset;
    padding-top: 0;
    visibility: visible;
    position: initial;
  }

  .mainmenu ul{
    list-style-type:  none;
    white-space:  nowrap;
  }

  .mainmenu ul li{
    margin:0 10px;
    position:relative;
    display: unset;
    padding: 0;
  }

  .mainmenu ul li:hover ul{
      height:2000px;
      max-height:200px;
  }

    .mainmenu ul li a{
     color:#fff;
     text-decoration:none;
     font-family: "Maven Pro", sans-serif;
     font-weight: 400;
   }

  .mainmenu ul li ul{
    height:0%;
    overflow:hidden;
    padding:0;
    position:absolute;
    top: 100%;
    max-height:0;
    left:0;
    display: block;
  }

  .mainmenu ul li ul li{
     background: #ee8030;
     padding: 1px 10px;
     margin: 5px 10px;
     display: block;
  }

  .mainmenu ul li ul li ul{
    display:none;
  }

  .mainmenu ul li ul li a{
    color: #fff;
    display:block;
    font-weight: 500;
  }

  .abovecontent .custom_headerbanner{
    margin-top: -85px;
  }

  .headerbanner{
    position:relative;
  }

  
  
  .headerbanner .image .tekst{
    position:absolute;
    left:10%;
    max-width: 390px;
    top:50%;
    transform:translateY(-50%);
  }
  
  .headerbanner .image .tekst h1{
    color:#fff;
  }

  .headerbanner .image .tekst ul{
    list-style-type:none;
    padding:0;
  }

  .headerbanner .image .tekst ul li{
     
  }

  .headerbanner .image .tekst  ul li a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e75f23+0,df0b25+100 */
    background: #e75f23; /* Old browsers */
    background: -moz-linear-gradient(left, #e75f23 0%, #df0b25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e75f23 0%,#df0b25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e75f23 0%,#df0b25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75f23', endColorstr='#df0b25',GradientType=1 ); /* IE6-9 */
    padding:5px 15px;
    display:inline-block;
    margin:2px 0;
    color:#fff;
    /* min-width:140px; */
  }

  .headerbanner img{
    max-width:100%;
  }

  
  section.content {padding: 70px 0 0;position:relative;margin-bottom: 0px;z-index:  10;}
  


  body.balans-praktijk section.content,
  body.balans-praktijk-en section.content{
    padding-top:150px;
  }

  

  .abovecontentred:after{
    content:'';
    width:100%;
    left:0;
    height: 165px;
    position:absolute;
    background:url("../images/balans-praktijk-vlak-1c.png");
    background-position: 25%;
    background-size:cover;
    background-repeat:no-repeat;
    z-index: 10;
  }


  

  section.content .item-page{
    color: #333;
  }

  .gmaps iframe{
    max-width:100%;
  }




  footer{
    padding: 140px 0;
    position:relative;
    margin-bottom:10px;
  }

  footer:before{
    content:"";
    background:url('../images/balans-praktijk-vlak-2a.png');
    background-size: cover;
    background-repeat:no-repeat;
    background-position: top;
    position:absolute;
    width:100%;
    height: 140px;
    top:0;
  }

  footer:after{
    content:"";
    background:url('../images/balans-praktijk-vlak-2c.png');
    background-size: cover;
    background-repeat:no-repeat;
    background-position: top;
    position:absolute;
    width:100%;
    height: 140px;
    bottom:0;
  }



  footer>.wrapper{
    background:#B1B3B4;
    padding:50px 0;
  }

  .belowcontent{
    padding:100px 0;
  }

  .nieuwsbericht{
    padding: 0;
  }

  .nieuwsbericht img{
    /* max-width:100%; */
  }

  .nieuwsbericht .titel{
    padding:30px 0 20px;
    color:#E75F23;


  }

  .nieuwsbericht .leesmeer{
    margin-top:40px;
  }

  .nieuwsbericht .leesmeer>a{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e75f23+0,df0b25+100 */
    background: #e75f23; /* Old browsers */
    background: -moz-linear-gradient(left, #e75f23 0%, #df0b25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e75f23 0%,#df0b25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e75f23 0%,#df0b25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75f23', endColorstr='#df0b25',GradientType=1 ); /* IE6-9 */

    padding:8px 15px;
    color:#fff;

  }
}


@media (min-width:992px){
   
  header{
    position:relative;
    background:url('../images/header-bg.png');
    background-size:cover;
    background-position: bottom;
    background-repeat:  no-repeat;
    z-index: 20;
  }

  .belowfooter>div>div>span:not(:last-child):after{
    display:block;
  }

  .belowfooter>div>div>span:nth-child(4){
    margin-left:10px;
  }

  .belowfooter>div>div>span:nth-child(4):after{
    top:10px;
  }

  .belowfooter>div>div>span:nth-child(5){
    margin-left:10px;
  }

  .nieuwsbriefinschrijving{
    /* width:500px; */
    float:right;
    background: #f5f5f5;
    padding: 20px;
    margin-top: -50px;
    max-width: 300px;
  }

  .custom_dienstenblokjes{
    margin-top:-50px;
  }


  header .container{
        max-width: 960px;
  }

  body:not(.contact) section.content .item-page.minderbreed,
  .blog .beschrijving{
    margin:0 auto;
    max-width:800px;
  }

  body.contact-en section.content .item-page.minderbreed{
    max-width:unset;
  }

  

  .website.fixed header{
    position:fixed;
    width:100%;
    top: 0;
    z-index: 999;
  }

  .logo{
    padding:10px;
  }
  
  .logo img{
    max-width: 100%;
    width: 280px;
    margin-left: 10%;
    margin-top: 0px;
    height: auto;
    margin-bottom: 30px;
  }

  .langswitcher{
    display:inline-block;
    margin-left:20px;
    position:relative;
    top: unset;
  }

  .langswitcher:after{
    position:absolute;
    width:2px;
    height:100%;
    /* background:#fff; */
    /* content:''; */
    top:0;
    left:0;
  }

  .langswitcher a{
    color:#fff;
  }

  .mainmenu{
    margin-top: 45px;
    background: none;
    position: initial;
    height:auto;
    opacity:1;
    overflow:visible;
    visibility: visible;
    width: auto;
    display: inline-block;
  }

  .mainmenu ul{
    list-style-type:  none;
  }

  .mainmenu ul li{
    margin:0 10px;
    position:relative;
    display: inline-block;
  }

  .mainmenu ul li:hover ul{
      height:2000px;
      max-height:200px;
      overflow: visible;
  }

   .mainmenu ul li a{
     color:#fff;
     text-decoration:none;
     font-family: "Maven Pro", sans-serif;
     font-weight: 400;
   }

  .mainmenu ul li ul{
    height:0%;
    overflow:hidden;
    padding:0;
    position:absolute;
    top: 100%;
    max-height:0;
    left:0;
  }

  .mainmenu ul li ul li{
     background: #ee8030;
     padding: 1px 10px;
     margin: 5px 10px;
     display: block;
  }

  .mainmenu ul li ul li ul{
    position:absolute;
    left:100%;
    top: -5px;
    opacity:0;
  }

  .mainmenu ul li ul li:hover>ul{
    opacity:1;
    display: block;
    width:200px;
    overflow: visible;
  }

  .mainmenu ul li ul li a{
    color: #fff;
    display:block;
    font-size: 14px;
    background: none;
    font-weight: 500;
  }

  .abovecontent .custom_headerbanner{
    margin-top: -150px;
  }

  .website.fixed{
     padding-top:200px;
  }

  .headerbanner{
    position:relative;
  }

  .belowcontent a{
    color:#333;
  }

  

  
  
  .headerbanner .image .tekst{
    position:absolute;
    left:10%;
    max-width: 400px;
    top: 55%;
    transform:translateY(-50%);
  }
  
  .headerbanner .image .tekst h1{
    color:#fff;
  }

  .headerbanner .image .tekst ul{
    list-style-type:none;
    padding:0;
  }

  .headerbanner .image .tekst ul li{
     
  }

  .headerbanner .image .tekst  ul li a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e75f23+0,df0b25+100 */
    background: #e75f23; /* Old browsers */
    background: -moz-linear-gradient(left, #e75f23 0%, #df0b25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e75f23 0%,#df0b25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e75f23 0%,#df0b25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75f23', endColorstr='#df0b25',GradientType=1 ); /* IE6-9 */
    padding:5px 15px;
    display:inline-block;
    margin:2px 0;
    color:#fff;
    min-width: 180px;
  }

  .headerbanner img{
    max-width:100%;
  }

  
  

  .abovecontentred{
    color:#fff;
  }

  .gmaps iframe{
    max-width:100%;
  }




  footer{
    padding: 140px 0;
    position:relative;
    margin-bottom:10px;
  }

  footer:before{
    content:"";
    background:url('../images/balans-praktijk-vlak-2a.png');
    background-size: cover;
    background-repeat:no-repeat;
    background-position: top;
    position:absolute;
    width:100%;
    height: 140px;
    top:0;
  }

  footer:after{
    content:"";
    background:url('../images/balans-praktijk-vlak-2c.png');
    background-size: cover;
    background-repeat:no-repeat;
    background-position: top;
    position:absolute;
    width:100%;
    height: 140px;
    bottom:0;
  }



  footer>.wrapper{
    background:#B1B3B4;
    padding: 50px 0 10px;
  }

  .belowcontent{
    padding:100px 0;
  }

  .nieuwsbericht{
    padding: 0;
  }

  .nieuwsbericht img{
    /* max-width:100%; */
  }

  .nieuwsbericht .titel{
    padding:30px 0 20px;
    color:#E75F23;


  }

  .nieuwsbericht .leesmeer{
    margin-top:40px;
  }

  .blogitems .nieuwsbericht .leesmeer{
    margin-top:20px;
  }


}

@media (min-width:1200px){
  .logo img{
    margin-left: 30%;
  }

  .belowfooter>div>div>span{
    white-space:nowrap;
  }

   header .container{
    max-width: 1140px;
  }
}



.hc-banner, .hc-banner *, .hc-settings, .hc-settings * {
    box-sizing: border-box;
}

.hc-settings {
    display: none;
    clear: both;
    margin: 0 0 40px;
    padding: 20px;
    border-radius: 3px;
    background: #fbfbfb;
}

.hc-settings__header {
    margin: 0 0 20px;
    text-align: center;
}

.hc-settings__header span.hc-h2 {
    margin: 0 0 5px;
}



.hc-settings__options {
    margin: 0;
    padding: 0;
    list-style: none;
    display:  flex;
}



.hc-banner span.hc-h2, .hc-settings span.hc-h2 {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
    color: #222;
}

.hc-settings__header p {
    margin: 0 0 20px;
}

.hc-settings__options>li {
    float: none;
    width: 50%;
    padding-left: 10px;
    list-style: none;
    display: flex;
    vertical-align: top;
    align-items: end;
}

.hc-settings__options>li:first-child {
    padding-right: 10px;
    padding-left: 0;
}

.hc-settings__option {
    padding: 20px;
    border-radius: 3px;
}

.hc-banner span.hc-h2, .hc-banner span.hc-h3, .hc-settings span.hc-h2, .hc-settings span.hc-h3 {
    display: block;
    margin: 0 0 10px;
    line-height: 1.2;
}

.hc-banner span.hc-h3, .hc-settings span.hc-h3 {
    text-transform: uppercase;
    font-size: 16px;
}    

.hc-banner table.hc-cookielist, .hc-settings table.hc-cookielist {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d1d1d1;
    border-width: 1px 0 0 1px;
}

.hc-banner table.hc-cookielist td, .hc-settings table.hc-cookielist td {
    padding: 7px;
    border: 1px solid #d1d1d1;
    border-width: 0 1px 1px 0;
    background-color: transparent;
    font-size: 12px;
}

.hc-banner .hc-button, .hc-settings .hc-button {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    position: relative;
    background-color: #228B22;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
    outline: none;
    color: #fff;
    border: 0;
    box-shadow: none;
}

.hc-banner .hc-button--grey, .hc-settings .hc-button--grey {
    background-color: #ccc;
    color: #222;
}

.hc-banner .hc-button:after, .hc-settings .hc-button:after {
    content: "";
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.hc-banner .hc-button--grey:after, .hc-settings .hc-button--grey:after {
    background-color: #000;
}

.hc-settings__option .hc-status {
    display: block;
    padding: 10px 15px;
    text-align: center;
    line-height: 1.2;
}

