/******************************************************************
Site Name   : DEV 016
Author      : Roelof Bos | Ragfijn.nl
Stylesheet  : Main Stylesheet
******************************************************************/
body.cms .AsMainTaskbar, body.cms .AsInPage {
  display: none; }

@media screen and (min-width: 800px) {
  body.cms .AsInPage {
    display: inline-block; }

  body.cms {
    padding-top: 39px; }

  body.cms .AsMainTaskbar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    height: 39px;
    width: 100%;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.6); }

  body.cms .AsMainTaskbar .AsTaskbarContent {
    width: 98%;
    /*max-width:1060px;*/ }

  body.mobile.cms .AsMainTaskbar {
    display: none; }

  body.cms #nav-trigger {
    top: 39px; }

  body.cms #sitewide-header {
    top: 39px; } }
.AsInPageBarContent {
  box-sizing: content-box; }

.AsInPageBtn1 {
  box-sizing: inherit; }

.AsIcon2 {
  padding: 0 !important;
  box-sizing: inherit;
  width: 15px !important;
  height: 15px !important; }

/******************************************************************
Site Name   : 
Author      : Roelof Bos | Ragfijn.nl
Stylesheet	: Variables
******************************************************************/
/******************************************************************
Author      : Roelof Bos | Ragfijn.nl
Stylesheet	: Mixins
******************************************************************/
/* @include transition( ... ); */
/* @include border-radius( ... ); */
/* @include transform( ... ); */
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* @include box-sizing(border-box); */
/*
@mixin relWidth( $size ) {
	width:percentage( $size/1024 );
}
@mixin relHeight( $size ) {
	height:percentage( $size/676 );
}
@mixin relSizing( $size, $prop, $base ) {
	$prop:percentage( $size/$base );
}
*/
:focus {
  outline: none; }

.clear {
  clear: both; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #e2e2e2;
  font-size: 12px; }
  @media (min-width: 500px) {
    body {
      font-size: 12px; } }
  @media (min-width: 640px) {
    body {
      font-size: 13px; } }
  @media (min-width: 780px) {
    body {
      font-size: 14px; } }
  @media (min-width: 920px) {
    body {
      font-size: 15px; } }
  @media (min-width: 1060px) {
    body {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    body {
      font-size: 17px; } }
  @media (min-width: 1240px) {
    body {
      font-size: 18px; } }
  @media (min-width: 1400px) {
    body {
      font-size: 19px; } }

a {
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s; }

strong {
  font-weight: 600; }

.small {
  font-size: 75%; }

.hr {
  border-top: 1px solid #e2e2e2;
  margin: 1em 0; }

input, textarea {
  border-radius: 0;
  color: #666; }
  input:focus, textarea:focus {
    color: #000; }

.seo {
  display: none; }

a.terug:before {
  padding-right: 0.4em;
  content: "\f053";
  font-family: 'FontAwesome';
  font-size: 70%;
  top: -0.1em;
  position: relative; }

.forward:after {
  padding-left: 0.4em;
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 70%;
  top: -0.1em;
  position: relative; }

@media (max-width: 600px) {
  .nomobile {
    display: none !important; } }
@media (min-width: 601px) {
  .nodesktop {
    display: none !important; } }
/* Placeholders */
/* List that act as left floats */
#header .inner .menu ul, #header .inner .menu li, .thema-buttons ul, .thema-buttons li, #footer .address ul, #footer .address li, #footer .colofon ul, #footer .colofon li, #mobilemenu ul, #mobilemenu li, .filterbar form.filters .filter .menu ul, .filterbar form.filters .filter .menu li, .meer ul, .meer li, .page_team ul.team, .page_team ul.team li, .parent_team #header .balk .inner ul.contact, .parent_team #header .balk .inner ul.contact li, .list ul, .list li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.btn, #header .inner .menu ul.menu2 a, .thema-buttons a {
  /* font-size: 10px; */
  background: #235fa9;
  color: #ffffff;
  border-radius: .2em;
  text-transform: lowercase;
  padding: .1em .6em .15em;
  border: 0;
  margin: .2em;
  display: inline-block;
  -webkit-transition: background-color 0.14s ease-in-out, color 0.14s ease-in-out;
  -moz-transition: background-color 0.14s ease-in-out, color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out, color 0.14s ease-in-out;
  -ms-transition: background-color 0.14s ease-in-out, color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out, color 0.14s ease-in-out; }
  .btn:hover, #header .inner .menu ul.menu2 a:hover, .thema-buttons a:hover, .btn:focus, #header .inner .menu ul.menu2 a:focus, .thema-buttons a:focus {
    background: #005fa8;
    color: #ffffff; }
  .btn:active, #header .inner .menu ul.menu2 a:active, .thema-buttons a:active {
    outline: 0; }

/*%transition {
	@include transition(all .5s ease);
} 
.transition { @extend %transition; } */
* {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.centerX, .parent_team #header .pofielfoto, .list li a.item div.img img {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.centerY, .thema-buttons a > em {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* Header */
body, html {
  height: 100%; }

/*
.navbar {
	@include relWidth(200);
}
*/
body {
  margin: 0;
  padding: 0;
  width: 100%; }

#wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  left: 0;
  z-index: 2;
  background: #fff;
  -webkit-transition: left 0.6s ease-in-out;
  -moz-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
  -ms-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out; }

body.nav #wrapper {
  -webkit-box-shadow: 1px 0 1em 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0 1em 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 0 1em 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 1em 0 rgba(0, 0, 0, 0.3); }

body.nav .at-expanding-share-button {
  display: none; }

.inner, #footer .inline_contact, #footer .hr {
  width: 94%;
  margin: auto;
  max-width: 1300px;
  position: relative; }

.inner.wide {
  width: 100%; }

@media (min-width: 800px) {
  .inner.smal {
    width: 60%;
    max-width: 800px; } }
.inner.contact, #footer .inline_contact, .nieuwsbrief .formlayout {
  max-width: 650px; }
  @media (min-width: 500px) {
    .inner.contact, #footer .inline_contact, .nieuwsbrief .formlayout {
      width: 70%; } }
  @media (min-width: 700px) {
    .inner.contact, #footer .inline_contact, .nieuwsbrief .formlayout {
      width: 50%; } }

