


*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;

}
body{
    font-family: 'Poppins', sans-serif;
}


/* COOKIE MELDING */
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

.c a
{
  color: #1784D3;
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}

#PLCookie article div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}

@media screen and (max-width: 550px) {
  #PLCookie article {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  #PLCookie article div {
    padding-top: 10px;
  }
}

header{
  border-top: 0.5em solid;
  height: 9em;
  border-color: #005795;
}

header .logobig{
  float:left;
  position: absolute;
  z-index: 10;
  height: 160px;
}
header .logosmall{
  display: none;
}
.nav{
  height: 5em;
  float: right;
  padding-right: 3em;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}

.loctek-slider-controls
{
  bottom: 31px !important;
}

.loctek-slider-controls > *
{
  background: #fff !important;
  border-color: #fff !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 7px !important;
  margin: 0 5px !important;
  -webkit-border-radius: 7px !important;
  border-width: 2px !important;
}

.loctek-slider-controls > .active
{
  background: #000 !important;
}

.nav a, .lang{
  font-size: 1.1em;
  position: relative;
  text-decoration: none;
  padding: 1.5em;
  top: 50%;
  color: black;
}

.nav a span:hover {
  border-bottom: 2px solid #005795;
}

.lang{
  color: #005795;
}
.lang a{
  display: block;
    position: relative;
  text-decoration: none;
  padding: 1em;
  top: 0;
  color: #005795;
  border-left: 1px solid white;
}

.lang a:hover {
    border-left: 1px solid #005795;
}

.langham{
  display: none;
  
}

.otherlanguages{
  z-index: 30;
  display: none;
  position: absolute;
  left: 0;
  top:65%;
  background-color: white;
}
.languages{
  display: inline;
  position: relative;
}
.lang{
  display: inline-block;
}
.lang:hover .otherlanguages{
  display: block;
  padding: 1em;

}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-top: 5px solid #005795;
  float: right;
  margin-left: 8px;

  margin-top: 5px;

}
.currentpage{
  border-bottom: 2px solid ;
  border-color: #005795;
}

.center{
  
  max-width: 1350px;
  margin:auto;
  width: 95%;



}
.over{
  position: relative;
}
.slider {
   border-bottom: 25px solid;
   border-color: #1784d3;
background-size: cover;
background-position: center;
   position: relative;
}
.slider .center{
  height: 500px;

  
}
.slider .centersmall{
  height: 200px;

  
}
.slider .centermedium{
  height: 300px;

  
}
.centermedium .overlays{
  bottom: 10%;
}
.centersmall .overlays{
  bottom: 20%;
}
.artikelpersoon{
  height: 300px;
text-align: center;
width: 25%;
background-color: rgba(23,132,211,0.85);

}
.artikelpersoon img{
  border-radius: 50%;
  margin-top: 95px;
height: 125px;

}
.artikelpersoon p{
  line-height: 1.5em;
  font-size: 1.5em;
  font-family: 'Arial', sans-serif;
  color: white;
}
.overlays{
  width:  100%;
  text-align: right;
  position: absolute;
  background-color: transparent;
  right: 0;
  bottom: 10%;

}

.overlay1 {
   
  display: inline-block;
   right: 0;
   top: 50%;
   z-index: 20;
  background: rgba(255, 255, 255, 0.5);
   padding: 20px;
   overflow:hidden;

   
}
.slidertext1{
  font-size: 1em;
  font-weight: bold;
  color:#005795;
  text-transform: uppercase;
}
.overlay2 {
   
   display: inline-block;
   right: 0;
   top: 62.5%;
   z-index: 20;
   margin-top: 12px;
  background: rgba(255, 255, 255, 0.5);
   padding: 20px;
   overflow: hidden;

   
}
.slidertext2{
  font-size: 0.8em;
  
  color:black;
}
.banner{
  width: 100%;

}

.insideimg
{
  float: left;
  margin-bottom: 10px;
  margin-right: 1em;
}

