html.overlay-open .navbar-fixed-top {
    z-index: 400;
  }
  html.js fieldset.collapsed {
    height: auto;
  }
  html.js input.form-autocomplete {
    background-image: none;
  }
  body {
    position: relative;
    color: #000000;
  }
  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;
  }
  .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: 0px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 0px 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 h2.block-title {
    margin-top: 0;
  }
  p:last-child {
    margin-bottom: 0;
  }
  .region-help > .glyphicon {
    font-size: 17px;
    float: left;
    margin: -0.05em 0.5em 0 0;
  }
  .region-help .block {
    overflow: hidden;
  }
  .btn-primary {
    color: #fff;
    background-color: #516291;
    border-color: #a3acc5;
    border: 0px solid white;
    border-radius: 0px 0px 0px 0px;
  }
  .btn-primary a {
    color: #fff;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #516291;
    border-color: #516291;
  }@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;
    } 
}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 8px 0 0;
  }
  ul.action-links .glyphicon {
    padding-right: 0.5em;
  }
  input,
  textarea,
  select,
  .uneditable-input {
    max-width: 100%;
    width: 100%;
    border: 2px solid rgba(31,31,31,0.7);
    padding: 5px;
  }
  .error {
    color: #b94a48;
    border-color: #eed3d7;
  }
  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-control {
    margin: 0px;
    border-radius: 0px;
    border: 2px solid rgba(31,31,31,0.7);
    padding: 0px;
  }
  .form-actions {
    clear: both;
  }
  .resizable-textarea textarea {
    border-radius: 0px;
    border: 2px solid rgba(31,31,31,0.7);
    padding: 10px;
    margin: 0px;
  }
  .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: #808080;
    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: 700;
  }
  .control-group.error input,
  .control-group.error textarea,
  .control-group.error select,
  .control-group.error .uneditable-input {
    color: #777;
    border: 2px solid rgba(31,31,31,0.7);
    padding: 10px;
    margin: 10px;
  }
  .control-group.error .help-block,
  .control-group.error .help-inline {
    color: #777;
  }
  .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;
    margin-top: 1.4em;
  }
  .password-strength-title {
    display: inline;
  }
  .password-strength-text {
    float: right;
    font-weight: bold;
  }
  .password-indicator {
    background-color: #d8d8d8;
    height: 0.3em;
    width: 100%;
  }
  .password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #ddd;
  }
  input.password-confirm,
  input.password-field {
    width: 16em;
    margin-bottom: 0.4em;
  }
  div.password-confirm {
    float: right;
    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;
    margin: 0;
    width: 36.3em;
  }
  .progress-wrapper .progress {
    margin-bottom: 10px;
  }
  .pagination ul > li > a.progress-disabled {
    float: left;
  }
  .form-autocomplete .glyphicon {
    color: #808080;
    font-size: 120%;
  }
  .form-autocomplete .glyphicon.glyphicon-spin {
    color: #000000;
  }
  .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%;
  }
  .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: #808080;
    font-size: 12px;
  }
  .tab-pane > .panel-heading {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
  }
  .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: #ddd;
    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 #ddd #ddd #ddd;
  }
  .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 #ddd;
    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: #ddd #ddd #ddd #ddd;
  }
  .tabs-left > .nav-tabs > .active > a,
  .tabs-left > .nav-tabs > .active > a:hover,
  .tabs-left > .nav-tabs > .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    -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: #ddd #ddd #ddd #ddd;
    -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: #ddd #ddd #ddd 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.666666666667%;
    } 
}a {
    color: #516291;
  }
  a:focus {
    color: #516291;
  }
  a:actie {
    color: #516291;
  }
  a:hover {
    color: #002c5a;
    text-decoration: none;
  }
  .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;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  pre,
  span {
    font-family: "Roboto Slab";
    text-indent: 0px;
  }
  p {
    line-height: 180%;
  }
  h1 {
    line-height: 1;
    margin: 0;
    font-weight: 300;
    margin-bottom: 10px;
  }
  h2 {
    color: #002c5a;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    clear: both;
  }
  .well {
    background-color: transparent;
    border: 0px solid transparent;
  }
  blockquote {
    padding: 10px 20px;
    margin: 0px 0px 20px;
    border-left: 5px solid #002c5a;
    border-right: 5px solid #002c5a;
  }
  .standard_elements_border-radius-rond {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .border-radius-right {
    border-radius: 0px 90px 90px 0px;
    -webkit-border-radius: 0px 90px 90px 0px;
    -moz-border-radius: 0px 90px 90px 0px;
  }
  .standard_elements_border-radius-vierkant {
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border: 10px 10px 10px 10px;
  }
  .box-shadow-disabled {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
    -o-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
  }
  .box-shadow-enabled {
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
  }
  .box-shadow-large {
    -webkit-box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.5);
  }
  .box-shadow-small {
    -moz-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);
    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);
  }
  .standard_elements_3Dtextshadow {
    text-shadow: 0 1px 0 #000000, 0 2px 0 #4c4c4c, 0 3px 0 #7f7f7f, 0 4px 0 #c2c2c2, 0 5px 0 #e5e5e5, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,-15);
  }
  .appearance_none {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(/sites/all/themes/zoomeren/images/dropdown_arrow.png) no-repeat;
    background-position: 100% 0px;
    text-indent: 0.01px;
    text-overflow: "";
  }
  .standard_effect_transition_all {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .standard_effect_transform {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  .standard_effect_transform_hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  body {
    -webkit-backface-visibility: hidden;
  }
  .hidden {
    visibility: hidden;
  }
  .appear-animation {
    opacity: 0;
  }
  .appear-animation-visible {
    opacity: 1;
  }
  .vertical-slide {
    border: 5px solid #000;
    height: 500px;
  }
  .animated,
  .appear-animation {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
    }
  }
  @-moz-keyframes pulse {
    0% {
      -moz-transform: scale(1);
    }
    50% {
      -moz-transform: scale(1.1);
    }
    100% {
      -moz-transform: scale(1);
    }
  }
  @-o-keyframes pulse {
    0% {
      -o-transform: scale(1);
    }
    50% {
      -o-transform: scale(1.1);
    }
    100% {
      -o-transform: scale(1);
    }
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  .pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
  }
  .well {
    padding: 0px;
  }
  .node-page li.node-readmore.first.last {
    display: none;
  }
  .node-diensten .field-name-field-titel-flexslider {
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
    color: #002c5a;
    font-size: 3rem;
  }@media screen and (min-width: 768px) {
 .node-diensten .field-name-field-titel-flexslider {
      font-size: 5rem;
    } 
}@media screen and (min-width: 992px) {
 .node-diensten .field-name-field-titel-flexslider {
      font-size: 5rem;
    } 
}@media screen and (min-width: 1200px) {
 .node-diensten .field-name-field-titel-flexslider {
      font-size: 5rem;
    } 
}.node-diensten .field-name-field-titel-flexslider:after {
    margin-top: 15px;
    content: " ";
    border-bottom: 4px solid #002c5a;
    width: 25%;
    height: 0px;
    display: block;
  }
  .node-diensten .field-name-field-afbeelding-flexslider {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .node-diensten .field-name-field-afbeelding-flexslider img {
    width: 50vw;
    height: 50vw;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }@media screen and (min-width: 768px) {
 .node-diensten .field-name-field-afbeelding-flexslider img {
      width: 30vw;
      height: 30vw;
    } 
}@media screen and (min-width: 992px) {
 .node-diensten .field-name-field-afbeelding-flexslider img {
      width: 10vw;
      height: 10vw;
    } 
}@media screen and (min-width: 1200px) {
 .node-diensten .field-name-field-afbeelding-flexslider img {
      width: 210px;
      height: 210px;
    } 
}.node-diensten .field-name-field-afbeelding-flexslider:after {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .node-projecten {
    border-bottom: 1px solid #ccd1df;
  }
  .node-projecten .field-name-field-afbeelding {
    display: none;
  }
  .node-projecten .field-name-field-straat-button- {
    font-size: 30px;
    color: #002c5a;
    margin-bottom: 15px;
  }
  .node-projecten .field-name-field-straat-button- .field-item.even:after {
    margin-top: 0px;
    content: " ";
    border-bottom: 4px solid #002c5a;
    width: 10%;
    height: 0px;
    text-align: left;
    display: block;
  }
  .node-projecten .field-name-field-titel {
    text-align: center;
    border-top: 1px solid #ccd1df;
    border-bottom: 1px solid #ccd1df;
    color: #002c5a;
    font-size: 27px;
  }
  .node-projecten .field-name-field-foto-albums {
    width: 100%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
  }
  .node-projecten .field-name-field-foto-albums .field-item.even img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 5px solid #fff;
    -moz-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);
    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);
    margin: 3px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .node-projecten .field-name-field-foto-albums .field-item.even img:hover {
    opacity: 0;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    opacity: 1;
  }
  .node-projecten .field-name-field-foto-albums img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 5px solid #fff;
    -moz-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);
    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);
    margin: 3px;
    float: left;
  }
  .node-projecten .field-name-field-foto-albums img:hover {
    opacity: 0;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    opacity: 1;
  }
  .webform-client-form-18 label {
    font-weight: 300;
    color: #000000;
  }
  .webform-client-form-18 input {
    background-color: #eaecf2;
    color: #002c5a;
    font-weight: 300;
    border: 1px solid #000000;
  }
  .webform-client-form-18 input:hover {
    border: 1px solid #002c5a;
  }
  .webform-client-form-18 textarea {
    background-color: #eaecf2;
    color: #000000;
    font-weight: 300;
    border: 1px solid #000000;
  }
  .webform-client-form-18 textarea:hover {
    border: 1px solid #002c5a;
  }
  .webform-client-form-18 .webform-component-select select {
    background-color: #c2101f;
    color: #000000;
    font-weight: 300;
    border: 1px solid #000000;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(/sites/all/themes/zoomeren/images/dropdown_arrow.png) no-repeat;
    background-position: 100% 0px;
    text-indent: 0.01px;
    text-overflow: "";
    padding: 0px;
  }
  .webform-client-form-18 .webform-component-select select:hover {
    border: 1px solid #002c5a;
  }
  .webform-client-form-18 .resizable-textarea .grippie {
    display: none;
  }
  .webform-client-form-18 .form-submit {
    background: #000000;
    color: #fff;
    border-radius: 0px;
    border: 0px solid red;
    float: right;
    margin-top: 25px;
    margin-left: -15px;
    margin-right: 15px;
    -moz-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);
    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);
  }
  h1.page-header {
    display: none;
  }
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    z-index: 10;
    position: relative;
  }
  .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: #002c5a;
    border-color: #a3acc5;
  }
  .navbar-default {
    background-color: transparent;
    border-color: #ddd;
  }
  .navbar_width {
    -moz-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);
    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: -0.5px -15px;
  }
  .navbar .navbar-nav {
    letter-spacing: 1px;
  }
  .navbar .navbar-nav li a:focus {
    outline: 0;
  }
  .navbar-default,
  .navbar-inverse {
    border: 0;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
    float: none;
    margin-top: 58px;
    margin-right: 0px;
  }@media screen and (min-width: 768px) {
 .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
      float: right;
      margin-right: -43px;
    } 
}@media screen and (min-width: 992px) {
 .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
      float: right;
      margin-right: -43px;
    } 
}@media screen and (min-width: 1200px) {
 .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
      float: right;
    } 
}.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #002c5a;
    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: #002c5a;
  }
  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:hover,
  .navbar-default .navbar-nav>.open>a:focus {
    color: #002c5a;
    background-color: #ccd1df;
  }
  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    color: #002c5a;
    background-color: #ccd1df;
  }
  .dropdown-menu>.active>a,
  .dropdown-menu>.active>a:hover,
  .dropdown-menu>.active>a:focus {
    color: #002c5a;
    text-decoration: none;
    background-color: #ccd1df;
    outline: 0;
  }
  .dropdown-menu>li>a:hover,
  .dropdown-menu>li>a:focus {
    color: #002c5a;
    text-decoration: none;
    background-color: #eaecf2;
  }
  .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: #002c5a;
    background-color: #eaecf2;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #002c5a;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #002c5a;
    background-color: #eaecf2;
  }
  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    color: #002c5a;
    background-color: #eaecf2;
  }
  .expanded.dropdown.open .first.leaf {
    border-top: 0px solid #eaecf2;
  }
  .expanded.dropdown.open .leaf {
    border: 1px solid #eaecf2;
  }
  .expanded.dropdown.open .last.leaf {
    border-bottom: 0px solid #eaecf2;
  }
  .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;
    color: #002c5a;
    font-size: 24px;
    top: 15px;
    right: 0;
    position: absolute;
  }
  .wide_header {
    width: 100%;
    height: auto;
    background-color: #516291;
  }
  .well {
    padding: 0px;
  }
  .breadcrumb {
    padding: 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    font-weight: 300;
    font-size: 1.4rem;
  }
  .breadcrumb a {
    color: white;
    text-decoration: none;
  }
  .google-map {
    width: 100%;
    height: 250px;
  }
  .header {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .header .gegevens .title {
    color: #fff;
    font-weight: 300;
    text-shadow: 0px 0px 5px #000000;
    position: absolute;
    margin-top: 3%;
  }@media screen and (min-width: 768px) {
 .header .gegevens .title {
      margin-top: 7%;
    } 
}@media screen and (min-width: 992px) {
 .header .gegevens .title {
      margin-top: 8%;
    } 
}@media screen and (min-width: 1200px) {
 .header .gegevens .title {
      margin-top: 6%;
    } 
}.header .gegevens .title h1 {
    font-size: 24px;
  }@media screen and (min-width: 768px) {
 .header .gegevens .title h1 {
      font-size: 33px;
    } 
}@media screen and (min-width: 992px) {
 .header .gegevens .title h1 {
      font-size: 33px;
    } 
}@media screen and (min-width: 1200px) {
 .header .gegevens .title h1 {
      font-size: 33px;
    } 
}.header .gegevens .title span:after {
    margin-top: 0px;
    content: " ";
    border-bottom: 4px solid #002c5a;
    width: 50%;
    height: 0px;
    text-align: left;
    display: block;
  }
  .header .gegevens .title span2:after {
    margin-top: 0px;
    content: " ";
    border-bottom: 4px solid #002c5a;
    width: 50%;
    height: 0px;
    text-align: left;
    display: block;
    padding-bottom: 7px;
  }
  .header .gegevens .street {
    position: absolute;
    background: #516291;
    margin-top: 16%;
    -moz-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);
    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);
  }@media screen and (min-width: 1200px) {
 .header .gegevens .street {
      margin-top: 10%;
    } 
}.header .gegevens .image img {
    width: 100%;
    height: 120px;
  }@media screen and (min-width: 768px) {
 .header .gegevens .image img {
      height: 180px;
    } 
}@media screen and (min-width: 992px) {
 .header .gegevens .image img {
      height: 350px;
    } 
}@media screen and (min-width: 1200px) {
 .header .gegevens .image img {
      height: 350px;
    } 
}.headerbottom {
    background: #516291;
    padding: 15px;
    color: #fff;
  }
  .headerbottom h2 {
    float: left;
    font-weight: 300;
    font-size: 1.2rem;
    margin-right: 0px;
  }@media screen and (min-width: 1200px) {
 .headerbottom h2 {
      margin-right: 130px;
      font-size: 27px;
    } 
}.headerbottom .btn-primary {
    color: #fff;
    background-color: #002c5a;
    border-color: #a3acc5;
    border: 0px solid white;
    border-radius: 0px 0px 0px 0px;
  }
  .headerbottom .btn-primary :hover {
    color: #516291;
  }
  .headerbottom .leesmore {
    background: #002c5a;
    font-weight: 300;
    -moz-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);
    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);
  }
  .main-container {
    margin-top: 55px;
    z-index: 5;
    position: relative;
  }
  .main-container h2 {
    font-size: 27px;
    color: #002c5a;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    clear: both;
  }
  .main-container h2:after {
    margin-top: 15px;
    content: " ";
    border-bottom: 4px solid #002c5a;
    width: 50%;
    height: 0px;
    text-align: left;
    display: block;
    margin-bottom: 15px;
  }
  .region-content {
    margin-bottom: 125px;
  }
  .secundaire {
    border: 1px solid #ccd1df;
    padding: 15px;
  }
  .secundaire img {
    width: 14rem;
    height: auto;
  }@media screen and (min-width: 768px) {
 .secundaire img {
      width: 13rem;
    } 
}@media screen and (min-width: 992px) {
 .secundaire img {
      width: 18rem;
    } 
}@media screen and (min-width: 1200px) {
 .secundaire img {
      width: 18rem;
    } 
}.footerbody {
    background-color: #e2001a;
    background-image: url(/sites/all/themes/zoomeren/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
  }
  .footerbody .footer {
    margin-bottom: 78px;
  }
  .footerbody:before {
    width: 100%;
    height: 101px;
    left: 0%;
    content: " ";
    background-repeat: repeat-x;
    background-image: url(/sites/all/themes/zoomeren/images/footer-verf.png);
    position: absolute;
  }
  .footerbody .photobackground {
    margin-top: 50px;
    margin-bottom: -36px;
    overflow: hidden;
  }
  .footerbody .photobackground h2 {
    font-weight: 300;
  }
  .footerbody .photobackground .footer_left {
    margin-top: 110px;
  }
  .footerbody .photobackground .footer_left p {
    font-weight: 300;
    color: white;
    font-size: 17px;
  }
  .footerbody .footer_right {
    color: #fff;
  }
  .footerbody .footer_right h2 {
    color: #fff;
  }
  .footerbody .footer_right h2:after {
    margin-top: 15px;
    content: " ";
    border-bottom: 4px solid #000000;
    width: 50%;
    height: 0px;
    display: block;
  }
  .footerbody .webform-client-form-8 label {
    font-weight: 300;
    color: #fff;
  }
  .footerbody .webform-client-form-8 input {
    background-color: #c2101f;
    color: #fff;
    font-weight: 300;
    border: 1px solid #000000;
  }
  .footerbody .webform-client-form-8 input:hover {
    border: 1px solid #002c5a;
  }
  .footerbody .webform-client-form-8 textarea {
    background-color: #c2101f;
    color: #fff;
    font-weight: 300;
    border: 1px solid #000000;
  }
  .footerbody .webform-client-form-8 textarea:hover {
    border: 1px solid #002c5a;
  }
  .footerbody .webform-client-form-8 .webform-component-select select {
    background-color: #c2101f;
    color: #000000;
    font-weight: 300;
    border: 1px solid #000000;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(/sites/all/themes/zoomeren/images/dropdown_arrow.png) no-repeat;
    background-position: 100% 0px;
    text-indent: 0.01px;
    text-overflow: "";
    padding: 0px;
  }
  .footerbody .webform-client-form-8 .webform-component-select select:hover {
    border: 1px solid #002c5a;
  }
  .footerbody .webform-client-form-8 .resizable-textarea .grippie {
    display: none;
  }
  .footerbody .webform-client-form-8 .form-submit {
    background: #000000;
    color: #fff;
    border-radius: 0px;
    border: 0px solid red;
    float: right;
    margin-top: 25px;
    margin-left: -15px;
    margin-right: 15px;
    -moz-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);
    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);
  }
  .region-closure {
    background: #e2001a;
    color: #fff;
    height: 65px;
    font-weight: 200;
    display: block;
    position: relative;
  }
  .page_top {
    position: relative;
    z-index: 55;
  }
  .page_top .topperhead {
    position: relative;
    background: red;
  }
  .page_top .topperhead .topper {
    position: absolute;
    margin-top: 19px;
    right: 0;
  }
  .page_top .topperhead .topper table {
    float: left;
  }@media screen and (min-width: 768px) {
 .page_top .topperhead .topper table {
      float: right;
    } 
}@media screen and (min-width: 992px) {
 .page_top .topperhead .topper table {
      float: right;
    } 
}@media screen and (min-width: 1200px) {
 .page_top .topperhead .topper table {
      float: right;
    } 
}.page_top .topperhead .topper td.betereschilder img {
    width: 60px;
    height: auto;
    margin-right: 50px;
  }
  .page_top .topperhead .topper td.facebook img {
    width: 32px;
    height: auto;
    margin-right: 50px;
  }
  .page_top .topperhead .topper .smsnumber {
    font-size: 29px;
    color: #e2001a;
  }
  .page_top .topperhead .topper .smsnumber a {
    color: #e2001a;
  }
  .page_top .topperhead .topper .smsnumber:after {
    margin-top: -2px;
    border-bottom: 2px solid #e2001a;
    content: " ";
    width: 40%;
    height: 0px;
    display: block;
  }
  .page_top .topperhead .topper .nophone {
    font-size: 14px;
    color: #516291;
  }
  .starburst {
    display: block;
    width: 9em;
    height: 9em;
    background: #516291;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    rotation: -45deg;
    position: relative;
    top: 0em;
    left: 0em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-bottom: 50px;
  }
  .starburst span {
    display: block;
    width: 9em;
    height: 9em;
    background: #516291;
    -webkit-transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    rotation: 22.5deg;
  }
  .region-starrating {
    background: #eaecf2;
  }
  .region-starrating .flexslider {
    margin: 0px 0px 0px 0px;
    background: transparent;
    border: 0px solid #fff;
    position: relative;
    zoom: 1;
  }
  .deeluwervaring img {
    max-width: 100%;
  }
  .view-mode-full {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2x;
    margin: 5px 0px 5px 0px;
    overflow: hidden;
    background: #eaecf2;
  }
  .field-name-field-voornaam {
    height: 0px;
    margin-left: -15px;
  }@media screen and (min-width: 768px) {
 .field-name-field-voornaam {
      height: 80px;
    } 
}@media screen and (min-width: 992px) {
 .field-name-field-voornaam {
      height: 80px;
    } 
}@media screen and (min-width: 1200px) {
 .field-name-field-voornaam {
      height: 80px;
    } 
}.field-name-field-woonplaats {
    height: 60px;
    width: 120px;
  }
  .field-name-post-date {
    width: 61.33333333333333%;
    float: left;
  }@media screen and (min-width: 768px) {
 .field-name-post-date {
      width: 53.33333333333333%;
    } 
}@media screen and (min-width: 992px) {
 .field-name-post-date {
      width: 33.33333333333333%;
    } 
}@media screen and (min-width: 1200px) {
 .field-name-post-date {
      width: 33.33333333333333%;
    } 
}.field-name-field-klantenbeoordeling {
    float: initial;
    margin-bottom: 50px;
  }@media screen and (min-width: 768px) {
 .field-name-field-klantenbeoordeling {
      float: right;
    } 
}@media screen and (min-width: 992px) {
 .field-name-field-klantenbeoordeling {
      float: right;
    } 
}@media screen and (min-width: 1200px) {
 .field-name-field-klantenbeoordeling {
      float: right;
    } 
}.klantenoordeel {
    float: left;
  }@media screen and (min-width: 768px) {
 .klantenoordeel {
      float: right;
    } 
}@media screen and (min-width: 992px) {
 .klantenoordeel {
      float: right;
    } 
}@media screen and (min-width: 1200px) {
 .klantenoordeel {
      float: right;
    } 
}.comment-wrapper .field-name-field-klantenbeoordeling {
    float: left;
    margin-bottom: -50px;
  }
  .field-name-comment-body {
    width: 100%;
    word-break: break-all;
  }
  .field-item.even {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .body_recensies {
    width: 100%;
    word-break: break-all;
  }
  h1.titletext {
    width: 130%;
  }
  .form-item-field-voornaam-und-0-value {
    margin-left: 15px;
  }
  .fivestarmargintop {
    margin: 0;
    margin-top: 0px;
  }@media screen and (min-width: 768px) {
 .fivestarmargintop {
      margin-top: -50px;
    } 
}@media screen and (min-width: 992px) {
 .fivestarmargintop {
      margin-top: -150px;
    } 
}@media screen and (min-width: 1200px) {
 .fivestarmargintop {
      margin-top: -150px;
    } 
}div.fivestar-widget-static .star span.on {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/sites/all/themes/zoomeren/images/star.png) no-repeat scroll 0px -22px transparent;
    text-indent: -999em;
  }
  div.fivestar-widget-static .star span.off {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/sites/all/themes/zoomeren/images/star.png);
    text-indent: -999em;
  }
  div.fivestar-widget .cancel,
  div.fivestar-widget .star {
    float: left;
    width: 21px;
    height: 24px;
    overflow: hidden;
    text-indent: -999em;
  }
  div.fivestar-widget-static .star {
    float: left;
    width: 21px;
    height: 24px;
    overflow: hidden;
    text-indent: -999em;
    background: url(/sites/all/themes/zoomeren/images/star.png);
  }
  div.fivestar-widget .star,
  div.fivestar-widget .star a {
    background: url(/sites/all/themes/zoomeren/images/star.png);
    text-decoration: none;
  }
  div.fivestar-widget div.on a {
    background-position: 0px -22px;
  }
  div.fivestar-widget .star a {
    background: url(/sites/all/themes/zoomeren/images/star.png);
    text-decoration: none;
  }
  .region-header {
    background: #eaecf2;
  }
  .region-header .diensten_flexslider {
    position: relative;
  }
  .region-header .diensten_flexslider .dienst_title {
    margin-top: 25px;
    text-align: center;
  }
  .region-header .diensten_flexslider .dienst_title h2 {
    font-size: 27px;
    color: #002c5a;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    clear: both;
  }
  .region-header .diensten_flexslider .dienst_title h2 span:after {
    margin-top: 15px;
    content: " ";
    border-bottom: 4px solid #002c5a;
    width: 50%;
    height: 0px;
    text-align: left;
    display: inline-block;
  }
  .region-header .diensten_flexslider .dienst_body {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
    list-style: none;
  }
  .region-header .diensten_flexslider .dienst_body h2 {
    font-size: 14px;
    color: black;
  }
  .region-header .diensten_flexslider .flexslider {
    background: transparent;
    border: 0px solid #fff;
    z-index: 11;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
    -o-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
  }
  .region-header .diensten_flexslider .flexslider img {
    width: 100%;
    height: auto;
  }
  .region-header .diensten_flexslider .flexslider .dienstencircle {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .region-header .diensten_flexslider .flexslider .dienstencircle .fotoveld {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0 auto;
    height: 210px;
  }
  .region-header .diensten_flexslider .flexslider .dienstencircle .foto {
    width: 100%;
    margin-top: 50px;
  }
  .region-header .diensten_flexslider .flexslider .dienstencircle .foto a {
    color: #fff;
    width: 180px;
    height: 180px;
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 10;
  }
  .region-header .diensten_flexslider .flexslider .dienstencircle .foto img {
    width: 180px;
    height: 180px;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .region-header .diensten_flexslider .flexslider .dienstencircle .foto:after {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .region-header .diensten_flexslider .flexslider .dienstencircle:hover .foto {
    border: 5px sold #000000;
  }
  .region-header .diensten_flexslider .flexslider .dienstencircle:hover .foto img {
    opacity: 0.8;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .region-header .diensten_flexslider .flexslider .dienstencircle:hover .foto:after {
    width: 180px;
    height: 180px;
    display: block;
    background: #002c5a;
    border-radius: 50%;
    content: " ";
    position: relative;
    top: -180px;
    margin: 0 auto;
    opacity: 0;
    z-index: -2;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    opacity: 1;
  }
  .flexslider {
    margin: 0px 0px 0px 0px;
    background: #fff;
    border: 0px solid #fff;
    position: relative;
    zoom: 1;
  }
  .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    z-index: 10;
  }
  .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
  }
  .flex-control-paging li a.flex-active {
    color: #e2001a;
    background: #e2001a;
    cursor: default;
  }
  .project {
    border-top: 1px solid #ccd1df;
    border-bottom: 1px solid #ccd1df;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 25px;
  }
  .project .project_image {
    padding-bottom: 25px;
  }
  .project .project_image img {
    border: 5px solid #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-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);
    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);
    text-align: center;
    display: block;
  }
  .project .project_title h2 {
    font-size: 2rem;
  }@media screen and (min-width: 768px) {
 .project .project_title h2 {
      font-size: 2rem;
    } 
}@media screen and (min-width: 992px) {
 .project .project_title h2 {
      font-size: 2rem;
    } 
}@media screen and (min-width: 1200px) {
 .project .project_title h2 {
      font-size: 3rem;
    } 
}.project .project_street {
    position: relative;
    margin-bottom: 30px;
  }
  .project .project_street h3 {
    font-size: 1.8rem;
  }@media screen and (min-width: 768px) {
 .project .project_street h3 {
      font-size: 1.8rem;
    } 
}@media screen and (min-width: 992px) {
 .project .project_street h3 {
      font-size: 1.8rem;
    } 
}@media screen and (min-width: 1200px) {
 .project .project_street h3 {
      font-size: 2.4rem;
    } 
}.project .project_leesmore {
    -moz-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);
    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);
    margin-bottom: 15px;
    float: right;
  }
/*})'"*/