a.logo {
  background-image: url(/inc/img/logo-dev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  transition: padding 0.3s ease; }
  a.logo span {
    display: none; }

#header {
  color: #235fa9;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
  z-index: 400;
  margin-bottom: 4em;
  padding-bottom: 14em; }
  @media (max-width: 1200px) {
    #header {
      width: 100%;
      height: 0;
      padding-bottom: 34.47265625%; } }
  #header .lighter {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #header .bg {
    position: fixed;
    width: 100%;
    height: 10em;
    z-index: 5;
    background-image: url(/inc/img/bg-header.png);
    background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: top left;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); }
    @media (min-width: 600px) {
      #header .bg {
        height: 13em; } }
  @media (min-width: 600px) and (min-height: 50px) {
    #header {
      padding-bottom: 18em; } }
  @media (min-width: 600px) and (min-height: 650px) {
    #header {
      padding-bottom: 22em; } }
  @media (min-width: 600px) and (min-height: 800px) {
    #header {
      padding-bottom: 26em; } }
  #header .inner {
    padding-top: 2em;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    position: relative;
    max-width: 1500px; }
    #header .inner a.logo {
      width: 200px;
      height: 50px; }
      @media (min-width: 600px) {
        #header .inner a.logo {
          width: 25.732421875%;
          height: 0;
          padding-bottom: 7.32421875%; } }
    #header .inner a.active {
      text-decoration: underline; }
    #header .inner .menu {
      font-size: 107.1428571429%;
      display: none;
      -webkit-transition: top 0.3s ease;
      -moz-transition: top 0.3s ease;
      -o-transition: top 0.3s ease;
      -ms-transition: top 0.3s ease;
      transition: top 0.3s ease;
      font-weight: 100;
      position: absolute;
      top: 2em;
      right: 0;
      z-index: 31; }
      @media (min-width: 600px) {
        #header .inner .menu {
          display: block; } }
      #header .inner .menu ul li {
        display: inline-block; }
      #header .inner .menu .search {
        float: right; }
        #header .inner .menu .search form {
          width: 0;
          -webkit-transition: width 0.4s ease-in-out;
          -moz-transition: width 0.4s ease-in-out;
          -o-transition: width 0.4s ease-in-out;
          -ms-transition: width 0.4s ease-in-out;
          transition: width 0.4s ease-in-out;
          overflow: hidden;
          display: inline-block; }
          #header .inner .menu .search form input {
            width: 95%;
            margin-left: 5%;
            -webkit-border-radius: 0.3em;
            -moz-border-radius: 0.3em;
            border-radius: 0.3em;
            font-size: .8em;
            padding: .1em .3em; }
          #header .inner .menu .search form input[type=submit] {
            display: none; }
        #header .inner .menu .search .trigger {
          cursor: pointer;
          float: right;
          margin: 0 .3em 0 .8em; }
      #header .inner .menu ul.menu1 {
        float: right; }
        #header .inner .menu ul.menu1 a {
          display: inline-block;
          text-transform: lowercase;
          margin: 0 .3em; }
      #header .inner .menu ul.menu2 {
        clear: both;
        float: right;
        margin-top: .5em; }
        #header .inner .menu ul.menu2 a:hover {
          background: #000000; }
    #header .inner .mobiletrigger {
      cursor: pointer;
      float: right;
      font-size: 2.5em;
      margin-right: .8em; }
      @media (min-width: 600px) {
        #header .inner .mobiletrigger {
          display: none; } }
      #header .inner .mobiletrigger .close {
        display: none; }

.popup-button {
  position: absolute;
  left: 3%;
  background: #941b82;
  padding: 0.9em 1.5em 1em 1.5em;
  color: #ffffff;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0.1em 0.1em 0.3em 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0.1em 0.1em 0.3em 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0.1em 0.1em 0.3em 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.1em 0.1em 0.3em 0 rgba(0, 0, 0, 0.2);
  bottom: 1.5em;
  /*em {
    position:absolute;
    right:1em;
    top:1.5em;
  }*/ }
  @media (min-width: 800px) {
    .popup-button {
      bottom: 3.5em; }
      .popup-button:hover {
        bottom: 3.65em; } }
  @media (min-width: 800px) {
    .popup-button strong {
      width: 9em;
      display: block;
      font-size: 120%;
      padding-bottom: 0.5em;
      line-height: 1.2; } }
  .popup-button em {
    padding-left: 0.4em; }
  @media (max-width: 799px) {
    .popup-button span, .popup-button em {
      display: none; } }

.popup-button.wider {
  position: relative;
  left: 0;
  bottom: 0;
  display: block;
  margin: 2em auto 1em;
  width: 100%;
  max-width: 27em; }
  .popup-button.wider:hover {
    bottom: 0.15em;
    color: #ffffff; }
  .popup-button.wider span, .popup-button.wider em {
    display: inline; }
  .popup-button.wider strong {
    display: block;
    width: 20em; }

@media (max-width: 799px) {
  #header .popup-button.wider {
    display: none; } }
#header .balk {
  background: #235fa9;
  height: 2em;
  bottom: -2em;
  position: absolute;
  width: 100%;
  padding: 0 5%;
  line-height: 2em;
  font-size: 178.5714285714%;
  text-align: center;
  color: #ffffff;
  font-weight: 100; }
  #header .balk * {
    color: #ffffff;
    font-weight: 100; }

.page_home #header .lighter {
  display: none; }

@media (max-width: 600px) {
  body.nav #wrapper {
    left: -200px; }
  body.nav #header .mobiletrigger .close {
    display: inline; } }
body.search #header .inner .menu .search form {
  width: 12em; }

body.scrolled #header .bg {
  background: #ffffff;
  border: 0;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-box-shadow: 0 1px 1em 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1em 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 1em 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1em 0 rgba(0, 0, 0, 0.3);
  height: 4em; }
  @media (min-width: 600px) {
    body.scrolled #header .bg {
      height: 7em; } }
  @media (max-width: 599px) {
    body.scrolled #header .bg .inner {
      padding-top: .8em; } }
  body.scrolled #header .bg .inner a.logo {
    height: 2.5em;
    margin-left: .6em; }
    @media (min-width: 600px) {
      body.scrolled #header .bg .inner a.logo {
        padding-bottom: 4em;
        margin-top: -0.5em;
        height: 0; } }
  body.scrolled #header .bg .inner .menu {
    top: 1em; }
  body.scrolled #header .bg .inner .mobiletrigger {
    height: 1em;
    line-height: 1em;
    margin-right: .4em; }

.hoofdkop {
  color: #235fa9;
  font-size: 200%; }

.subkop {
  color: #235fa9;
  font-size: 171.4285714286%;
  line-height: 1.2; }