#homereadmore
{
  color: #0E3C5C;
  text-align: center;
  display: block;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.2em;
  margin-top: 2em;
}

#homereadmore:after
{
  display: block;
  margin: 3px auto;
  width: 0;
  height: 0;
  content: '';
  border-top: 8px solid #142734;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.titel{
  text-transform: uppercase;
  color: #0e3c5c;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
}

.titel2{
  text-transform: uppercase;
  color: #0e3c5c;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
  font-size: 1.5em;
}

body > .center > .titel:first-child
{
  font-size: 1.5em;
  padding-top: 5%;
  margin-bottom: 3%;
}

body > .center > .titel:first-child:before
{
  background: #575656;
  height: 2px;
  width: 70px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  content: '';
}

body > .center > .titel:first-child:after
{
  background: #575656;
  height: 2px;
  width: 70px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  content: '';
}

.clear:after{
  clear: both;
  display: block;
  content: "";
}
.profielfoto{
  float: left;
  display: inline-block;
  margin-left: 25px;

}
.persooninfo {
  margin-left: 400px;

}

.c
{
  line-height: 1.6em !important;
  color: rgb(134, 137, 139);
}

.c ul p
{
  margin: 0;
}

.profiel{
  text-align: center;
  margin-bottom: 5%;
}

.profiel > .center
{
  position: relative;
  margin-left: 200px;
  margin-right: 200px;
  width: auto;
}

#fichenav .left
{
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: -100px;
  height: 80px;
}

#fichenav .right
{
  position: absolute;
  top: 50%;
  margin-top: -40px;
  right: -100px;
  height: 80px;
}

.persooninfo{
  text-align: left;
}
.persooninfo .tekst{
  text-align: left;
  padding-top:0px;
}

.c ul li {
    /* Text color */
    list-style-type: none;
    padding: 8px;
}
.c ul li div{
  padding-left: 2em;
}
.c ul li span{
  font-family: 'Arial', sans-serif;
}

.c ul li:before {
    /* Unicode bullet symbol */
    content: '\2022 ';
    /* Bullet color */
    color: #005795;
    padding-right: 1.5em;
}
.button{

width: 250px;
background-color: #1784d3;
display: inline-block;
padding: 15px;
vertical-align: middle;
border-radius: 5px;
-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
color: white;
margin-bottom: 50px;
margin-top: 22px;
margin-left: 25px;
margin-right: 25px;


}
.button .imgback{
  margin-right: 25px;
}
.button .imgnext{
  margin-left: 25px;
}
.button span{
  margin-left: 25px;
}
.buttoncontact{
float: right;

}
.buttonkantoor span{
  margin-left: 0;
}

.advocaten{
  margin-bottom: 5%;
  text-align: center;
}
.advtitel{
  color: black;
}
.adv{
  display: inline-block;
  margin: 15px;
  padding: 10px;
  text-align: left;
  background-color: #d4e3ec;
padding-bottom: 0px;
padding-right: 0px;
  width: 30%;
  position: relative;
}

.adv img{
  float: left;
  width: 40%;
}
.profilelarge{
  pointer-events: none;
cursor: default;

}
.adv .plus{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49px;
  height: 49px;
}

.adv .advnaam{
  color:#005795;
padding:5px;
line-height: 1.5em;
float: left;
padding-left: 15px;
font-weight: bold;
}
.adv .advinfo{
  float: left;
  padding-left: 15px;
  vertical-align: bottom;
}
.randinfo{
width: 60%;
float: left;
position: relative;
bottom: 0;
margin-top: 0;
line-height: 1.5em;


}
.takpersoontitel{
  text-transform: none;
  color: #1784d3;
  margin-bottom: 1em;
}
.takkenpersonen{
  border-bottom: solid 1px ;
  border-color: #8F8F8F;
}
.tekst{
  font-family: 'Arial', sans-serif;
  text-align: center;
  padding:25px;
  line-height: 1.25em;
}

