/* Custom.css */

.block__text ul li p strong, .block__text ol li p strong{
	font-weight:600;
}



@media only screen and (max-width: 760px) {
  .toggle__content__block:nth-child(2){
  	margin-top:70px;
  }

  .block--toggle .toggle__content__block--dark.is-shown .inbegrepen{
  	display:block;
  }

  .block--toggle .toggle__content__block--dark.is-shown .inbegrepen b{
  	padding-right:5px;
  }

  .block--toggle .toggle__content__block--dark.is-shown .inbegrepen{
  	top: -70px;
    right:-15px;
    max-width:205px;
  }


  .navigation__aside__inner{
    margin-bottom:70px;
  }
}