.bg-strategie, .bg-blauw,
.page_strategie .balk, .page_publicaties .balk {
  background-color: #005fa8 !important; }

.bg-besturing, .bg-groen,
.page_besturing .balk {
  background-color: #009fe3 !important; }

.bg-professionalisering, .bg-paars,
.page_professionalisering .balk,
.page_nieuws .balk, .parent_nieuws .balk {
  background-color: #941b82 !important; }

.bg-samenwerking, .bg-rood,
.page_samenwerking .balk {
  background-color: #008b84 !important; }

.bg-turquoise,
.page_contact .balk {
  background-color: #008b84 !important; }

.page_medische-staf-en-msb .balk,
.bg-medische-staf-en-msb {
  background-color: #b6be2c !important; }

@media (min-width: 800px) {
  .page_medische-staf-en-msb .tabs > h2 {
    font-size: 1.1em; } }
@media (min-width: 800px) and (max-width: 1100px) {
  .page_medische-staf-en-msb .tabs > h2 {
    font-size: 1em; } }
@media (min-width: 800px) {
  .page_medische-staf-en-msb h2.tab.visie {
    width: 21%; }
  .page_medische-staf-en-msb h2.tab.extra {
    width: 24%;
    left: 22%; }
  .page_medische-staf-en-msb h2.tab.extra2 {
    width: 31%;
    left: 47%; }
  .page_medische-staf-en-msb h2.tab.publicaties {
    width: 21%;
    left: 79%; } }

@media (min-width: 800px) {
  .page_professionalisering .tabs > h2 {
    top: -2.7em;
    font-size: 100%;
    height: 3em;
    line-height: 2; }
  .page_professionalisering .tabs > h2.active {
    top: -2.9em;
    height: 4em; }
  .page_professionalisering h2.tab.extra {
    line-height: 1; } }

.thema-buttons ul {
  width: 100%;
  margin: auto;
  padding: 1em 1.6em; }
  @media (max-width: 599px) {
    .thema-buttons ul {
      max-width: 280px; } }
  @media (min-width: 600px) and (max-width: 799px) {
    .thema-buttons ul {
      width: 80%; } }
.thema-buttons li {
  margin: 0;
  padding: .4em 0.6em; }
  @media (min-width: 600px) {
    .thema-buttons li {
      float: left;
      width: 50%; } }
  @media (min-width: 920px) {
    .thema-buttons li {
      width: 20%; } }
.thema-buttons:hover a {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5; }
.thema-buttons a {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  font-size: 1.3em;
  text-align: left;
  padding: .2em .6em .25em; }
  .thema-buttons a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1; }
  @media (min-width: 920px) {
    .thema-buttons a {
      font-size: 1.1em; } }
  @media (min-width: 980px) {
    .thema-buttons a {
      font-size: 1.05em; } }
  @media (min-width: 1100px) {
    .thema-buttons a {
      font-size: 1.15em; } }
  @media (min-width: 1500px) {
    .thema-buttons a {
      font-size: 1.1em; } }
  @media (min-width: 1580px) {
    .thema-buttons a {
      font-size: 1em; } }
  .thema-buttons a span {
    font-weight: 600; }
  .thema-buttons a em {
    font-size: .7em; }
  .thema-buttons a > em {
    right: 3%;
    margin-top: .1em;
    position: absolute; }
  .thema-buttons a .hint {
    background: #e2e2e2; }
.thema-buttons a.bg-medische-staf-en-msb {
  letter-spacing: -0.4px; }
  @media (min-width: 600px) and (max-width: 919px) {
    .thema-buttons a.bg-medische-staf-en-msb {
      margin-left: 50%; } }

.page_werk .thema-buttons {
  padding: 0; }
  @media (min-width: 920px) {
    .page_werk .thema-buttons {
      text-align: center; }
      .page_werk .thema-buttons li {
        display: inline-block;
        width: 30%;
        float: none; }
        .page_werk .thema-buttons li a {
          font-size: 1.3em; } }
  .page_werk .thema-buttons a {
    padding: 0;
    text-align: center;
    margin-bottom: 1em;
    text-transform: none; }
    .page_werk .thema-buttons a span {
      padding: .1em 0 .2em;
      display: block;
      text-transform: lowercase; }
    .page_werk .thema-buttons a .hint {
      -webkit-border-radius: 0 0 0.2em 0.2em;
      -moz-border-radius: 0 0 0.2em 0.2em;
      border-radius: 0 0 0.2em 0.2em;
      color: #000000; }
      .page_werk .thema-buttons a .hint .txt {
        font-size: 65%;
        padding: 1.3em .7em;
        height: 16em; }
      .page_werk .thema-buttons a .hint .btn {
        margin-bottom: 1em;
        font-size: 70%; }

.formlayout {
  width: 100%;
  margin: auto;
  padding-top: .3em; }
  .formlayout .field.error {
    border-color: #ff9999;
    color: red; }
  .formlayout .inline_contact_error {
    padding: 1.5em 0 .5em; }
  .formlayout .text {
    padding-bottom: 1em; }
  .formlayout .field {
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    width: 100%;
    padding-left: 10em;
    text-align: left;
    background: #ffffff;
    margin: .5em 0;
    min-height: 2.5em; }
    .formlayout .field label {
      float: left;
      margin-left: -10em;
      padding: .5em; }
    .formlayout .field input, .formlayout .field textarea {
      width: 100%;
      border: 0;
      padding: .5em;
      background: transparent; }
    .formlayout .field textarea {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      height: 5.4em;
      min-height: 3em;
      max-height: 25em;
      padding-top: 0; }
  .formlayout input[type=radio] {
    position: relative;
    display: inline-block;
    top: -0.1em; }
  .formlayout label.gender {
    padding: 0 1em 0 0.2em; }
  .formlayout .field.textarea {
    padding-right: .5em;
    padding-left: 0; }
    .formlayout .field.textarea label {
      float: none;
      display: block;
      margin-left: 0; }

#footer {
  background: #e2e2e2 url(/inc/img/bg-footer.gif) center top repeat-x;
  text-align: center;
  min-height: 411px;
  margin-top: 2em; }
  #footer .inner {
    padding-top: 2em; }
  #footer .hr {
    border-color: #ffffff;
    margin: 2em auto; }
  #footer a.logo {
    width: 160px;
    height: 40px;
    position: absolute;
    left: 3%;
    margin-top: -0.3em; }
    @media (min-width: 600px) {
      #footer a.logo {
        width: 20.556640625%;
        height: 0;
        padding-bottom: 5.859375%; } }
  #footer .ooa {
    position: absolute;
    right: 3%;
    width: 45%;
    text-align: right;
    margin-top: -0.5em;
    color: #235fa9;
    font-size: 90%; }
    @media (min-width: 600px) {
      #footer .ooa {
        margin-top: 0;
        width: 14em;
        text-align: left; } }
    @media (min-width: 900px) {
      #footer .ooa {
        width: 20em; } }
    @media (min-width: 1300px) {
      #footer .ooa {
        font-size: 80%; } }
  #footer h5 {
    padding-bottom: .3em; }
    @media (max-width: 599px) {
      #footer h5 {
        padding-top: 1em;
        width: 94%;
        margin: 4.5em auto 0; } }
  #footer .btn.contactform {
    margin-top: 4.5em; }
  #footer .inline_contact, #footer .nieuwsbrief {
    display: none; }
  #footer .nieuwsbrief .hr {
    display: none; }
  #footer .nieuwsbrief form {
    margin-bottom: 3em; }
  #footer .inline_contact_form {
    padding-top: 3em; }
  @media (min-width: 800px) {
    #footer .address li, #footer .colofon li {
      display: inline-block; } }
  #footer .address li a:hover, #footer .colofon li a:hover {
    text-decoration: underline; }
  #footer .address {
    margin: 3em 0 2em;
    color: #235fa9; }
    @media (min-width: 800px) {
      #footer .address li:after {
        content: "|";
        padding: 0 .5em; }
      #footer .address li.route:after {
        display: none; } }
    #footer .address a {
      color: #235fa9; }
  #footer .colofon {
    margin: 2em 0; }
    @media (min-width: 800px) {
      #footer .colofon {
        font-size: 90%; } }
    #footer .colofon a {
      color: #888888;
      display: inline-block;
      padding: 0 1em; }
    #footer .colofon .tech {
      display: none; }