.takken{
  text-align: center;


}

.tak{
  display: inline-block;
  width: 24%;
  padding: 50px;
  text-align: center;
}

.tak > div
{
  width: 200px;
  height: 200px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  position: relative;
  border: 3px solid #005795;
  display: inline-block;
}

.tak > div > div
{
 position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.tak:hover .taknaam
{
  color: #fff;
}

.tak .img > img{
  padding:5px;
  display: none;
}

.tak .img > img:first-child{
  display: inline;
}

.tak:hover .img > img
{
  display: inline !important;
}

.tak:hover .img > img:first-child
{
  display: none !important;
}

.tak:hover > div
{
  background-color: #005795;
  color: #fff;
}

.tak .takimg{
  height: 75px;
}
.tak p{
  text-decoration: none;

}
.taknaam{
text-transform: uppercase;
color:#005795;
padding:5px;
}
.taktekst{
padding:5px;
line-height: 1.5em;
font-family: 'Arial', sans-serif;
font-size: 0.9em;
color: black;
max-height: 75px;
overflow: hidden;

}
.rechtstakpagina{
  background-color: white;
}
.submateries{
  text-align: center;
  padding-bottom: 50px;
  padding-top:50px;
  text-decoration: none;
}
.submateries a{
  color: black;
}
.submaterie{
  padding:20px;
border: solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
border-color: #005795;
text-align: center;
transition: background .4s;
-webkit-transition: background .4s;
}

.submaterie .titel{
  color: #005795;
  padding-top: 0px;
transition: color .4s;
-webkit-transition: color .4s;
}
.submaterie .tekst{
  padding: 0px;
  font-size: 0.9em;
  line-height: 1.75em;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 95px;
  overflow: hidden;

}

.submaterie:hover
{
  background: #005795;
}

.submaterie:hover .titel
{
  color: #fff;
}

.voorwaarden{
  font-family: 'Arial', sans-serif;
}
.voorwaarden .tekst{
  text-align: left;
  padding-left: 0px;
}
.voorwaarden .bullets ul li:before {
 font-size: 1.5em;
}
.voorwaarden .bullets ul li{
  padding-left: 0px;
}
.voorwaarden .bullets ul li div{
  padding-left: 0em;
}

.nieuwsberichten{
  padding: 25px;
  text-align: center;
}
.nieuwsbericht{
max-width: 30%;
width: 100%;
max-height: 175px;
height: 175px;
display: inline-block;
margin: 5px;
margin-bottom: 4%;
}
.nieuwsbericht p{
  font-family: 'Arial', sans-serif;

}
.ballon{
  position: absolute;
width: 213px;

}
.tekstballon{
  position: relative;
  float: left;
  width: 175px;
height: 175px;
text-align: center;
padding-top: 30px;
border-radius: 15px;

}

.tekstballon img{
  padding-bottom: 5px;
  width: 76px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tekstballon p{
  padding-bottom: 5px;
  color: white
}
.nieuwsbericht:nth-child(odd) .tekstballon{
  background-color: #75C2F9;
}
.nieuwsbericht:nth-child(odd) .ballondingetje{
  background-image: url(/images/ballonlicht.png);
background-size: cover;
height: 14px;
background-repeat: no-repeat;
position: absolute;
bottom: 0;
left: 148px;
width: 38px;


}
.nieuwsbericht:nth-child(odd) .tekstballon:after{
  

}
.nieuwsbericht .tekstballon{
  background-color: #0094FF;
}
.nieuwsbericht .ballondingetje{
    background-image: url(/images/ballondonker.png);
background-size: cover;
height: 14px;
background-repeat: no-repeat;
position: absolute;
bottom: 0;
left: 148px;
width: 38px;
}
.nieuwsbericht a{
  text-decoration: none;
  color: black;
}
.nieuwtje{
  text-align: center;
  padding: 25px;
  border-bottom: solid 1px;
  border-color: #B2B2B2;
  float: right;
  width:50%;
  padding-bottom: 45px;
  padding-top: 0px;
  height: 175px;
  position: relative;

}
.nieuwtje p{
text-align: left;
line-height: 1em;
font-size: 0.9em;
max-height: 150px;
height: 150px;
overflow: hidden;

}
.nieuwtje img{
  position: absolute;
  margin-left: -17.5px;
  bottom: 5px;
  left: 50%
}
.contact{
  padding-bottom: 25px;
  padding-top: 25px;
}

.form{
width: 300px;
display: inline-block;
height: 456px;
float: left;
}

.form input, .form select, .form textarea{
  padding:5px;
  margin: 5px;
  display: inline-block;
  width: 95%;
}
.form textarea{
  height: 140px;
}
.form #post{
  width: 30%;
}
.form #city{
  width: 62.75%;
  margin-right: 0px;
  
  margin-left: 0px;
}
.form #submit{
  background-color: #1784d3;
  color: white;
  border: none;
