html.overlay-open .navbar-fixed-top {
    z-index: 400;
  }
  html.js fieldset.collapsed {
    height: auto;
  }
  html.js input.form-autocomplete {
    background-image: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: 'Roboto Slab';
    line-height: 1.1;
    color: #009aaf;
  }
  /* responsive H1,H2,H3 en P, BTN, Input, Div, Span, H4 */@media screen and (max-width: 992px) {
 /* Devices, Desktops */
    p,
    .btn,
    input,
    div,
    span,
    h4 {
      font-size: 100%;
    }
    h1 {
      font-size: 28px;
    }
    h2 {
      font-size: 26px;
    }
    h3 {
      font-size: 22px;
    } 
}@media screen and (max-width: 768px) {
 /* Devices, Tablet */
    p,
    .btn,
    input,
    div,
    span,
    h4 {
      font-size: 100%;
    }
    h1 {
      font-size: 24px;
    }
    h2 {
      font-size: 22px;
    }
    h3 {
      font-size: 20px;
    } 
}@media screen and (max-width: 480px) {
 /* Devices, Phones */
    p,
    .btn,
    input,
    div,
    span,
    h4 {
      font-size: 98%;
    }
    h1 {
      font-size: 24px;
    }
    h2 {
      font-size: 22px;
    }
    h3 {
      font-size: 20px;
    } 
}body {
    font-family: 'Roboto Slab';
    line-height: 1.8;
    color: inherit;
    font-size: 18px;
    color: #7e7e7e;
  }
  a {
    color: #ff7800;
  }
  a:hover {
    color: #ff912f;
    text-decoration: none;
  }
  body {
    position: relative;
  }
  body.admin-expanded.admin-vertical.admin-nw .navbar,
  body.admin-expanded.admin-vertical.admin-sw .navbar {
    margin-left: 260px;
  }
  body.navbar-is-fixed-top {
    padding-top: 64px !important;
  }
  body.navbar-is-fixed-bottom {
    padding-bottom: 64px !important;
  }
  body.toolbar {
    padding-top: 30px !important;
  }
  body.toolbar .navbar-fixed-top {
    top: 30px;
  }
  body.toolbar.navbar-is-fixed-top {
    padding-top: 94px !important;
  }
  body.toolbar-drawer {
    padding-top: 64px !important;
  }
  body.toolbar-drawer .navbar-fixed-top {
    top: 64px;
  }
  body.toolbar-drawer.navbar-is-fixed-top {
    padding-top: 128px !important;
  }
  body.admin-menu .navbar-fixed-top {
    top: 29px;
  }
  body.admin-menu.navbar-is-fixed-top {
    padding-top: 93px !important;
  }
  body div#admin-toolbar {
    z-index: 1600;
  }
  body #toolbar,
  body #admin-menu,
  body #admin-toolbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body #admin-menu {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1600;
  }
  body #admin-menu .dropdown li {
    line-height: normal;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #009aaf;
    border-color: #428bca;
  }
  .btn-default {
    color: #fff;
    background-color: #009aaf;
    border-color: #66c2cf;
    border: 0px solid white;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
  }
  .btn-default:hover {
    color: #fff;
    background-color: #66c2cf;
    border-color: #66c2cf;
    box-shadow: none;
    -webkit-transition: all 800ms ;
    -moz-transition: all 800ms ;
    -o-transition: all 800ms ;
    transition: all 800ms ;
  }
  .btn-primary {
    color: #fff;
    background-color: #009aaf;
    border-color: #66c2cf;
    border: 0px solid white;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
  }
  .btn-primary a {
    color: #fff;
    text-decoration: none;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary {
    background-color: #66c2cf;
    border-color: #66c2cf;
    box-shadow: none;
    -webkit-transition: all 800ms ;
    -moz-transition: all 800ms ;
    -o-transition: all 800ms ;
    transition: all 800ms ;
  }
  .btn-primary:hover a,
  .btn-primary:focus a,
  .btn-primary:active a,
  .btn-primary.active a,
  .open .dropdown-toggle.btn-primary a {
    color: #fff;
    text-decoration: none;
  }
  .btn-info {
    color: #fff;
    background-color: #009aaf;
    border-color: #66c2cf;
    border: 0px solid white;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
  }
  .btn-info a {
    color: #fff;
    text-decoration: none;
  }
  .btn-info:hover {
    background-color: #66c2cf;
    border-color: #66c2cf;
    box-shadow: none;
    -webkit-transition: all 800ms ;
    -moz-transition: all 800ms ;
    -o-transition: all 800ms ;
    transition: all 800ms ;
  }
  .btn-info:hover a {
    color: #fff;
    text-decoration: none;
  }@media (max-width: 768px) {
 .btn-responsive {
      padding: 2px 4px;
      font-size: 80%;
      line-height: 1;
      border-radius: 3px;
    } 
}@media (min-width: 769px) and (max-width: 992px) {
 .btn-responsive {
      padding: 4px 9px;
      font-size: 90%;
      line-height: 1.2;
    } 
}.navbar.container {
    margin-top: 20px;
  }@media screen and (min-width: 768px) {
 .navbar.container {
      max-width: 720px;
    } 
}@media screen and (min-width: 992px) {
 .navbar.container {
      max-width: 940px;
    } 
}@media screen and (min-width: 1200px) {
 .navbar.container {
      max-width: 1140px;
    } 
}.navbar.container > .container {
    margin: 0;
    padding: 0;
    width: auto;
  }
  #overlay-container,
  .overlay-modal-background,
  .overlay-element {
    z-index: 1500;
  }
  #toolbar {
    z-index: 1600;
  }
  .modal {
    z-index: 1620;
  }
  .modal-dialog {
    z-index: 1630;
  }
  .modal-backdrop {
    z-index: 1610;
  }
  .footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
  }
  .element-invisible {
    margin: 0;
    padding: 0;
    width: 1px;
  }
  .navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }@media screen and (min-width: 768px) {
 .navbar .logo {
      margin-right: 0;
      padding-left: 0;
    } 
}ul.secondary {
    float: left;
  }@media screen and (min-width: 768px) {
 ul.secondary {
      float: right;
    } 
}.page-header {
    margin-top: 0;
  }
  .block:first-child h2.block-title {
    margin-top: 0;
  }
  p:last-child {
    margin-bottom: 0;
  }
  .region-help > .glyphicon {
    font-size: 18px;
    float: left;
    margin: -0.05em 0.5em 0 0;
  }
  .region-help .block {
    overflow: hidden;
  }
  form#search-block-form {
    margin: 0;
  }
  .navbar #block-search-form {
    float: none;
    margin: 5px 0 5px 5px;
  }@media screen and (min-width: 992px) {
 .navbar #block-search-form {
      float: right;
    } 
}.navbar-search .control-group {
    margin-bottom: 0px;
  }
  ul.action-links {
    margin: 12px 0;
    padding: 0;
  }
  ul.action-links li {
    display: inline;
    margin: 0;
    padding: 0 6px 0 0;
  }
  ul.action-links .glyphicon {
    padding-right: 0.5em;
  }
  input,
  textarea,
  select,
  .uneditable-input {
    max-width: 100%;
    width: auto;
  }
  input.error {
    color: #b94a48;
    border-color: #ebccd1;
  }
  fieldset legend.panel-heading {
    float: left;
    line-height: 1em;
    margin: 0;
  }
  fieldset .panel-body {
    clear: both;
  }
  fieldset .panel-heading a.panel-title {
    color: inherit;
    display: block;
    margin: -10px -15px;
    padding: 10px 15px;
  }
  fieldset .panel-heading a.panel-title:hover {
    text-decoration: none;
  }
  .form-actions {
    clear: both;
  }
  .resizable-textarea textarea {
    border-radius: 4px 4px 0 0;
  }
  .radio:first-child,
  .checkbox:first-child {
    margin-top: 0;
  }
  .radio:last-child,
  .checkbox:last-child {
    margin-bottom: 0;
  }
  .help-block,
  .control-group .help-inline {
    color: #999999;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0;
  }
  .panel-heading {
    display: block;
  }
  a.tabledrag-handle .handle {
    height: auto;
    width: auto;
  }
  .error {
    color: #b94a48;
  }
  div.error,
  table tr.error {
    background-color: #f2dede;
    color: #b94a48;
  }
  .control-group.error {
    background: none;
  }
  .control-group.error label,
  .control-group.error .control-label {
    color: #b94a48;
    font-weight: 600;
  }
  .control-group.error input,
  .control-group.error textarea,
  .control-group.error select,
  .control-group.error .uneditable-input {
    color: #555555;
    border: 1px solid #cccccc;
  }
  .control-group.error .help-block,
  .control-group.error .help-inline {
    color: #333333;
  }
  .list-inline > li.first {
    padding-left: 0;
  }
  .nav-tabs {
    margin-bottom: 10px;
  }
  ul li.collapsed,
  ul li.expanded,
  ul li.leaf {
    list-style: none;
    list-style-image: none;
  }
  .tabs--secondary {
    margin: 0 0 10px;
  }
  .submitted {
    margin-bottom: 1em;
    font-style: italic;
    font-weight: normal;
    color: #777;
  }
  .password-strength {
    width: 17em;
    float: right;
    /* LTR */
    margin-top: 1.4em;
  }
  .password-strength-title {
    display: inline;
  }
  .password-strength-text {
    float: right;
    /* LTR */
    font-weight: bold;
  }
  .password-indicator {
    background-color: #949494;
    height: 0.3em;
    width: 100%;
  }
  .password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #999999;
  }
  input.password-confirm,
  input.password-field {
    width: 16em;
    margin-bottom: 0.4em;
  }
  div.password-confirm {
    float: right;
    /* LTR */
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em;
  }
  div.form-item div.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
  }
  div.password-suggestions ul {
    margin-bottom: 0;
  }
  .confirm-parent,
  .password-parent {
    clear: left;
    /* LTR */
    margin: 0;
    width: 36.3em;
  }
  .progress-wrapper .progress {
    margin-bottom: 10px;
  }
  .pagination ul > li > a.progress-disabled {
    float: left;
  }
  .form-autocomplete .glyphicon {
    color: #999999;
    font-size: 120%;
  }
  .form-autocomplete .glyphicon.glyphicon-spin {
    color: #00798a;
  }
  .form-autocomplete .input-group-addon {
    background-color: #ffffff;
  }
  .ajax-progress .glyphicon {
    font-size: 90%;
    margin: 0 -0.25em 0 0.5em;
  }
  .glyphicon-spin {
    display: inline-block;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
  }
  a .glyphicon-spin {
    display: inline-block;
    text-decoration: none;
  }
  @-moz-keyframes spin {
    0% {
      -moz-transform: rotate(0deg);
    }
    100% {
      -moz-transform: rotate(359deg);
    }
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
    }
  }
  @-o-keyframes spin {
    0% {
      -o-transform: rotate(0deg);
    }
    100% {
      -o-transform: rotate(359deg);
    }
  }
  @-ms-keyframes spin {
    0% {
      -ms-transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(359deg);
    }
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(359deg);
    }
  }
  .glyphicon-refresh {
    -webkit-transform-origin: 50% 45%;
    -moz-transform-origin: 50% 45%;
    -ms-transform-origin: 50% 45%;
    -o-transform-origin: 50% 45%;
    transform-origin: 50% 45%;
  }
  /**
   * Missing Bootstrap 2 tab styling.
   * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
   * @see http://bootply.com/74926
   */
  .tabbable {
    margin-bottom: 20px;
  }
  .tabs-below > .nav-tabs,
  .tabs-left > .nav-tabs,
  .tabs-right > .nav-tabs {
    border-bottom: 0;
  }
  .tabs-below > .nav-tabs .summary,
  .tabs-left > .nav-tabs .summary,
  .tabs-right > .nav-tabs .summary {
    color: #999999;
    font-size: 12px;
  }
  .tab-pane > .panel-heading {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .tabs-below > .nav-tabs {
    border-top: 1px solid #dddddd;
  }
  .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
  }
  .tabs-below > .nav-tabs > li > a {
    border-radius: 0 0 4px 4px;
  }
  .tabs-below > .nav-tabs > li > a:hover,
  .tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #dddddd;
    border-bottom-color: transparent;
  }
  .tabs-below > .nav-tabs > .active > a,
  .tabs-below > .nav-tabs > .active > a:hover,
  .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #dddddd #dddddd #dddddd;
  }
  .tabs-left > .nav-tabs,
  .tabs-right > .nav-tabs {
    padding-bottom: 20px;
    width: 220px;
  }
  .tabs-left > .nav-tabs > li,
  .tabs-right > .nav-tabs > li {
    float: none;
  }
  .tabs-left > .nav-tabs > li:focus,
  .tabs-right > .nav-tabs > li:focus {
    outline: 0;
  }
  .tabs-left > .nav-tabs > li > a,
  .tabs-right > .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: 3px;
  }
  .tabs-left > .nav-tabs > li > a:focus,
  .tabs-right > .nav-tabs > li > a:focus {
    outline: 0;
  }
  .tabs-left > .tab-content,
  .tabs-right > .tab-content {
    border-radius: 0 4px 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #dddddd;
    overflow: hidden;
    padding: 10px 15px;
  }
  .tabs-left > .nav-tabs {
    float: left;
    margin-right: -1px;
  }
  .tabs-left > .nav-tabs > li > a {
    border-radius: 4px 0 0 4px;
  }
  .tabs-left > .nav-tabs > li > a:hover,
  .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  }
  .tabs-left > .nav-tabs > .active > a,
  .tabs-left > .nav-tabs > .active > a:hover,
  .tabs-left > .nav-tabs > .active > a:focus {
    border-color: #dddddd transparent #dddddd #dddddd;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  }
  .tabs-right > .nav-tabs {
    float: right;
    margin-left: -1px;
  }
  .tabs-right > .nav-tabs > li > a {
    border-radius: 0 4px 4px 0;
  }
  .tabs-right > .nav-tabs > li > a:hover,
  .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  }
  .tabs-right > .nav-tabs > .active > a,
  .tabs-right > .nav-tabs > .active > a:hover,
  .tabs-right > .nav-tabs > .active > a:focus {
    border-color: #dddddd #dddddd #dddddd transparent;
  }
  th.checkbox,
  td.checkbox,
  th.radio,
  td.radio {
    display: table-cell;
  }
  .views-display-settings .label {
    font-size: 100%;
    color: #666666;
  }
  .views-display-settings .footer {
    padding: 0;
    margin: 4px 0 0 0;
  }
  table .radio input[type="radio"],
  table .checkbox input[type="checkbox"] {
    max-width: inherit;
  }
  .form-horizontal .form-group label {
    position: relative;
    min-height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
  }@media (min-width: 768px) {
 .form-horizontal .form-group label {
      float: left;
      width: 16.66666667%;
    } 
}.alert a {
    font-weight: bold;
  }
  .alert-success a {
    color: #356635;
  }
  .alert-info a {
    color: #2d6987;
  }
  .alert-warning a {
    color: #a47e3c;
  }
  .alert-danger a {
    color: #953b39;
  }
  /*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /* 
      Created on : 5-nov-2014, 11:05:40
      Author     : sebastiaan
  */
  .secundair {
    position: relative;
    margin: 0 auto;
  }
  .secundair .title {
    color: white;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 90%;
    text-align: center;
    font-weight: 100;
  }
  .secundair img {
    width: 50%;
    height: 50%;
  }@media screen and (min-width: 768px) {
 .secundair img {
      width: 100%;
      height: 100%;
    } 
}@media screen and (min-width: 992px) {
 .secundair img {
      width: 100%;
      height: 100%;
    } 
}@media screen and (min-width: 1200px) {
 .secundair img {
      width: 100%;
      height: 100%;
    } 
}.secundair .lessmore_center {
    position: relative;
    margin: 0 auto;
    display: block;
    /* left: 0; */
    /* right: 0; */
    width: 88px;
  }
  .secundair .lessmore_center .lessmore {
    position: absolute;
    margin-top: -25px;
  }
  /*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /* 
      Created on : 6-nov-2014, 11:06:23
      Author     : sebastiaan
  */
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
    font-weight: 300;
  }
  /*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /* 
      Created on : 7-nov-2014, 9:10:05
      Author     : sebastiaan
  */
  #node-9 {
    background: #66c2cf;
    color: #ffffff;
    margin-top: 15px;
  }
  #node-9 h2 {
    text-align: center;
    font-weight: 300;
  }
  #node-9 h2 a {
    color: #ffffff;
  }
  #node-9 img {
    display: block;
    margin: 0 auto;
  }
  #node-9 .content {
    font-weight: 300;
    height: auto;
  }
  #node-9 .content p {
    font-weight: 100;
    margin-top: 25px;
    margin-bottom: 50px;
  }
  #node-9 .content a {
    color: #009aaf;
  }
  #node-9 .content a:hover {
    color: #bfe5e9;
  }
  #node-9 .content hr {
    display: block;
    height: 1px;
    border: 0;
    width: 70%;
    border-top: 1px solid #00798a;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    margin-left: 0;
  }
  #node-9 .content .phone {
    font-size: 24px;
    font-weight: 100;
  }
  #node-9 .bottomempty {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 0px;
  }
  #node-9 .bottomempty .divider {
    background: transparent;
    position: relative;
    display: block;
    width: 100%;
    height: 14vw;
    overflow: hidden;
    top: 0vw;
  }
  #node-9 .bottomempty .divider:before {
    content: " ";
    font-size: 28px;
    width: 110%;
    width: 104vw;
    height: 54%;
    height: 7.6vw;
    background: none repeat scroll 0% 0% white;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.65364362, M12=-sin(-4), M21=-0.7568025, M22=-0.65364362);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=cos(4),M12=-sin(-4),M21=sin(4),M22=cos(4))";
    zoom: 1;
    position: absolute;
    left: 0%;
    bottom: 21%;
    bottom: 3vw;
    z-index: 5;
  }
  #node-9 .bottomempty .divider:after {
    height: 50%;
    height: 7vw;
    content: " ";
    width: 100%;
    width: 100vw;
    position: absolute;
    background: white;
    z-index: 3;
    bottom: 0%;
    bottom: 0vw;
  }
  #webform-9 {
    position: relative;
    z-index: 5;
  }
  .webform-client-form-9 label {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 100;
    width: 100%;
  }
  .webform-client-form-9 input {
    background: #bfe5e9;
    border: 2px solid #66c2cf;
  }
  .webform-client-form-9 input.email {
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    height: 34px;
  }
  .webform-client-form-9 #edit-submitted-uw-vraag-of-opmerking {
    min-height: 267px;
  }
  .webform-client-form-9 .resizable-textarea textarea {
    border-radius: 4px 4px 4px 4px;
    background: #bfe5e9;
    border: 2px solid #66c2cf;
  }
  .webform-client-form-9 .form-control {
    background: #bfe5e9;
    border: 2px solid #66c2cf;
    border-radius: 0px;
  }
  .webform-client-form-9 .resizable-textarea .grippie {
    display: none;
  }
  .webform-client-form-9 .form-submit {
    float: right;
    margin-top: 25px;
    margin-right: 120px;
  }
  .webform-client-form-9 .panel {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #66c2cf;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-left: 15px;
    margin-right: 15px;
  }
  .webform-client-form-9 .panel .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
  }
  .webform-client-form-9 .panel .help-block {
    color: white;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0;
  }
  .webform-client-form-9 .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
  }
  .webform-client-form-9 .panel-heading {
    background: #009aaf;
    color: white;
  }
  .webform-client-form-9 .panel-body {
    background: #bfe5e9;
    border: 2px solid #66c2cf;
    border-radius: 0px;
  }
  /*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /* 
      Created on : 5-nov-2014, 17:08:47
      Author     : sebastiaan
  */
  .webform-client-form-17 label {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
  }
  .webform-client-form-17 input {
    background: #bfe5e9;
    border: 2px solid #66c2cf;
  }
  .webform-client-form-17 input.email {
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    height: 34px;
  }
  .webform-client-form-17 .resizable-textarea textarea {
    border-radius: 4px 4px 4px 4px;
    background: #bfe5e9;
    border: 2px solid #66c2cf;
  }
  .webform-client-form-17 .resizable-textarea .grippie {
    display: none;
  }
  .webform-client-form-17 .form-submit {
    float: right;
    margin-top: 25px;
  }
  .webform-client-form-17 .panel {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #66c2cf;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-left: 15px;
    margin-right: 15px;
  }
  .webform-client-form-17 .panel .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #009aaf;
    font-weight: 300;
  }
  .webform-client-form-17 .panel .help-block {
    color: #009aaf;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0;
  }
  /*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /* 
      Created on : 14-nov-2014, 10:26:34
      Author     : sebastiaan
  */
  .node-garagebox .field-label {
    width: 35%;
    font-weight: normal;
  }
  .node-garagebox .field-items {
    width: 65%;
  }
  .node-garagebox .span10 {
    border-bottom: 5px solid #bfe5e9;
  }
  .node-garagebox .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
  }@media screen and (min-width: 768px) {
 .node-garagebox .col-md-6 {
      padding-right: 0px;
      padding-left: 0px;
    } 
}@media screen and (min-width: 992px) {
 .node-garagebox .col-md-6 {
      padding-right: 15px;
      padding-left: 15px;
    } 
}@media screen and (min-width: 1200px) {
 .node-garagebox .col-md-6 {
      padding-right: 15px;
      padding-left: 15px;
    } 
}.main-container {
    margin-top: 25px;
    margin-bottom: 25px;
    z-index: 50;
    position: relative;
  }
  .node-page {
    margin-bottom: 25px;
  }
  .node-page h1 {
    font-weight: 200;
  }
  .node-page p {
    font-weight: 300;
  }
  h1.page-header {
    display: none;
  }
  /*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /* 
      Created on : 5-aug-2014, 14:52:39
      Author     : sebastiaan
  */
  #header-menu {
    float: none;
    margin: 0.5px -15px;
  }@media screen and (min-width: 768px) {
 #header-menu {
      float: right;
      margin: -8.5px -15px;
    } 
}@media screen and (min-width: 992px) {
 #header-menu {
      float: right;
      margin: -8.5px -15px;
    } 
}@media screen and (min-width: 1200px) {
 #header-menu {
      float: right;
      margin: -8.5px -15px;
    } 
}.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-default {
    background-color: transparent;
    border-color: #eeeeee;
  }
  .navbar-btn {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar_width {
    -moz-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    z-index: 42;
    width: 100%;
    display: block;
    position: relative;
  }
  .navbar {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
  }
  .navbar img {
    width: 190px;
    height: auto;
    z-index: 15;
  }@media screen and (min-width: 768px) {
 .navbar img {
      width: 330px;
      height: auto;
    } 
}@media screen and (min-width: 992px) {
 .navbar img {
      width: 330px;
      height: auto;
    } 
}@media screen and (min-width: 1200px) {
 .navbar img {
      width: 330px;
      height: auto;
    } 
}.navbar a:focus {
    outline: 0;
  }
  .navbar-nav {
    margin: 7.5px -15px;
  }
  .navbar .navbar-nav {
    letter-spacing: 1px;
  }
  .navbar .navbar-nav li a:focus {
    outline: 0;
  }
  .navbar-default,
  .navbar-inverse {
    z-index: 10;
    border-radius: 0px;
    background: #ffffff;
    -moz-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #ff7800;
    white-space: nowrap;
  }
  .navbar-collapse.in {
    overflow: hidden;
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
  }
  .navbar-default .navbar-nav > li > a {
    color: #009aaf;
    font-weight: 400;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #ff7800;
    background-color: #ffe0c5;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #66c2cf;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #009aaf;
    text-decoration: none;
    background-color: #ffe0c5;
    outline: 0;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #ffffff;
    font-weight: 400;
    background-color: #66c2cf;
    text-decoration: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    font-weight: 400;
    background-color: #66c2cf;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ff7800;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    font-weight: 400;
    background-color: #66c2cf;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    font-weight: 400;
    background-color: #66c2cf;
  }
  .expanded.dropdown.open .first.leaf {
    border-top: 0px solid red;
  }
  .expanded.dropdown.open .leaf {
    border: 1px solid red;
  }
  .expanded.dropdown.open .last.leaf {
    border-bottom: 0px solid red;
  }
  .caret {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0 dotted;
    border-left: 0px solid transparent;
  }
  .caret:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #ff7800;
    font-size: 24px;
    top: 15px;
    right: 0;
    position: absolute;
  }
  /*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /* 
      Created on : 5-aug-2014, 12:08:39
      Author     : sebastiaan
  */
  .Dyconstyle01 {
    color: #ffffff;
    text-shadow: 0px 0px 5px #00798A;
  }
  .Dyconstyle02 {
    color: #ffffff;
    font-weight: 300;
  }
  .Dyconstyle03 {
    color: #ffffff;
  }
  #page-header {
    background: #66c2cf;
  }
  .headerempty {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: -16vw;
  }
  .headerempty .divider {
    background: transparent;
    position: relative;
    display: block;
    width: 100%;
    height: 14vw;
    overflow: hidden;
    top: -7vw;
  }
  .headerempty .divider:before {
    content: " ";
    font-size: 28px;
    width: 110%;
    width: 104vw;
    height: 54%;
    height: 7.6vw;
    background: none repeat scroll 0% 0% white;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.65364362, M12=-sin(-4), M21=-0.7568025, M22=-0.65364362);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=cos(4),M12=-sin(-4),M21=sin(4),M22=cos(4))";
    zoom: 1;
    position: absolute;
    left: -5%;
    bottom: 21%;
    bottom: 3vw;
    z-index: 5;
  }
  .headerempty .divider:after {
    height: 50%;
    height: 7vw;
    content: " ";
    width: 100%;
    width: 100vw;
    position: absolute;
    background: white;
    z-index: 3;
    bottom: 0%;
    bottom: 0vw;
    left: 0%;
  }
  /*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /* 
      Created on : 5-ov-2014, 14:21:39
      Author     : sebastiaan
  */
  footer {
    background: #66c2cf;
    color: #ffffff;
    font-weight: 100;
    font-size: 3vw;
    font-size: 1.2rem;
  }@media screen and (min-width: 768px) {
 footer {
      font-size: 1.5vw;
      font-size: 1.5rem;
    } 
}@media screen and (min-width: 992px) {
 footer {
      font-size: 3vw;
      font-size: 1.2rem;
    } 
}@media screen and (min-width: 1200px) {
 footer {
      font-size: 3vw;
      font-size: 1.2rem;
    } 
}footer a {
    color: #bfe5e9;
  }
  footer a:hover {
    color: #66c2cf;
  }
  .footer {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #E5E5E5;
  }
  /*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /* 
      Created on : 5-nov-2014, 16:24:50
      Author     : sebastiaan
  */
  ol.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    height: 100px;
    list-style: none;
    color: #ffffff;
    background-color: #66c2cf;
  }
  ol.breadcrumb li.first,
  ol.breadcrumb last {
    padding: 15px;
    font-size: 30px;
    font-weight: 100;
    margin-top: -20px;
  }@media screen and (min-width: 768px) {
 ol.breadcrumb li.first,
    ol.breadcrumb last {
      margin-top: 0px;
      font-size: 36px;
    } 
}@media screen and (min-width: 992px) {
 ol.breadcrumb li.first,
    ol.breadcrumb last {
      margin-top: 0px;
      font-size: 36px;
    } 
}@media screen and (min-width: 1200px) {
 ol.breadcrumb li.first,
    ol.breadcrumb last {
      margin-top: 0px;
      font-size: 36px;
    } 
}ol.breadcrumb a {
    color: #ffffff;
  }
  ol {
    margin-top: 0;
    margin-bottom: 0px;
  }
  .breadcrumbs_right {
    text-align: right;
    position: relative;
  }
  .breadcrumbs_right .breadcrumbs_title {
    font-weight: 200;
    z-index: 1;
    position: absolute;
    left: 30px;
    margin-top: -45px;
    color: #ffffff;
  }@media screen and (min-width: 768px) {
 .breadcrumbs_right .breadcrumbs_title {
      right: 0;
      margin-top: -60px;
    } 
}@media screen and (min-width: 992px) {
 .breadcrumbs_right .breadcrumbs_title {
      right: 0;
      margin-top: -60px;
    } 
}@media screen and (min-width: 1200px) {
 .breadcrumbs_right .breadcrumbs_title {
      right: 0;
      margin-top: -60px;
    } 
}.breadcrumbs_right .breadcrumbs_title a {
    color: #ffffff;
  }
  .breadcrumbs_right .breadcrumbs_title a:hover {
    color: #bfe5e9;
  }
  /*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /* 
      Created on : 5-nov-2014, 15:49:10
      Author     : sebastiaan
  */
  .view-overzicht .project {
    border-bottom: 5px solid #bfe5e9;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 25px;
  }
  .view-overzicht .project .project_image {
    padding-bottom: 25px;
  }
  .view-overzicht .project .project_image img {
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
  }
  .view-overzicht .project .project_title a {
    color: #009aaf;
  }
  .view-overzicht .project .project_street {
    position: relative;
    margin-bottom: 5px;
    word-break: break-all;
  }
  .view-overzicht .project .project_leesmore {
    float: right;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 0px;
  }@media screen and (min-width: 768px) {
 .view-overzicht .project .project_leesmore {
      padding: 5px 10px;
    } 
}@media screen and (min-width: 992px) {
 .view-overzicht .project .project_leesmore {
      padding: 5px 10px;
    } 
}@media screen and (min-width: 1200px) {
 .view-overzicht .project .project_leesmore {
      padding: 5px 10px;
    } 
}/*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /* 
      Created on : 11-nov-2014, 12:30:03
      Author     : sebastiaan
  
  */
  body.page-mapweergave .main-container {
    margin: 0px;
  }
  body.page-mapweergave .footer {
    padding-bottom: 0px;
  }
  body.page-mapweergave .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.page-mapweergave .title_google {
    color: #00798a;
    font-size: 14px;
  }
  body.page-mapweergave .title_google a {
    color: #00798a;
  }
  body.page-mapweergave .tooltip_google {
    color: #555555;
  }
  /*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /* 
      Created on : 5-nov-2014, 9:20:53
      Author     : sebastiaan
  */
  .box-shadow-small {
    -moz-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.2);
  }
  .header_rotate_right {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.65364362, M12=-sin(-4), M21=-0.7568025, M22=-0.65364362);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=cos(4),M12=-sin(-4),M21=sin(4),M22=cos(4))";
    zoom: 1;
  }
  .bottom_rotate_left {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.65364362, M12=-sin(-4), M21=-0.7568025, M22=-0.65364362);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=cos(4),M12=-sin(-4),M21=sin(4),M22=cos(4))";
    zoom: 1;
  }
  .appearance_none {
    appearance: none;
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /* Removes Default Firefox style*/
    -ms-appearance: none;
    /* Internet Explorer */
    -o-appearance: none;
    /* Opera */
    background: url(/sites/all/themes/garagebox/less/images/dropdown_arrow.png) no-repeat;
    /*Adds background-image*/
    background-position: 100% 0px;
    /*Position of the background-image*/
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    text-overflow: "";
    /*Removes default arrow from firefox*/
  }
  /*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /* 
      Created on : 5-nov-2014, 14:08:17
      Author     : sebastiaan
  */
  .standard_effect_transition_all_slow {
    -webkit-transition: all 800ms ;
    -moz-transition: all 800ms ;
    -o-transition: all 800ms ;
    transition: all 800ms ;
  }
/*})'"*/