@media (max-width: 599px) {
  .page_home #footer h5, .page_werk #footer h5 {
    margin-top: 3em; } }
#mobilemenu {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  text-align: right;
  height: 100%; }
  #mobilemenu ul {
    margin: 1em 2em;
    font-size: 1.5em;
    line-height: 2;
    height: 90%;
    width: 150px;
    box-sizing: border-box;
    padding-bottom: 3em; }

body.nav #mobilemenu ul {
  background-image: url(/inc/img/logo-dev.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 80%; }

body.loading * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: all 0 ease !important;
  -ms-transition: none !important;
  transition: none !important; }

div.leesmeer {
  display: none; }

.intro {
  padding: 1.5em 0; }
  @media (min-width: 800px) {
    .intro {
      width: 70%;
      max-width: 800px;
      text-align: center;
      margin: auto; } }

.tabs {
  position: relative; }
  @media (min-width: 800px) {
    .tabs {
      border-top: 0.05em solid #e2e2e2;
      margin-top: 4em; } }
  .tabs .padding.maxw p, .tabs .padding.maxw ul, .tabs .padding.maxw ol, .tabs .padding.maxw h1, .tabs .padding.maxw h2, .tabs .padding.maxw h3, .tabs .padding.maxw h4, .tabs .padding.maxw h5 {
    max-width: 800px; }
  .tabs > h2 {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    background: #235fa9;
    border: 1px solid #235fa9;
    color: #ffffff;
    font-size: 1.2em;
    padding: .2em .3em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    margin-top: 1em;
    height: 2em; }
    @media (min-width: 800px) {
      .tabs > h2 {
        -webkit-border-radius: 0.2em 0.2em 0 0;
        -moz-border-radius: 0.2em 0.2em 0 0;
        border-radius: 0.2em 0.2em 0 0;
        margin-top: 0;
        text-align: center;
        width: 22%;
        position: absolute;
        top: -2em; }
        .tabs > h2:nth-of-type(2) {
          left: 25%; }
        .tabs > h2:nth-of-type(3) {
          left: 50%; }
        .tabs > h2:nth-of-type(4) {
          left: 75%; } }
    .tabs > h2 span {
      display: none; }
    .tabs > h2.active {
      background: #ffffff;
      border: 1px solid #e2e2e2;
      color: #235fa9;
      height: 2.2em;
      top: -2.1em; }
  .tabs div.tab {
    display: none;
    background: #ffffff;
    position: relative;
    z-index: 10; }
    @media (min-width: 800px) {
      .tabs div.tab {
        border: 1px solid #e2e2e2;
        border-top: 0; } }
    .tabs div.tab .padding {
      padding: 1em .3em; }
      @media (min-width: 800px) {
        .tabs div.tab .padding {
          padding: 2em; } }
    .tabs div.tab .list {
      padding-top: 2em; }

.tabs.hover h2 {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5; }

.tabs.hover h2:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1; }

a.fn:before, span.a_more:before {
  padding-right: 0.4em;
  content: "\f15b";
  font-family: 'FontAwesome';
  font-size: 70%;
  top: -0.1em;
  position: relative; }

a.fn.video:before {
  content: "\f03d"; }