border-radius: 5px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 1.125em;


}
.kaart{


  position: relative;
  height: 490px;
margin-left: 325px;
margin-right: 275px;
}
#dasmap{
  height: 432px;
}
.plusicon{

position: absolute;
right: 0;
z-index: 98;


}
.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #fff !important;
  border-color: #fff !important;
}

#loctek-lightbox-close
{
  line-height: 20px !important;
  color:black !important;
}

.plusicon img {
float: right;
}
.kaart .buttonskaart{
  width: 100%;
  height: 56px;
  text-align: center;
  padding-top: 7px;

}
.kaart .buttonskaart a{
  cursor: pointer;
  display: inline-block;
  width: 32%;
  padding:0px;
  float: none;
  margin: 0px;
  padding-top: 14px;
  height: 42px;
}
.kaart .buttonskaart .active{
  background-color:#005795;
}
.kaart .buttonskaart a span{
  font-size: 0.8em;
  margin-left: 0px;
}
.kantoorinfo{
  width: 250px;
  height: 456px;
  display: inline-block;
  
  position: relative;
  float: right;
}
.kantoorinfo .locatie{
  height: auto;
  width: 100%;
padding-left: 0px;
  padding-right: 0px;
}
.kantoorinfo .locatie .kantoor{

  display: inline-block;
  color: #043354;
  font-weight: bold;
}
.kantoorinfo .locatie div{
    line-height: 1.5em;
    margin-bottom: 15px;
}
.kantoorinfo .afsp{

color: #043354;
font-weight: bold;


}
.kantoorinfo .opening{
  line-height: 1.5em;
margin-bottom: 25px;

}

.footing .locatie:after
{
  content: '';
  background: #fff;
  width: 1px;
  height: 50%;
  right: 0;
  top: 25%;
  position: absolute;
}

.footing .locatie:last-child:after
{
  display: none;
}


.kantoorinfo .button{
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  width: 100%;
  top: 418px;
  font-size: 1.125em;
  
}
.kantoorinfo .button span{
  margin-left: auto;
  font-size: 1.125em;
}
.ticker{
min-height:200px;
background-color: #e2e2e2;
position: relative;
text-align: center;
  border-top: solid 2px;
  border-color: #005795;
}
.ticker .center{
  position: relative;
  height: 150px;
}



.footing{
  height: 100%;
  background-color: #005795;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1.5em;
  overflow: hidden;
  font-size: .9em;
}

.locatie{
  display: inline-block;
  float: left;
  padding-right: 2em;
padding-left: 2em;
width: 19%;
height: 100.5px;
 position: relative;

}

.locatie.raad
{
  height: 120px;
}

.tel{
  float: right;
}
.opening{
  display: grid;
}
.footing p{
  color: white;
  font-size: 0.9em;

}
.footing .kantoor{
  display: inline;
  color: #55b8ff;
  font-weight: bold;
}
.footing .afsp{
  float: right;

}
.footing .social{
left: 0;
bottom: 0;
position: absolute;
padding-left: inherit;
padding-right: inherit;

}
.siteby{
  padding:5px;
  background-color: #142734;
  text-align: center;
  color: #005795;
}
.siteby a{
  color:#005795;

}
#mobilemenu{
  display: none;
}
#hamburger{
  display: none;
}

