@font-face {
  font-family: 'gillsans-light';
  src: url('../font/gillsans-light.eot');
  src: url('../font/gillsans-light.eot?#iefix') format('embedded-opentype'), url('../font/gillsans-light.woff') format('woff'), url('../font/gillsans-light.ttf') format('truetype'), url('../font/gillsans-light.svg#gillsans-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gillsans-lightitalic';
  src: url('../font/gillsans-lightitalic.eot');
  src: url('../font/gillsans-lightitalic.eot?#iefix') format('embedded-opentype'), url('../font/gillsans-lightitalic.woff') format('woff'), url('../font/gillsans-lightitalic.ttf') format('truetype'), url('../font/gillsans-lightitalic.svg#gillsans-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneueltcom-roman';
  src: url('../font/helveticaneueltcom-roman.eot');
  src: url('../font/helveticaneueltcom-roman.eot?#iefix') format('embedded-opentype'), url('../font/helveticaneueltcom-roman.woff') format('woff'), url('../font/helveticaneueltcom-roman.ttf') format('truetype'), url('../font/helveticaneueltcom-roman.svg#helveticaneueltcom-roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
body,
a,
a:hover {
  color: black;
  font-family: 'Dosis', sans-serif;
}
body {
  font-size: 15px;
}
/* kleuren */

/* licht groen */

/* blauw */

/* oranje */

/* breakpunten */

/* buttons */

.btn,
.btn:hover {
  border: 0;
  color: white;
}
.btn-primary {
  background-color: #acc05c;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #8ea23d;
}
.btn-secondary {
  background-color: #203983;
}
.btn-secondary:hover,
btn-secondary:active {
  background-color: #0d2363;
}
.btn-info {
  background-color: #df9b2b;
}
.btn-info:hover,
.btn-info:active {
  background-color: #ce850e;
}
.btn-default,
.btn-default:hover {
  color: black;
  border: solid 1px #cccccc;
}
.btn-arrow-right:before {
  font-family: fontello;
  content: '\e806';
  font-size: 20px;
  line-height: 10px;
  position: relative;
  top: 2px;
  margin-right: 7px;
}
.btn-sm.btn-arrow-right:before {
  font-size: 18px;
}
/* /buttons */

.left-border {
  background-image: url(../images/vertical-border.png);
  background-repeat: no-repeat;
  min-height: 380px;
}
@media (max-width: 767px) {
  .left-border {
    background: none;
    min-height: 0;
  }
}
.breadcrumb {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb a {
  color: #acc05c;
  font-size: 13px;
}
.form-control:focus {
  outline: none;
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-lg {
  font-size: 14px;
}
.list-date li {
  position: relative;
  padding-left: 90px;
  padding: 5px 0 5px 90px;
  line-height: 16px;
}
.list-date li time {
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 480px) {
  .list-date li {
    padding-left: 0;
  }
  .list-date li time {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}
label {
  font-weight: normal;
}
h1,
h2 {
  font-family: gillsans-light;
  color: #abcb59;
  font-weight: 700;
}
.container-fluid {
  max-width: 2200px;
  width: 100%;
}
header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
  background: white;
}
header .container-fluid {
  width: 100%;
  max-width: 1140px;
  padding-bottom: 15px;
}
@media (min-width: 576px) {
  header .container-fluid {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  header .container-fluid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  header .container-fluid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  header .container-fluid {
    max-width: 1140px;
  }
}
header > .container-fluid {
  padding: 0 15px 15px 1px;
  position: relative;
}
.active {
  font-weight: bold;
}
.slide {
  margin: 0 -15px;
  height: 200px;
  /*background-attachment: fixed;*/
  background-position: top center;
  background-size: cover;
  -moz-box-shadow: inset 0 20px 20px -20px black, inset 0 -20px 20px -20px black;
  -webkit-box-shadow: inset 0 20px 20px -20px black, inset 0 -20px 20px -20px black;
  box-shadow: inset 0 20px 20px -20px black, inset 0 -20px 20px -20px black;
}
.bg-gras {
  background-image: url(../images/bg-gras-lg.jpg);
}
.bg-appels {
  background-image: url(../images/bg-appels-lg.jpg);
}
article {
  padding: 30px 0;
}
.background-info {
  background-color: #df9b2b;
  color: white;
}
.background-secondary {
  background-color: #203983;
  color: white;
}
.background-primary {
  background-color: #acc05c;
  color: white;
}
/* topnavigatie */

.topnav {
  position: absolute;
  top: 10px;
  right: 22px;
  width: 350px;
  height: 80px;
  z-index: 1;
}
@media (min-width: 879px) {
  .topnav {
    width: 450px;
  }
}
@media (min-width: 1023px) {
  .topnav {
    width: 650px;
  }
}
.topnav .navbar-nav > li {
  padding: 0;
}
.topnav .navbar-nav > li > a,
.topnav .navbar-nav > li > a:hover,
.topnav .navbar-nav > li > a:focus {
  padding: 7px 15px;
  background-color: transparent;
}
.topnav .navbar-nav > li.bordered > a {
  border: solid 1px #cccccc;
  border-radius: 6px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1023px) {
  .topnav .navbar-nav > li.bordered > a {
    max-width: 230px;
  }
}
@media (min-width: 1300px) {
  .topnav .navbar-nav > li.bordered > a {
    max-width: 250px;
  }
}
.topnav .navbar-nav .open .dropdown-menu {
  padding: 10px;
  right: 0;
  left: auto;
}
/* /topnavigatie */

.nav-list li {
  border-top: solid 1px gainsboro;
}
.nav-list li a {
  padding: 5px 0 5px 5px;
  display: block;
}
.nav-list li a:hover {
  color: black;
  text-decoration: none;
  background: #013888;
  color: white;
}
.nav-list > li > a {
  font-size: 18px;
  font-family: gillsans-light;
}
.nav-list > li > ul li {
  margin-left: 20px;
}
.nav-list > li li a {
  padding-left: 25px;
  position: relative;
}
.nav-list > li li a.active:before {
  position: absolute;
  top: 6px;
  left: 5px;
  z-index: 3;
  font-family: fontello;
  content: '\e808';
  font-size: 13px;
  color: #666666;
}
.nav-list > li li a.active:hover::before {
  color: white;
}
/* zoekwrapper in header */

.zoek-wrapper {
  position: relative;
  margin-top: 15px;
  border: solid 1px #cccccc;
  border-radius: 6px;
  height: 45px;
  width: 100%;
}
.zoek-wrapper input[type=text],
.zoek-wrapper button {
  border: 0;
  padding: 0;
  height: 43px;
  outline: none;
  background-color: transparent;
}
.zoek-wrapper button {
  width: 61px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-left: solid 1px #cccccc;
}
.zoek-wrapper input[type=text] {
  width: 100%;
  padding: 0 70px 0 10px;
}
@media (max-width: 880px) {
  .zoek-wrapper {
    margin-top: 15px;
  }
}
/* /zoekwrapper in header */

/* main visual */

.head-visual {
  position: relative;
}
.head-visual img.visual {
  max-width: 100%;
  max-height: 275px;
  width: 100%;
}
.head-visual .payoff {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50px;
  color: white;
  font-family: gillsans-lightitalic;
}
.head-visual .button-wrapper {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  width: 250px;
}
.head-visual .button-wrapper > .btn {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .head-visual .payoff {
    font-size: 100px;
    line-height: 80px;
    height: 240px;
    margin-top: -120px;
    max-width: 300px;
  }
  .head-visual .payoff.small {
    height: 80px;
    margin-top: -40px;
    font-size: 72px;
    max-width: 700px;
  }
}
@media (max-width: 1199px) {
  .head-visual .payoff {
    font-size: 80px;
    line-height: 60px;
    height: 180px;
    margin-top: -90px;
    max-width: 300px;
  }
  .head-visual .payoff.small {
    height: 60px;
    margin-top: -30px;
    font-size: 52px;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .head-visual .payoff {
    font-size: 40px;
    left: 20px;
    line-height: 35px;
    max-width: 80%;
    height: 80px;
    margin-top: -40px;
  }
  .head-visual .payoff.small {
    height: 40px;
    margin-top: -20px;
    font-size: 40px;
    max-width: 400px;
  }
}
/* /main visual */

/* hoofdnavigatie */

.mainnav {
  height: 50px;
}
.mainnav ul {
  display: table;
  width: 100%;
  padding-left: 15px;
  margin-bottom: 0;
  margin-top: 5px;
}
.mainnav ul li {
  display: table-cell;
}
.mainnav ul li a,
.mainnav ul li a:hover {
  color: white;
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
  font-family: gillsans-light;
}
.mainnav ul li.social a {
  width: 35px;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.mainnav ul li.social a:before {
  font-family: fontello;
  font-size: 30px;
  position: relative;
  top: 4px;
}
.mainnav ul li.social.facebook a:before {
  content: '\e801';
}
.mainnav ul li.social.twitter a:before {
  content: '\e800';
}
@media (max-width: 991px) {
  .mainnav ul li a,
  .mainnav ul li a:hover {
    font-size: 20px;
  }
}
/* /hoofdnavigatie */

/* mobile navigatie, zichtbaar bij XS */

.mobile-nav {
  position: absolute;
  right: 20px;
  top: 16px;
}
.mobile-nav > li.dropdown a {
  background-color: transparent;
}
.mobile-nav > li.dropdown > a,
.mobile-nav > li.dropdown > a:hover {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 10px;
  display: block;
  width: auto;
  height: 45px;
}
.mobile-nav > li.dropdown > a:before {
  font-family: fontello;
  content: '\e802';
  font-size: 50px;
  color: #213a84;
}
@media (max-width: 767px) {
  .mobile-nav {
    width: 95%;
  }
  .navbar-nav .open .dropdown-menu {
    padding: 20px 0;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    font-size: 18px;
    padding: 10px 15px 10px 25px;
    white-space: normal;
  }
}
@media (max-width: 505px) {
  .mobile-nav > li.dropdown > a,
  .mobile-nav > li.dropdown > a:hover {
    top: -10px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    left: auto;
    right: 0;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: white;
    -webkit-background-clip: padding-box;
    position: absolute;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
}
.navbar-nav.mobile-nav .open .dropdown-menu {
  padding-right: 75px;
  top: -15px;
}
.navbar-nav .open .dropdown-menu li.closer {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 1;
}
.navbar-nav .open .dropdown-menu li.closer a:before {
  font-family: fontello;
  content: '\e807';
  font-size: 40px;
  color: #213a84;
}
/* /mobile navigatie, zichtbaar bij XS */

/* adviseurs */

.list-persons {
  padding-top: 10px;
}
.list-persons > li {
  text-align: center;
  padding: 0;
  padding-right: 50px;
  float: left;
  margin-bottom: 10px;
}
.list-persons > li a {
  color: #909dc2;
}
.list-persons > li a strong {
  color: white;
}
.list-persons > li img {
  width: 99px;
  height: 99px;
  border-radius: 50px;
  border: solid 7px #df9b2b;
  -webkit-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.5);
}
.list-unstyled {
  overflow: hidden;
}
@media (max-width: 991px) {
  .list-persons > li {
    width: 32%;
  }
}
@media (max-width: 599px) {
  .list-persons > li {
    width: 49%;
  }
}
@media (max-width: 430px) {
  .list-persons > li {
    width: 100%;
  }
}
/* /adviseurs */

.breadcrumb {
  background: transparent;
}
.thumb-view img {
  max-width: 150px;
  max-height: 150px;
  margin-bottom: 10px;
  border: solid 1px #cccccc;
}
.media.right {
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}
.media.left {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
time {
  font-family: gillsans-lightitalic;
  color: #acc05c;
  font-size: 16px;
}
address {
  line-height: 24px;
}
footer {
  padding: 60px 0;
  -webkit-box-shadow: inset 0px 15px 12px -10px rgba(50, 50, 50, 0.77);
  -moz-box-shadow: inset 0px 15px 12px -10px rgba(50, 50, 50, 0.77);
  box-shadow: inset 0px 15px 12px -10px rgba(50, 50, 50, 0.77);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
footer a,
footer a:hover {
  color: white;
}
footer li:before {
  content: '|';
  margin-right: 10px;
}
footer li:first-child::before {
  content: '';
  margin-right: 0;
}
@media (max-width: 767px) {
  footer li:before {
    content: '';
  }
  footer .list-inline > li {
    display: block;
  }
  footer .col-sm-6 > div {
    text-align: center;
    float: none !important;
  }
}
@media (max-width: 767px) {
  .search-wrapper {
    padding-top: 0;
  }
  .search-wrapper aside {
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #acc05c;
    background-image: url(../images/blok-bg.png);
    color: white;
  }
  .search-wrapper button.btn.btn-primary {
    background-color: #203983;
  }
}
.map-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
#map-canvas {
  height: 200px;
  width: 100%;
}
.form-error {
  color: red;
}
/* TreeJS styling */

.treeview,
.treeview ul {
  list-style-type: none;
  overflow: hidden;
}
.treeview li {
  text-indent: 1%;
  margin-top: 0.2em;
  padding: 0.15em 0 0em 1em;
  line-height: 22px;
  background-repeat: no-repeat;
  background-size: 13px 16px;
  background-position: 1px 4px;
  background-image: url('/content/img/file-icon.png');
}
.treeview li.contains-items {
  background-image: url('/content/img/folder-icon.png');
}
.treeview li.items-expanded {
  background-image: url('/content/img/folder-icon.png');
}
.treeview > li:hover {
  cursor: pointer;
}
.treeview span.has-node-icon {
  text-indent: 2%;
  margin-top: 0.2em;
  padding: 0.15em 0 0.5em 2.0em;
  line-height: 22px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.treeview span:not(span.has-node-icon):hover {
  background-color: rgba(246, 246, 246, 0.7);
}
.gegevens_wijzigen_content div {
  padding-bottom: 10px;
}
.gegevens_wijzigen_content .gegevensVersturen {
  float: right;
}
.adviseurs-content li {
  display: block;
}
.account-form .form-error ul {
  list-style: none;
  padding: 0px;
}
.nieuws-item-link a {
  text-decoration: none;
}
.c-select {
  padding: 10px;
}
.c-select form select {
  border: solid 1px #cccccc;
  border-radius: 6px;
  padding: 7px 15px;
  width: 100%;
  outline: none;
}
@media (min-width: 768px) {
  .c-select form select {
    max-width: 150px;
    margin-right: 10px;
  }
}
@media (min-width: 1023px) {
  .c-select form select {
    max-width: 230px;
  }
}
@media (min-width: 1300px) {
  .c-select form select {
    max-width: 360px;
  }
}
.c-hero .container-fluid {
  padding: 0;
  position: relative;
}
.logo img {
  max-width: 100%;
  height: auto;
}
.logo {
  display: block;
  margin-left: 6px;
}
.logo {
  width: 70%;
}
@media (min-width: 375px) {
  .logo {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .logo {
    margin-top: 20px;
    width: 280px;
  }
}
@media (min-width: 992px) {
  .logo {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .logo {
    width: 380px;
    margin-top: 0;
  }
}
footer {
  display: flex;
  flex-direction: column;
  background: #8a8a8a;
  padding: 40px 0;
  max-width: 2200px;
  width: 100%;
  margin: 0 auto;
}
.footer__column {
  display: flex;
  flex-direction: column;
  margin-right: 80px;
}
.footer__column + .footer__column {
  margin-top: 40px;
}
.footer__item,
.footer__item a {
  color: white;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.footer__item span {
  display: inline-block;
  font-weight: 500;
  color: #abcb59;
  min-width: 30px;
  font-weight: 600;
}
.footer__item.is-heading {
  font-size: 17.6px;
  color: #abcb59;
  text-transform: uppercase;
  font-weight: 600;
}
footer .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer__row {
  flex: 100%;
}
.footer__brand {
  font-family: 'Dosis', sans-serif;
  color: #013888;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  footer .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  footer .container {
    max-width: 720px;
    flex-direction: row;
  }
  .footer__column + .footer__column {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  footer .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  footer .container {
    max-width: 1140px;
  }
}
.c-contentwrapper {
  max-width: 2200px;
  margin: 0 auto;
  min-height: 400px;
  background: white url(/Content/images/content-bg.jpg) no-repeat 50% 100%;
  background-size: contain;
}
.c-nav {
  max-width: 2200px;
  margin: 0 auto;
  background-color: #013888;
}
.c-nav .section {
  display: flex;
  flex-direction: row;
}
.c-nav__item {
  margin-right: 10px;
}
@media (min-width: 576px) {
  .c-nav__item {
    margin-right: 30px;
  }
}
.c-nav__link {
  color: white;
  text-decoration: none;
  padding: 20px 10px;
  display: inline-block;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
}
.c-nav__link:hover,
.c-nav__link.is-active {
  color: white;
  text-decoration: underline;
}
.c-hero {
  max-width: 2200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 200px;
}
@media (min-width: 768px) {
  .c-hero {
    height: auto;
  }
}
.c-hero__placeholder {
  position: relative;
  z-index: 1;
}
.c-hero__placeholder img {
  width: 100%;
}
.c-hero__visual {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-size: cover;
  background-image: url(/Content/images/mijn-visual.jpg);
  background-position: center center;
}
.section {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .section {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .section {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .section {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .section {
    max-width: 1140px;
  }
}