/*
a.fn.mobiel {
  background-image:url(/pics/icons/mobiel.png);
}
a.fn.email {
  background-image:url(/pics/icons/mail.png);
}
a.fn.linkedin {
  background-image:url(/pics/icons/linkedin.png);
}
a.fn.document {
  background-image:url(/pics/icons/doc.png);
}
a.fn.document.pdf:before { content: "\f1c1" }
a.fn.document.xls {
  background-image:url(/pics/icons/doc_excel.png);
}
a.fn.document.word {
  background-image:url(/pics/icons/doc_word.png);
}
a.fn.related {
  background-image:url(/pics/icons/hyperlink.png);
}
a.fn.video {
  background-image:url(/pics/icons/video.png);
}
*/
.filterbar {
  background: #e2e2e2; }
  .filterbar form.filters {
    position: relative;
    z-index: 200;
    padding: 0.4em;
    text-align: center;
    /*padding-left:200px;
    @media (max-width:950px) { padding-left:120px; }
    @media (max-width:700px) { padding:10px; }
    @media (max-width:500px) { padding:7px 0 7px 7px; }*/ }
    .filterbar form.filters .filter {
      width: 10em;
      display: inline-block;
      position: relative; }
      .filterbar form.filters .filter .label {
        padding: 2px;
        margin: 0.1em 0.4em 0;
        background: #fff;
        border: 1px solid #ccc;
        -webkit-border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        border-radius: 0.2em;
        text-transform: lowercase;
        color: #235fa9;
        cursor: pointer;
        width: auto;
        overflow: hidden; }
        .filterbar form.filters .filter .label:after {
          padding-left: 0.5em;
          content: "\f078";
          font-family: 'FontAwesome';
          font-size: 70%;
          top: -0.1em;
          position: relative; }
      .filterbar form.filters .filter .menu {
        display: none;
        position: absolute;
        width: auto;
        min-width: 106%;
        z-index: 200; }
        @media (min-width: 1000px) {
          .filterbar form.filters .filter .menu {
            min-width: 100%; } }
        .filterbar form.filters .filter .menu ul {
          display: block;
          background: #ffffff;
          border: 1px solid #999;
          -webkit-border-radius: 0.2em;
          -moz-border-radius: 0.2em;
          border-radius: 0.2em;
          padding: 0 0 0.4em;
          box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.2); }
          .filterbar form.filters .filter .menu ul li {
            padding: 5px 18px;
            cursor: pointer;
            float: none;
            white-space: nowrap;
            text-align: left;
            -webkit-transition: background 0.4s ease, color 0.4s ease;
            -moz-transition: background 0.4s ease, color 0.4s ease;
            -o-transition: background 0.4s ease, color 0.4s ease;
            -ms-transition: background 0.4s ease, color 0.4s ease;
            transition: background 0.4s ease, color 0.4s ease; }
            @media (max-width: 700px) {
              .filterbar form.filters .filter .menu ul li {
                padding: 5px 8px; } }
            .filterbar form.filters .filter .menu ul li input {
              position: relative;
              top: -1px;
              margin-right: 4px; }
          .filterbar form.filters .filter .menu ul li:hover {
            background: #e2e2e2; }
      .filterbar form.filters .filter .label.expanded {
        -webkit-border-radius: 0.2em 0.2em 0 0;
        -moz-border-radius: 0.2em 0.2em 0 0;
        border-radius: 0.2em 0.2em 0 0;
        background: #999;
        border-color: #999;
        color: #ffffff; }
        .filterbar form.filters .filter .label.expanded:after {
          content: "\f00d"; }

.pageselect {
  text-align: center;
  color: #235fa9;
  margin: 1em 0; }
  .pageselect span.previous, .pageselect span.next {
    display: none; }
  .pageselect a {
    text-decoration: none;
    color: #999; }
  .pageselect .pages a, .pageselect .pages strong {
    display: inline-block; }
  .pageselect .pages a:after, .pageselect .pages strong:after, .pageselect a.previous:after {
    padding: 0 5px;
    content: "|"; }

.meer {
  color: #235fa9; }
  .meer h4 {
    color: #235fa9;
    font-size: 110%; }
  .meer li:before {
    padding-right: 0.4em;
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 70%;
    top: -0.1em;
    position: relative; }
  .meer li a {
    text-transform: ucfirst; }

.quote {
  border-bottom: 2px solid #e2e2e2;
  position: relative;
  padding: 0.5em 0;
  margin: 0 0 2em 0; }
  .quote img {
    position: relative;
    width: 100%; }
  @media (min-width: 600px) {
    .quote {
      padding-left: 52%; }
      .quote img {
        float: left;
        margin-left: -100%;
        width: 90%; } }
  .quote .text {
    color: #235fa9;
    font-weight: 100;
    font-size: 115%;
    padding: 1em 0;
    max-width: 25em; }
  .quote .naam, .quote .bedrijf {
    font-size: 90%; }
  .quote .bedrijf {
    padding-bottom: 1em; }

.page_home #header {
  background-size: 80%;
  background-size: 90%;
  margin-bottom: 13em;
  background-position: center 8em; }
  @media (max-width: 600px) {
    .page_home #header {
      padding-bottom: 21em; } }
  @media (max-width: 500px) {
    .page_home #header {
      padding-bottom: 17em; } }
  @media (max-width: 400px) {
    .page_home #header {
      background-size: 90%; } }
  @media (min-width: 1200px) {
    .page_home #header {
      background-size: 900px;
      background-size: 1100px; } }
  @media (min-width: 600px) {
    .page_home #header {
      background-position: center 6em;
      margin-bottom: 8em; } }
  @media (min-height: 600px) and (min-width: 600px) {
    .page_home #header {
      background-position: center 7em; } }
  @media (min-height: 650px) and (min-width: 600px) {
    .page_home #header {
      background-position: center 8em; } }
  @media (min-height: 800px) and (min-width: 600px) {
    .page_home #header {
      background-position: center bottom; } }
  @media (min-height: 800px) and (min-width: 1300px) {
    .page_home #header {
      background-position: center bottom; } }
  .page_home #header .bg {
    background-size: 60% 60%; }
  .page_home #header .balk {
    background-image: url(/inc/img/bg-balk.gif);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    font-size: 1em;
    line-height: 1.2;
    padding: 0;
    height: 12.5em;
    bottom: -11.5em; }
    @media (min-width: 600px) {
      .page_home #header .balk {
        height: 8em;
        bottom: -7em; } }
    .page_home #header .balk * {
      font-weight: 400; }
    .page_home #header .balk .sub {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: none; }
      .page_home #header .balk .sub .pijl {
        background-color: inherit;
        position: absolute;
        z-index: 1;
        width: 30px;
        height: 30px;
        bottom: -10px;
        margin-bottom: 20px;
        left: 50%;
        margin-left: -10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media (min-width: 1100px) {
          .page_home #header .balk .sub .pijl {
            bottom: -15px; } }
    .page_home #header .balk .home {
      position: relative;
      z-index: 1; }
    .page_home #header .balk .inner {
      padding: 1em 0;
      max-width: 300px;
      position: relative;
      z-index: 2; }
      @media (min-width: 600px) {
        .page_home #header .balk .inner {
          max-width: 1200px; } }
      .page_home #header .balk .inner h1, .page_home #header .balk .inner h2 {
        font-size: 150%;
        margin-bottom: 0.3em; }
      .page_home #header .balk .inner .text strong {
        font-weight: 800; }
.page_home .quote {
  border-top: 2px solid #e2e2e2;
  margin: 2em 0 3em; }

.content .inner.case {
  max-width: 900px; }

.inner.contact {
  text-align: center; }

.page_team ul.team {
  text-align: center;
  color: #235fa9; }
  .page_team ul.team .AsInPage {
    position: absolute;
    left: 50%;
    bottom: 1.5em;
    margin-left: -50px;
    z-index: 100; }
  .page_team ul.team li {
    position: relative;
    width: 280px;
    margin: 0 auto 2em; }
    @media (min-width: 400px) {
      .page_team ul.team li {
        float: left;
        width: 50%; } }
    @media (min-width: 800px) {
      .page_team ul.team li {
        width: 33%; } }
    .page_team ul.team li a.persoon {
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      color: #235fa9;
      display: block; }
    .page_team ul.team li img {
      display: block;
      width: 80%;
      height: auto;
      margin: 0 auto .5em; }
  .page_team ul.team li.clear {
    height: 8em;
    width: 100%; }
.page_team ul.team.hover a.persoon {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5; }
.page_team ul.team.hover a.persoon:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1; }
.page_team h2.subkop {
  margin-bottom: 1em; }