.two-split:after
{
  clear: both;
  display: block;
  content: '';
}

.two-split > a
{
  width: 49%;
  float: left;
}

.two-split > a:last-child
{
  float: right;
}

@media all and (max-width: 1500px){
  .profiel .center {
    margin-left: 100px;
    margin-right: 100px;
  }

  #fichenav .left
  {
    left: -60px;
  }

  #fichenav .right
  {
    right: -60px;
  }
}

@media all and (max-width: 1300px){
  .nav a, .lang{
    font-size: 1em;
  }
}


@media all and (max-width: 1200px){
  .slider .centersmall{
    height: 200px;
  }
  .slider .centermedium{
    height: 200px;
  } 
  .artikelpersoon{
    height: 200px;

  }
  .artikelpersoon img{
    margin-top: 90px;
    height: 75px;

  }
  .artikelpersoon p{
    font-size: 1em; 
  }
  .nieuwsbericht{
  max-width: 45%;
  

}
.contact{
  height: auto;

}
.form{
  width:720px;
}
.form #city{
  width: 63.75%;
}
.kantoorinfo{
  width: 300px;
}
.kaart{
  margin-left: 0px;
  margin-right: 0px;
  clear: both;
}
}

#homeshort
{
  display: none;
}

@media all and (max-width: 1350px){
  .nav a
  {
    padding: 1.5em 1em;
  }
}

@media all and (max-width: 1100px){
  .locatie
  {
    width: 25%;
  }

  .insideimg
  {
    max-width: 350px;
  }

  .footing .locatie.open:after
  {
    display: none;
  }

  .profiel .center
  {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  #fichenav img
  {
    position: static !important;
    margin: 0 !important;
    margin-left: 15px !important;
    margin-top: 10px !important;
    height: 30px !important;
  }

  #fichenav
  {
    float: right;
  }

  #homelong
  {
    display: none;
  }

  .adv
  {
    width: 45%;
  }
  
  .raad{
    display: none;
  }
  .form{
    width: 50%;
  }

  .kantoorinfo {
    width: 50%;
  }

  .nav
  {
    padding-right: 0;
    font-size: .9em;
  }
}


@media all and (max-width: 1050px){
  .two-split > a
  {
    width: 100%;
    margin-bottom: 1em;
  }
}

@media all and (max-width: 1000px){
  .submaterie .titel
  {
    font-size: .85em;
    text-transform: none;
  }

  header .logobig{
    z-index: 50;
  }

  #mobilemenu{
    display: block;
    float: right;
    margin-top: 40px;
  }
  #hamburger{
    display: inline-block;
    margin-top: 6%;
    margin-left: 15px;
    width: 40px;
    padding: 5px;
    cursor: pointer;
  }
  #hamburger img{
    width: 30px;
  }

  .langham{
    position: relative;
    text-decoration: none;
    padding: 1.5em;
    top: 50%;
    color: #005795;
    display: inline-block;
    float: right;

  }


  .lang{
    display:none;
  }

  .langham a{
    display: block;
    position: relative;
    text-decoration: none;
    padding: 1em;
    top: 0;
    color: #005795;
  }
  .langham .otherlanguages{
    
    z-index: 50;
    display: none;
    position: absolute;
    left: 0;
    top:65%;
    margin-top: 2px;
  }
  
  .langham:hover .otherlanguages{
    display: block;
    padding:1em;
  }
  .nav{
    position: absolute;
    left: 0;
    width:100%;
    top:10em;
    display: none;
    background: #fff;
    z-index: 40;
    text-align: center;
    font-size: 1.1em;
    padding-right: 0;
  }

  .nav:after
  {
    height: 130px;
    display: block;
    content: '';
    background: #fff url(/images/logosmall.png) no-repeat bottom 10px center;
    background-size: auto 110px;
  }
  .nav a{
    position: static;
    display: block;
  }
  header .center{
    position: static;
    height: 100%;

  }
}