.parent_team #header {
  background: #f4f4f4;
  background-image: url(/inc/img/bg-header.png);
  background-size: 70% 70%;
  background-repeat: repeat-x;
  background-position: top left;
  margin-bottom: 2em;
  overflow: hidden;
  padding-bottom: 17em; }
  @media (min-width: 600px) and (min-height: 50px) {
    .parent_team #header {
      padding-bottom: 21em; } }
  @media (min-width: 600px) and (min-height: 650px) {
    .parent_team #header {
      padding-bottom: 25em; } }
  @media (min-width: 600px) and (min-height: 800px) {
    .parent_team #header {
      padding-bottom: 29em; } }
  .parent_team #header .bg {
    background: none;
    position: absolute; }
  .parent_team #header .pofielfoto {
    height: 100%;
    position: absolute;
    bottom: -10px;
    z-index: 4; }
    @media (max-width: 799px) {
      .parent_team #header .pofielfoto {
        width: 50%;
        left: 1em;
        margin-left: 1em;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none; } }
    .parent_team #header .pofielfoto img {
      position: absolute;
      bottom: 0;
      height: 65%;
      left: 0em;
      width: auto;
      z-index: 100; }
      @media (min-width: 600px) {
        .parent_team #header .pofielfoto img {
          height: 75%;
          left: -2em; } }
      @media (min-width: 800px) {
        .parent_team #header .pofielfoto img {
          height: 85%; } }
  .parent_team #header .balk {
    bottom: 1em;
    height: auto;
    overflow: hidden;
    font-size: 1.1em;
    padding: 0;
    min-height: 6em; }
    .parent_team #header .balk .inner {
      padding: 0; }
      .parent_team #header .balk .inner .quote {
        border: 0;
        margin: 0;
        padding: 0.5em 12em 0.5em 15em;
        line-height: 1.3;
        display: none;
        text-align: left; }
        @media (min-width: 600px) {
          .parent_team #header .balk .inner .quote {
            display: block; } }
        @media (min-width: 800px) {
          .parent_team #header .balk .inner .quote {
            padding-left: 49%; } }
        @media (min-width: 900px) {
          .parent_team #header .balk .inner .quote {
            padding-left: 47%; } }
      .parent_team #header .balk .inner ul.contact {
        position: absolute;
        right: 0;
        top: 0.5em;
        text-align: left;
        width: 10em; }
        .parent_team #header .balk .inner ul.contact * {
          line-height: 1.7; }
        .parent_team #header .balk .inner ul.contact li a:hover {
          text-decoration: underline; }
        .parent_team #header .balk .inner ul.contact li a em {
          display: inline-block;
          width: 1.7em;
          text-align: center; }
@media (min-width: 800px) {
  .parent_team .content .inner, .parent_team #header .pofielfoto {
    width: 60%;
    max-width: 40em; } }
.parent_team .content .inner .quote {
  font-size: 110%;
  font-weight: 100;
  margin-bottom: 2em; }
  @media (min-width: 600px) {
    .parent_team .content .inner .quote {
      display: none; } }
.parent_team .content ul {
  list-style-type: none; }
  .parent_team .content ul li:before {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    margin: 0.3em 0.5em 0 -1.2em;
    font-size: 70%; }

.parent_team.scrolled #header .bg {
  position: fixed; }

.page_contact .inner.contact {
  padding-top: 2em; }
  .page_contact .inner.contact .forward {
    float: right; }
  .page_contact .inner.contact .adres {
    text-align: left;
    padding-bottom: 1em; }
  .page_contact .inner.contact .hr {
    margin: 2em 0; }
  .page_contact .inner.contact .map {
    height: 20em;
    padding: 1em 0 2em; }
    .page_contact .inner.contact .map .holder {
      height: 100%; }
  .page_contact .inner.contact .route {
    text-align: left;
    padding: 1em 0 2em; }

.delen {
  color: #235fa9;
  padding: 2em;
  text-align: center; }
  .delen .label {
    display: inline-block;
    position: relative;
    top: 0.6em; }
  .delen .btns {
    display: block;
    position: relative;
    top: 1em;
    left: -0.1em; }
    .delen .btns a {
      padding: 0; }
      .delen .btns a > span {
        background: #235fa9; }

@media (min-width: 800px) {
  .inner.nieuws {
    width: 74%;
    max-width: 1000px; } }
.inner.nieuws h1, .inner.nieuws h2 {
  font-size: 1.5em; }
.inner.nieuws .item {
  margin: 2em 0 4em; }
  .inner.nieuws .item .img {
    display: block;
    margin-bottom: 2em;
    width: 100%;
    max-width: 13em;
    height: auto; }
  @media (min-width: 600px) {
    .inner.nieuws .item {
      padding-left: 15em; }
      .inner.nieuws .item .img {
        position: absolute;
        width: 13em;
        float: left;
        margin-left: -15em;
        margin-top: 0.5em; } }
  @media (min-width: 600px) {
    .inner.nieuws .item .reacties {
      float: left;
      width: 13em;
      position: absolute;
      left: 0;
      top: 24em; } }
  .inner.nieuws .item .inhoud img {
    max-width: 26em;
    margin: 1em 0 2em; }
  .inner.nieuws .item .inhoud .moed-fotos {
    width: 100%; }
@screen (max-width:960px) {
  .inner.nieuws .item .inhoud .moed-fotos {
    width: 100%; } }
  .inner.nieuws .item .inhoud .moed-fotos img {
    float: left;
    margin: 0 15px 15px 0;
    height: 100px;
    width: auto; }
  .inner.nieuws .item .delen {
    float: left;
    text-align: left;
    color: #235fa9;
    padding: 0.5em 0 0; }
    .inner.nieuws .item .delen .label {
      display: inline-block;
      position: relative;
      top: 0.6em; }
    .inner.nieuws .item .delen .btns {
      display: block;
      position: relative;
      top: 1em;
      left: -0.1em; }
      .inner.nieuws .item .delen .btns a {
        padding: 0; }
        .inner.nieuws .item .delen .btns a > span {
          background: #235fa9; }
  .inner.nieuws .item a.leesmeer {
    float: right;
    padding-top: 0.8em; }
    .inner.nieuws .item a.leesmeer:after {
      padding-left: 0.4em;
      content: "\f078";
      font-family: 'FontAwesome';
      font-size: 70%;
      top: -0.3em;
      position: relative; }
  .inner.nieuws .item a.leesmeer.active:after {
    content: "\f00d"; }

.page_jubileumsymposium-moed-1-okt-2015 .inner.nieuws .inhoud {
  min-height: 1600px; }

.inner.nieuwsbrief h2 {
  text-align: center;
  padding-bottom: 0.4em; }
.inner.nieuwsbrief .btn {
  display: block;
  margin: auto; }

.list {
  background: #e2e2e2; }
  .list ul {
    margin: 1px auto;
    padding: 1em 0 2em; }
  .list li {
    width: 100%;
    margin-bottom: 1em;
    position: relative; }
    @media (min-width: 600px) {
      .list li {
        float: left;
        width: 50%;
        height: 31em;
        height: 29em; } }
    @media (min-width: 800px) {
      .list li {
        width: 33%; } }
    @media (min-width: 1000px) {
      .list li {
        width: 25%; } }
    .list li a.item {
      display: block;
      background: #ffffff;
      width: 90%;
      margin: auto;
      position: relative;
      min-height: 13em;
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: box-shadow 0.5s ease;
      -moz-transition: box-shadow 0.5s ease;
      -o-transition: box-shadow 0.5s ease;
      -ms-transition: box-shadow 0.5s ease;
      transition: box-shadow 0.5s ease; }
      .list li a.item span.soort {
        display: block;
        height: 2em;
        color: #235fa9;
        line-height: 2em;
        padding: 0 1em; }
      .list li a.item div.img {
        height: 12em;
        background: #e2e2e2;
        position: relative;
        overflow: hidden;
        margin: 0 1em; }
        .list li a.item div.img img {
          position: relative;
          display: block;
          height: 100%;
          width: auto; }
      .list li a.item .text {
        padding: 1em 1em 0;
        color: #666;
        font-weight: 100;
        line-height: 1.1;
        margin-bottom: 1em;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
        @media (min-width: 600px) {
          .list li a.item .text {
            max-height: 12.6em;
            max-height: 10.6em;
            overflow: hidden; } }
        .list li a.item .text h2 {
          color: #235fa9;
          font-size: 1.2em;
          line-height: 1em;
          margin-bottom: 0.5em; }
        @media (min-width: 1000px) {
          .list li a.item .text .hint {
            font-size: 90%; } }
      .list li a.item .btn {
        margin: 0 1em 1em; }
      .list li a.item:hover {
        -webkit-box-shadow: 0.1em 0.1em 0.7em 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0.1em 0.1em 0.7em 0 rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0.1em 0.1em 0.7em 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0.1em 0.1em 0.7em 0 rgba(0, 0, 0, 0.4); }
        .list li a.item:hover .text {
          max-height: 40em; }
    .list li .AsInPage {
      position: absolute;
      top: 0;
      right: 1em;
      width: 110px; }
    .list li:hover {
      z-index: 190; }
  .list li.clear {
    height: 1em; }

.parent_werk .tab.praktijkvoorbeelden .list li {
  height: auto; }
  .parent_werk .tab.praktijkvoorbeelden .list li a.item {
    border-radius: 0.2em;
    overflow: hidden;
    text-align: center; }
    .parent_werk .tab.praktijkvoorbeelden .list li a.item h3 {
      color: #235fa9;
      margin-bottom: 0.4em; }
    .parent_werk .tab.praktijkvoorbeelden .list li a.item div.img {
      height: auto;
      margin: 0; }
      .parent_werk .tab.praktijkvoorbeelden .list li a.item div.img img {
        width: 100%;
        height: auto; }

.parent_publicaties #header, .top_mbz #header {
  background-size: contain;
  background-position: bottom;
  padding-bottom: 10em;
  margin-bottom: 1em; }
  @media (min-width: 450px) {
    .parent_publicaties #header, .top_mbz #header {
      padding-bottom: 11em; } }
  @media (min-width: 600px) {
    .parent_publicaties #header, .top_mbz #header {
      padding-bottom: 12em; } }
  @media (min-width: 750px) {
    .parent_publicaties #header, .top_mbz #header {
      padding-bottom: 13em; } }
  @media (min-width: 900px) {
    .parent_publicaties #header, .top_mbz #header {
      padding-bottom: 14em; } }
  @media (min-width: 1050px) {
    .parent_publicaties #header, .top_mbz #header {
      padding-bottom: 15em; } }
  @media (min-width: 1200px) {
    .parent_publicaties #header, .top_mbz #header {
      padding-bottom: 16em; } }
  @media (min-width: 2600px) {
    .parent_publicaties #header, .top_mbz #header {
      padding-bottom: 19em; } }
@media (min-width: 800px) {
  .parent_publicaties .left, .parent_publicaties .right, .top_mbz .left, .top_mbz .right {
    float: left;
    margin: 0 5%; }
  .parent_publicaties .left, .top_mbz .left {
    width: 40%;
    margin-right: 0;
    clear: left; }
  .parent_publicaties .right, .top_mbz .right {
    width: 45%;
    float: right; } }
.parent_publicaties .img, .top_mbz .img {
  width: 100%;
  margin-bottom: 2em; }
  @media (max-width: 800px) {
    .parent_publicaties .img, .top_mbz .img {
      max-width: 25em; } }