@media all and (max-width: 1000px){
  #homeshort
  {
    display: block;
  }

  .tak {
    padding: 50px 0;
    width: 48%;
    text-align: right;
    padding-right: 5%;
  }

  .tak > div
  {
    text-align: center;
  }

  .takkencent a:nth-child(even) .tak {
    text-align: left;
    padding-left: 5%;
  }
}

@media all and (max-width: 950px){
  .profielfoto{
    margin-right: 50px;
  }
}
@media all and (max-width: 900px){
  .profielfoto{
    margin-right: 25px;
  }
}
@media all and (max-width: 850px){
  .profielfoto{
    width:250px;
  }

  #slider
  {
    display: none;
  }

  .footing .locatie:after
  {
    display: none;
  }

  .persooninfo {
    margin-left: 300px;
}

  .profielfoto img{
    width: 100%;

  }
  .persooninfo .tekst{
    
  }
  .bullets{
    display: inline-block;
  }
  .locatie{
    width: 50%;
    margin: .5em 0;
  }
.form #city{
  width: 62.75%;
}
}

@media all and (max-width: 800px){
  header .logobig{
    display: none;
  }
  header .logosmall{
    height: 85px;
    display: inline-block;
      float:left;
  position: absolute;
  z-index: 10;
  top: 15px;

  
  }

  header
  {
    height: 110px;
  }
  .centermedium .overlays{
    display: none;
  }
  .artikelpersoon{
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .artikelpersoon img {
    margin-top: 20px;
    height: 95px;
}
  .persooninfo{
    position: relative;
  }
  .persooninfo .tekst{


padding-left: 300px;

  }
  .nieuwsbericht{
max-width: 90%;


}

.nieuwtje
{
  width: auto;
  margin-left: 210px;
}
}
@media all and (max-width: 750px){
.form #city{
  width: 61.75%;
}

.insideimg
{
  display: none;
}
}

@media all and (max-width: 720px){
  .adv
  {
    width: 80%;
  }
}

@media all and (max-width: 650px){
  .profielbuttons .button{
    margin-bottom: 25px;
    margin-top:12.5px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .slider .center
  {
    height: 250px;
  }

body > .center > .titel:after, body > .center > .titel:before
{
  display: none !important;
}

.kantoorinfo{
  width: 250px;
}

#slider
{
  display: none;
}

}
@media all and (max-width: 600px){

  
  .buttonkantoor{

    float: none;
  }
  .buttoncontact{
    float:none;
    clear: both;
  }
  .persooninfo .tekst{
    padding-left: 0px;
    text-align: center;
    padding:15px;
  }
  .profielfoto{
    float: none;
    display: block;
    margin:auto;
  }

.persooninfo {
    margin-left: 0;
}

  .button .imgback{
margin-right: 10px;
  }
  .button .imgnext{
    margin-left: 10px;
  }

    .profielbuttons .button span{
margin-left: 0px;
  }
  .form{
    width: 100%;
    clear:both;
    text-align: center;
    height: auto;
  }
.form #post, .form #city{
  width: 95%;
}

  .kantoorinfo{
    clear: both;
    width: 100%;
    padding: 25px;
    height: 600px;
  }
  .kantoorinfo .button{
    right: 0;
  }

  .ticker{
    display: none;
  }

  .kantoorinfo .button {
    bottom: 0;
    top: auto;

  }
}
@media all and (max-width: 550px){
  .kaart{
    height: 565px;
  }
  .kaart .buttonskaart .button{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }


  .tak{
    width: 100%;
    padding:30px;
    text-align: center !important;
    padding: 0 !important;
    margin-bottom: 5%;
  }
  .taktekst{
    max-height: 75px;
  }

  .submaterie
  {
    width: 100%;
  }
}
@media all and (max-width: 500px){


  header img{
    height: 15%;
    left: 10px;
  }
  header{
    height: 8em;
  }
  #mobilemenu{
    margin-top:30px;
  }
  .adv{
    width: 75%;
    text-align: center;
    padding-bottom: 10px;
    padding-right: 10px;

  }
  .adv img{
    float: none;
  }
  .adv .advnaam{
    padding-left: 0px; 
    float: none;
    padding-bottom: 0px;
  }
  .profilelarge{
    pointer-events: auto;
    cursor: pointer ;
  }
  .randinfo, .pluslink, .plus{
    display: none;
  }

  .artikelmedium{
    height: 200px;
  }
  .overlays{
    display: none;
  }

  .nieuwsberichten{
  padding: 25px;
  text-align: center;

}
.nieuwsbericht:nth-child(odd) {
  background-color: #75C2F9;
}
.nieuwsbericht:nth-child(even) {
  background-color: #0094FF;
}
.nieuwsbericht{
  border-radius: 15px;
}
.ballon{
  position: absolute;
width: 40%;

}
.tekstballon{
  position: static;
  float: left;
height: 175px;
text-align: center;
padding: 25px;

}

.nieuwsbericht:nth-child(odd) .ballondingetje{
display: none;
}

.nieuwsbericht .ballondingetje{
    display: none;
}
.nieuwtje{
  
  border: none;
  float: right;
  width:60%;
  padding: 25px;
}
.nieuwtje p{
  max-height: 125px;
  height: 125px;
}

.nieuwtje img{
  display: none;
}


  .locatie{
    width: 100%;
  
  }
  .locatie span{
      margin-right:50px;
  }

}

@media all and (max-width: 400px){
  .nieuwsbericht{
    height: auto;
    max-height: unset;
  }
.ballon{
  position: unset;
  width: 100%;
} 
.tekstballon{
  position: unset;
    float: none;
    width: 100%;
    height: auto;
    padding: 10px;
}
.nieuwtje{
  padding: 15px;
  width: 100%;
  height: auto;

}


}
@media all and (max-width: 350px){
  .locatie span{
      margin-right:0;
  }
  .voorwaarden .tekst{
    text-align: center;
    padding-left: 25px;
  }
  .voorwaarden .bullets{
    padding: 25px;
  }
  
}

#content-container {
  width: 50%;
  margin: auto;
  margin-bottom: 2em;
}

#content-container h2 {
  color: #0e3c5c;
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background-color:#fff; 
  color: #000;
  font-size:1.5em; 
  margin: 1em;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 0 #005795;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  cursor: pointer;
}

#content-container h2:hover + div > h3, #content-container h3:hover {
  box-shadow: inset 1200px 0 0 0 #005795;
  color: #fefefe;
}

#content-container h3.active {
  color: #fff;
  box-shadow: inset 1200px 0 0 0 #005795;
}

#content-container h3 span {
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #005795;
  margin-right: 10px;
  margin-top: 9px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.4s;
}

#content-container h2:hover + div > h3 > span, #content-container h3:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h3.active span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#content-container h3.active:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h4 {
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}

#content-container ul {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  list-style: disc;
}

#content-container table {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container th, #content-container td {
  border: 1px solid #000;
  padding: 5px;
}

#content-container th {
  font-weight: bold
}

#content-container a {
  color: #D3191C;
}

#PL_privacy {
  margin-top: 10px;
}
.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8em;
  height: 20px;
}
.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.privcnt a {
  height: 100%;
  color: black;
  font-weight: 700;
  color: #005795;
  position:relative;
  z-index: 10;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dedede;
}
.privcnt:hover input ~ .checkmark {
  background-color: #ccc;
}
.privcnt input:checked ~ .checkmark {
  background-color: #005795;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.privcnt input:checked ~ .checkmark:after {
  display: block;
}
.privcnt .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}