.parent_publicaties .text, .top_mbz .text {
  margin: 2em 0; }
  .parent_publicaties .text strong, .top_mbz .text strong {
    color: #235fa9; }
@media (max-width: 800px) {
  .parent_publicaties .info, .top_mbz .info {
    border-top: 1px solid #e2e2e2;
    padding-top: 2em; } }
.parent_publicaties .info h4, .top_mbz .info h4 {
  font-size: 110%;
  color: #000000; }
.parent_publicaties .info .spec, .top_mbz .info .spec {
  width: 45%;
  float: left;
  margin: 0.5em 5% 0.5em 0; }
.parent_publicaties .info .toelichting, .top_mbz .info .toelichting {
  margin: 1em 0 2em;
  background: #235fa9;
  color: #ffffff;
  padding: 1em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  max-width: 21em; }
  .parent_publicaties .info .toelichting a, .top_mbz .info .toelichting a {
    margin-top: 0.5em;
    display: inline-block;
    color: #e2e2e2; }
    .parent_publicaties .info .toelichting a:hover, .top_mbz .info .toelichting a:hover {
      color: #ffffff; }

.wrap .text.image img {
  width: 100%; }

.top_mbz .text {
  max-width: 36em; }
.top_mbz .text.koptext {
  margin: 0; }
@media (max-width: 799px) {
  .top_mbz .left img {
    width: 50%;
    max-width: 300px;
    min-width: 200px; } }
@media (min-width: 800px) {
  .top_mbz .left {
    width: 25%; }
  .top_mbz .right {
    width: 60%; } }

.bestelfrm2 {
  width: 100%; }
  .bestelfrm2 td {
    padding: 0.2em 0.6em; }
  .bestelfrm2 .space td {
    padding-top: 1.4em; }

.parent_werk .content .inner .intro, .page_team .intro {
  text-align: left; }

.inner.klantlogin form .label {
  height: 2em;
  line-height: 2em; }
@media (min-width: 900px) {
  .inner.klantlogin form .label {
    float: left;
    clear: both;
    width: 9em; }
  .inner.klantlogin form input {
    float: left; }
  .inner.klantlogin .column {
    float: left;
    width: 50%; }
  .inner.klantlogin .column.col1 {
    padding-right: 5%;
    border-right: 1px solid #eee; }
  .inner.klantlogin .column.col2 {
    padding-left: 5%; } }
.inner.klantlogin .column {
  max-width: 40em; }
.inner.klantlogin h1 {
  margin-bottom: 1em;
  font-size: 150%;
  font-weight: 100;
  color: #235fa9; }

#cookiebar {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  border-top: 1px solid #ccc;
  box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.3);
  background: #eee;
  z-index: 400; }

#cookiebar div {
  font-size: 1em;
  text-align: left;
  padding: 1.4em 1em 1.5em 2em;
  padding-right: 10em;
  line-height: 1.6; }

#cookiebar * {
  color: #000; }

#cookiebar p {
  display: inline; }

#cookiebar a {
  text-decoration: underline; }

#cookiebar a.close {
  text-decoration: none;
  display: inline-block;
  background: #235fa9;
  padding: 0.4em 1em;
  border-radius: 0.5em;
  margin-left: 2em;
  position: absolute;
  top: 1em;
  right: 2em;
  width: 4em; }
  #cookiebar a.close:hover {
    background: #333; }

#cookiebar a.close span {
  color: #fff; }

@media (max-width: 640px) {
  #cookiebar div {
    font-size: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    text-align: center; }

  #cookiebar a.close {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: 1em auto; } }
.slider {
  /* defaults for resposive height container */
  position: relative;
  width: 100%;
  height: 300px;
  margin: auto; }
  .slider .image-text {
    bottom: 1em;
    left: 7em; }
  .slider .iosSlider {
    width: 100%;
    opacity: 0;
    /* this height ends up being your maximum height, 
     * if you want it to scale forever, set it to 
     * a very high number */
    height: 1500px; }
    .slider .iosSlider .sliderInner {
      width: 100%;
      height: 100%; }
      .slider .iosSlider .sliderInner .item {
        float: left;
        padding: 0;
        margin: 0;
        width: 100%;
    /*
    max-width: 1300px;
    @media (min-width: 1300px) {
      @media (max-height: 900px) {
        width: 1000px;
        margin-left:-150px;
        margin-right:150px;
      }
      @media (max-height: 800px) {
        width: 900px;
        margin-left:-200px;
        margin-right:200px;
      }
    }

    img {
      position: relative;
      top: 0;
      left: 0;
      max-width: 1300px;
      width: 100%;
      height: auto;
      margin: 0 auto;
    }
    */ }
  .slider .next-slide, .slider .prev-slide {
    position: absolute;
    top: 50%;
    width: 3em;
    height: 2.5em;
    margin-top: -1.25em;
    background-image: url(/inc/img/slider-next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .slider .next-slide {
    right: 0.5em; }
    @media (min-width: 640px) {
      .slider .next-slide {
        right: 2em; }
        .slider .next-slide:hover {
          right: 1.5em; } }
  .slider .prev-slide {
    left: 0.5em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media (min-width: 640px) {
      .slider .prev-slide {
        left: 2em; }
        .slider .prev-slide:hover {
          left: 1.5em; } }

.slider.testimonials {
  max-width: 1400px;
  height: 0;
  padding-bottom: 19em;
  margin: 2em auto;
  /*    
      .indicate {
        position:absolute;
        z-index:10;
        bottom:1em;
        @extend %centerX;
  
        //width:80%;
        height:1em;
        text-align:center;
        .item {
          display:inline-block;
          cursor:pointer;
    
          width:0.6em;
          height:0.6em;
          margin:0.2em;
          @include border-radius(100%);
          background:$lightgray;
        }
        .item.selected {
          background:$green;
        }  
      }
      
      @media (max-width:$mobile_end) {
        .next-slide, .prev-slide {
          display:none;
        }
      }
      @media (min-width:$desktop_start) {
        padding-bottom: 29em;
        @media (min-width:900px) {
          padding-bottom: 31em;
        }
        @media (min-width:1400px) {
          //padding-bottom: 26em;
        }
        .indicate {
          display:none;
        }
        .iosSlider {
          .sliderInner {
            .item {
              .inner {
                .foto {
                  width:13%;
                }
                .naam {
                  font-size:120%;
                }
                .text {
                  font-size:150%;
                }
                @media (min-width:900px) {
                  .naam {
                    font-size:140%;
                  }
                  .text {
                    font-size:190%;
                  }
                }
              }
            }
          }
        }
      }
  */ }
  .slider.testimonials .iosSlider .sliderInner .item {
    height: 19em; }
    .slider.testimonials .iosSlider .sliderInner .item .inner {
      width: 100%;
      height: 100%;
      position: relative;
      margin: auto;
      text-align: center;
      line-height: 1.3; }
      .slider.testimonials .iosSlider .sliderInner .item .inner .foto {
        width: 9em;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0; }
        @media (min-width: 500px) {
          .slider.testimonials .iosSlider .sliderInner .item .inner .foto {
            width: 12em; } }
        .slider.testimonials .iosSlider .sliderInner .item .inner .foto img {
          width: 100%;
          display: block;
          position: relative;
          margin: 0; }
      .slider.testimonials .iosSlider .sliderInner .item .inner .text {
        font-size: 100%;
        position: absolute;
        width: 100%;
        bottom: 1em;
        left: 0;
        padding-left: 10em; }
        @media (min-width: 500px) {
          .slider.testimonials .iosSlider .sliderInner .item .inner .text {
            padding-left: 14em; } }
        @media (min-width: 500px) {
          .slider.testimonials .iosSlider .sliderInner .item .inner .text .text-inner {
            font-size: 130%; } }
        .slider.testimonials .iosSlider .sliderInner .item .inner .text .text-inner .naam {
          padding: 2em 0 1em;
          font-weight: 700;
          font-size: 80%; }

.slider.testimonials {
  border-bottom: 2px solid #235fa9; }

/*# sourceMappingURL=style.css.map */
