@font-face {
    font-family: 'B Ruston47 15';
    src: url('/application/themes/aarsleff/css/fonts/BRuston-Light.woff2') format('woff2'),
    url('/application/themes/aarsleff/css/fonts/BRuston-Light.woff') format('woff'),
    url('/application/themes/aarsleff/css/fonts/BRuston-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'B Ruston47 15';
    src: url('/application/themes/aarsleff/css/fonts/BRuston-Book.woff2') format('woff2'),
    url('/application/themes/aarsleff/css/fonts/BRuston-Book.woff') format('woff'),
    url('/application/themes/aarsleff/css/fonts/BRuston-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    /*font-family: 'Kanit', sans-serif;*/
font-family: "Source Sans Pro", sans-serif !important;
/*letter-spacing: 1px;*/
}
table td, table th {
    vertical-align: top;
}
sup {
    line-height: 0;
}

#project-detail-werkstappen a {
    color: #006cad !important;
    border-color: #006cad;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'B Ruston47 15';
    line-height: 1.5em;
}
h1,h2,h3,h4,h5 {
    font-family: 'B Ruston47 15';
}

.wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

#topbar {
    width: 100%;
    float: left;
    padding: 15px 0;
}

#topbar-logo {
    width: 120px;
    float: left;
}

#topbar-logo img {
    width: 100%;
}

#topbar-contact {
    float: right;
}

.topbar-right-item {
    float: left;
}
.col-xl-3.info-bewoners{
    width: 18%;
}
#topbar-phone {
    font-size: 22px;
    padding-top: 22px;
}

#topbar-phone a {
    text-decoration: none;
    color: #575756;
}

#topbar-info {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

#topbar-info img {
    width: 20px;
    margin-left: 10px;
}

#topbar-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#topbar-info li {
    position: relative;
}

#topbar-info li ul {
    position: absolute;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}

#topbar-info a span {
    border-bottom: 2px solid transparent;
    transition: ease-in-out .2s;
}
#topbar-info a {
    color: #ffffff;
    text-transform: uppercase;
    background: #006cad;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 18px;
    padding: 5px;
}
#topbar-info .dropdown-bewoners a:hover {
    color: white;
    font-weight: 500;
    background-color: white;
    color: #006cad;
}
li.dropdown-bewoners a {
    font-size: 15px !important;
    text-align: left !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
#menubar {
    width: 100%;
    /* float: left; */
    background: white;
    box-shadow: 0px 3px 6px #00000029;
}

#jsddm {
justify-content: center;
    align-content: center;
    height: 100%;
    margin-right: auto;
}

#jsddm li {
    float: left;
    position: relative;
    /*margin-right: 80px;*/
}

#jsddm li span {
    border-bottom: 2px solid transparent;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

#jsddm li:first-child > a {
    /* padding-left: 0; */
}

#jsddm li:last-child > a {
    padding-right: 0;
}

#jsddm li ul {
    position: absolute;
    visibility: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    z-index: 1000;
    min-width: 350px;
}

.project-content {
    width: 100%;
}

#jsddm li ul li:first-child > a {
    /*padding-left: 40px;*/
    /* padding-left: 25px; */
}

#jsddm li ul li:last-child > a {
    padding-right: 40px;
}
.photo {
    width: 100%;
    height: 330px;
    background-size: cover;
    background-position: center center; 
}
#jsddm a {
    color: #006cad;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    /* padding: 20px 30px 18px 30px; */
    padding: 20px 10px 19px 10px;
    display: inline-block;
}
#jsddm a:hover:after {
    width: 100%;
}
#jsddm a::after {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0px;
    content: "";
    border-bottom: 3px solid #006cad;
    width: 0%;
    transition: width 0.4s ease;
    display: block;
}
/*#jsddm li:hover span, #jsddm .nav-selected span {*/
    /*!*color: #c57418;*!*/
    /*border-bottom: 2px solid #ffffff;*/
/*}*/

#jsddm li a:hover > span, #jsddm a.nav-selected span, #jsddm a.nav-path-selected > span {
    /*color: #c57418;*/
    /* border-bottom: 2px solid #ffffff; */
}
#topbar-info ul ul a:hover span {
    /* border-bottom: 2px solid #ffffff; */
}

#pull {
    float: right !important;
    border-left: 0;
    text-align:center;
    text-decoration:none;
    padding: 10px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: none;
    font-size: 12pt;
    transition:none;
    width: 100%;
    color: #fff;
}
#pull:before{
    content:'Menu';
    text-align: right;
    padding-right: 10px;
    margin-top:4px;
    text-transform: uppercase;
    color: black;
}
.bars{
    float:right;
    margin-top: 3px;
}

.icon-bar {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 18px;
    margin-top: 3px;
}

#menubar-social {
    display: flex;
    padding: 13px 0;
    height: 100%;
    align-items: center;
}

#menubar-social img {
    width: 37px;
    height: 37px;
    margin-right: 10px;
}

#menubar-social a:last-child > img {
    margin-right: 0;
}

#bannerbar {
    width: 100%;
    float: left;
    position: relative;
}

#banner-image {
    height: 350px;
    float: left;
    width: 100%;
    background: url('/application/themes/aarsleff/images/banner.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*width: 100%;*/
    /*float: left;*/
}
.header-img img{
    height: 100px;
    width: 100px;
}
#banner-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    float: left;
}

#banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}

#banner-overlay {
    width: 100%;
    max-width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

#banner-text {
    align-self: center;
    /*margin-right: 0.7em;*/
}

/*#banner-overlay h1 {*/
    /*font-size: 59px;*/
    /*font-weight: 300;*/
    /*color: #006cad;*/
    /*margin: 0;*/
    /*align-self: center;*/
    /*padding: 2px;*/
    /*background: #ffffff;*/
    /*box-shadow: -.166666667em 0 0 0 #ffffff, .166666667em 0 0 0 #ffffff;*/
/*}*/

#banner-overlay h1 {
    display: inline;
    font-size: 59px;
    color: #006cad;
    font-weight: 300;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.7);
    align-self: center;
    margin: 0;
    padding: 2px;
    box-sizing: border-box;
    /*line-height: 1.45;*/
    line-height: 6rem;
    /*box-shadow: -.166666667em 0 0 0 rgba(255, 255, 255, 0.7), .166666667em 0 0 0 rgba(255, 255, 255, 0.7);*/
}

#homeitembar {
    width: 100%;
    float: left;
    padding: 85px 0 145px 0;
}

#homeitems {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-item: space-between;
}
#homeitems .col-xl-3 {
    margin-right: 20px;
    flex: 1;
    margin-top: 20px;
}
#homeitems .col-xl-4 {
    margin-right: 20px;
    flex: 1;
    margin-top: 20px;
}
.homeitem {
    /*width: 100%;*/
    width: calc((100% / 3) - 41px);
    margin: 0 30px;
    float: left;
    display: flex;
    flex-flow: row wrap;
}

.homeitem:first-child {
    margin-left: 0;
}

.homeitem:last-child {
    margin-right: 0;
}

.homeitem-image {
    width: 100%;
    float: left;
    align-self: flex-start;
}

.homeitem-image img {
    width: 100%;
    float: left;
}
.homeitem-link-project {
    bottom: 0;
    position: absolute;
    padding: 0 25px;
}
.homeitem-title {
    width: 100%;
    max-width: 100%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-top: 25px;
    color: #006cad;
    font-size: 19px;
    align-self: flex-start;
}

.homeitem-title a {
    text-transform: uppercase;
    color: #006cad;
    font-size: 19px;
    text-decoration: none;
}

.homeitem-text {
    width: 100%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
    margin-top: 15px;
    font-size: 16px;
    color: #868685;
    align-self: flex-start;
}

.homeitem-text a {
    font-size: 16px;
    color: #868685;
    text-decoration: none;
}

.homeitem-link {
    width: 100%;
    float: left;
    margin-top: 25px;
    box-sizing: border-box;
    align-self: flex-end;
}
.homeitem-image a {
    text-decoration: none;
    position: relative;
}
.homeitem-link-techniek p {
    width: max-content;
    background: #006cad;
    color: #ffffff;
    font-weight: 500;
    padding: 10px;
    border-radius: 30px;
}
.homeitem-link-techniek a {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 10px 25px;
    background: #006cad;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 21px;
}
.homeitem-link-techniek {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    padding-top: 40%;
}
.homeitem-link-techniek p {
    width: max-content;
    background: #006cad;
    color: #ffffff;
    font-weight: 500;
    padding: 10px;
    border-radius: 30px;
    text-transform: uppercase;
        text-decoration: none;
}

.homeitem-link-techniek p:hover {
    background: #033A5C;
}
@media only screen and (max-width: 1200px) {
#homeitems .col-xl-3,
#homeitems .col-xl-4 {
    flex: auto;
    margin: 0;
    margin-top: 20px;
}
.btn-slider {
    position: relative!important;
    bottom: 0!important;
    border-radius: 30px!important;
}
.carousel-inner {
    height: auto !important;
}
}
@media only screen and (max-width: 979px) {
    #homeitems .col-xl-3{
        width: 100%;
    }
    .homeitem-link-techniek{
        padding-top: 0;
    }
    .col-xl-3.info-bewoners {
    width: 24%;
    }
    #menubar-social{
         margin-left: -14px;
    }
        .ccm-image-slider-title{
            font-size: 30px!important;
        }
    .row{
        margin: 0;
    }
        
        .page-title h1,
        h1.page-title{
            font-size: calc(1.375rem + 1.5vw)!important;
        }
        #jsddm li ul{
            min-width: 100%!important;
        }
                 #homeitems .col-xl-4{
                    flex: 100%;
                 }
}
@media only screen and (max-width: 1200px){ 
    .header-img {
    width: max-content;
    margin: auto;
}
.header-img img {
    height: 200px;
    width: 200px;
}
}
@media only screen and (max-width: 1200px){
.order-2-menu {
    order: 2;
}
}
.icon-bar {
    background-color: #006cad;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 18px;
    margin-top: 3px;
}
#homeprojectenbar {
    width: 100%;
    float: left;
    padding: 70px 0 50px 0;
    position: relative;
}

#homeprojectenbar-image {
    background: url('/application/themes/aarsleff/images/banner.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#homeprojectenbar-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 108, 173, 0.75);
}

#homeprojectenbar-content {
    position: relative;
    z-index: 3;
}

#homeprojectenbar-title {
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}

/*#homeprojectenbar-slidernav img {*/
.owl-nav img {
    width: 18px;
}
.ccm-image-slider-title {
    font-size: 70px;
    font-weight: 500;
    color: #122459;
    margin-top: 50px;
}
.btn:hover {
    background-color: #006cad;
    color: white;
}
.btn-slider {
    border: 1px solid #006cad;
    width: 230px;
    font-weight: 500;
    position: absolute;
    bottom: 70px;
    border-radius: 30px;
}
.carousel-container.ccm-block-carousel-pages {
    background-color: #eef7fc;
}
.ccm-image-slider-text {
    height: 100%;
    padding-left: 150px;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.rs-slides,
.rslides img {
    height: 500px;
}
.carousel-inner {
    height: 500px;
}
.rslides img {
    object-fit: cover;
    object-position: center center;
}

.line {
    background-image: url(../images/img-art-white.svg);
    background-size: contain;
    height: 90%;
    width: 100%;
    position: absolute;
    top: 14px;
    background-repeat: no-repeat;
}



#homeprojectenbar-sliderprev {
    position: absolute;
    left: -18px;
    top: calc(50% - 28px);
}

#homeprojectenbar-slidernext {
    position: absolute;
    right: -20px;
    top: calc(50% - 28px);
}

#homeprojectenbar-slidercontent {
    width: calc(100% - 40px);
    margin-left: 18px;
    /*width: 100%;*/
    float: left;
    display: flex;
}

.homeproject-wrap {
    float: left;
    padding: 0 25px 25px 25px;
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
}

.homeproject {
    width: 100%;
    float: left;
    flex-direction: row wrap;
    justify-content: space-between;
    align-item: space-between;
    -webkit-box-shadow: 10px 10px 30px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 30px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 30px -6px rgba(0,0,0,0.75);
}

.owl-item {
}

.homeproject-image {
    width: 100%;
    float: left
}

.homeproject-image img {
    width: 100%;
}

.homeproject-title {
    width: 100%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    background: #006cad;
    color: #ffffff;
    font-size: 14px;
    padding: 26px 0;
}

.footer-content-title~.footer-content-title {
    margin-top: 60px;
}

#footer:before {
    content: '';
    width: 100%;
    float: left;
    border-bottom: 1px solid #868685;
}
#footer {
    width: 100%;
    float: left;
}
#content {
    width: 100%;
    float: left;
}
#footer-content {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}

#footer-totop {
    width: 100%;
    float: left;
}

#totop-block {
    float: right;
    padding: 20px 20px;
    background: #006cad;
    color: #ffffff;
    text-decoration: none;
}

#totop-block img {
    width: 26px;
}

#footer-content-blocks {
    width: 100%;
    float: left;
    display: flex;
    margin-top: 35px;
}

.footer-content-block {
    width: 100%;
    float: left;
    flex-direction: row wrap;
    justify-content: space-between;
    align-item: stretch;
    position: relative;
}

.footer-content-title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 25px;
    color: #006cad;
}

.footer-content-text {
    width: 100%;
    float: left;
    margin-top: 40px;
    color: #868685;
    font-size: 20px;
    line-height: 2;
}

.footer-content-text a {
    color: #868685;
    text-decoration: none;
}

.footer-content-text a:hover {
    color: #006cad;
}

.footer-menu {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    width: 100%;
}

.footer-menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: #868685;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

.footer-menu a:hover {
    color: #006cad;
}

.social-footer {
    width: 30px;
    /*vertical-align: middle;*/
    vertical-align: sub;
}

#footer-logo {
    width: 280px;
    position: absolute;
    bottom: 0;
}

#footer-logo img {
    width: 100%;
    max-width: 200px;
}

#footer-disclaimer {
    width: 100%;
    float: left;
    padding: 25px 0;
    font-size: 16px;
}

#footer-copyright {
    float: left;
    color: #c8c8c8;
}

#footer-copyright a {
    color: #c8c8c8;
    text-decoration: none;
    cursor: text;
}

#footer-disclaimermenu {
    float: right;
}

#footer-disclaimermenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-disclaimermenu li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #828282;
    padding-bottom: 4px;
}

#footer-disclaimermenu li:first-child {
    padding-left: 0;
}

#footer-disclaimermenu li:last-child {
    padding-right: 0;
    border: 0;
}

#footer-disclaimermenu a {
    text-decoration: none;
    color: #006cad;
}

.footer-contact-image {
    height: 25px;
    margin-right: 10px;
    display: inline;
    vertical-align: middle;
}

.player .vp-target {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

#contentpage-content {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

#page-bannerbar {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 50px;
}

#page-banner-image {
    height: 250px;
    float: left;
    width: 100%;
    background: url('/application/themes/aarsleff/images/banner.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*width: 100%;*/
    /*float: left;*/
}

#page-banner-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    float: left;
}

#breadcrumbs {
    width: 100%;
    float: left;
    margin-top: 25px;
    color: #006cad;
}

#breadcrumbs ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

#breadcrumbs li {
    float: left;
}

#breadcrumbs li:after {
    content: "/";
    margin: 0 5px;
}

#breadcrumbs li:last-child:after {
    content: "";

}

#breadcrumbs a {
    font-size: 13px;
    color: #c57418;
    text-decoration: none;
    border-bottom: 1px solid #c57418;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#breadcrumbs a:hover {
    border-color: transparent;
}

.content {
    width: 100%;
    float: left;
    color: #006cad;
    font-family: 'Titillium Web', sans-serif;


    font-weight: 400;
    line-height: 1.75em;
}

.content a {
    color: #c57418;
    text-decoration: none;
    border-bottom: 1px solid #c57418;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.content a:hover {
    border-color: transparent;
}

.page-title {
    width: 100%;
    float: left;
}

.page-title h1, h1.page-title {
    color: white;
        text-transform: uppercase;
        font-size: 40px;
        line-height: 1em;
        z-index: 3;
        font-weight: 700;
}
.title-container {
    align-items: center;
    height: 100%;
    display: flex;
}
#page-banner-image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent linear-gradient(90deg, #122459 0%, #12245980 38%, #6895BC33 100%) 0 0 no-repeat padding-box;
}
/*.content-wrap {*/
    /*width: 100%;*/
    /*float: left;*/
    /*display: flex;*/
    /*flex-flow: row;*/
    /*justify-content: space-between;*/
/*}*/

.page-content {
    width: 60%;
    float: left;
    padding: 0 100px 0 0;
    box-sizing: border-box;
}

.content-image {
    width: 40%;
    float: left;
}

.content-image .projectsvideo{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.content-image img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.full-width-content {
    width: 100%;
    float: left;
    /*margin-top: 50px;*/
}

#pagesloganbar {
    width: 100%;
    float: left;
    padding: 180px 0 160px 0;
    margin-top: 60px;
    margin-bottom: 30px;
    position: relative;
}

#pagesloganbar-image {
    background: url('/application/themes/aarsleff/images/projecten/project-2.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#pagesloganbar-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 108, 173, 0.75);
}

#pagesloganbar-content {
    position: relative;
    z-index: 3;
}

#pagesloganbar-title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 38px;
    line-height: 87px;
    font-weight: 300;
}

#pagesloganbar-slider {
    width: 100%;
    /*margin-left: 65px;*/
    float: left;
    margin-top: 50px;
    position: relative;
}

#content-tussen-banner {
    width: 100%;
    float: left;
}

#project {
    width: calc(100% + 40px);
    float: left;
    display: flex;
    /*flex-wrap: row wrap;*/
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    padding: 0px 0 85px 0;
    align-content: flex-start;
    margin-left: -40px;
}

.project {
    width: calc((100%/3) - 40px);
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 25px;
    margin-left: 40px;
}

.project img {
    max-width: 100%;
    height: auto;
    float: left;
    align-self: flex-start;
    padding: 0  25px;
}

.project-title {
    width: 100%;
    max-width: 100%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-top: 25px;
    color: #006cad;
    font-size: 19px;
    align-self: flex-start;
}

.project-date {
    width: 100%;
    max-width: 100%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
    color: #006cad;
    font-size: 15px;
    align-self: flex-start;
}

.project-detail-date {
    width: 100%;
    float: left;
    margin-top: -35px;
}

.project-text {
    width: 100%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
    margin-top: 15px;
    font-size: 16px;
    color: #868685;
    align-self: flex-start;
}

.project-link {
    width: 100%;
    float: left;
    margin-top: 25px;
    box-sizing: border-box;
    align-self: flex-end;
}

.project-link a {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 10px 25px;
    background: #006cad;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 19px;
}
#page-maps-project {
    width: 100%;
    height: 500px;
    float: left;
    position: relative;
}

#page-maps-project #map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.project-image {
    overflow: hidden;
    transition: background-color: 0.3s;
    height: 220px;
    object-fit: cover;
}
.nieuws-image {
    width: 100%;
    padding-bottom: 100%;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.project-link {
    text-decoration: none;
    border-bottom: 0 !important;
}

.project-link a {
    border-bottom: 0;
}

.project-image {
    position: relative;
    float: left;
    width: 100%;
}

.project-image img {
    width: 100%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    text-align: center;
    background-color: rgba(0, 108, 173, 0.4);
    display: flex;
    justify-content: center;
}

.middle .text {
    align-self: center;
}

.project:hover .image {
    /*opacity: 0.5;*/
}

.project:hover .middle {
    opacity: 1;
}

.text {
    /*background-color: #4CAF50;*/

    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.text img {
    width: 80px;
}

#klachtenform {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.klachten-blok-line {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #006cad;
}

.klachten-blok-line h3 {
    background: #ffffff;
    margin-top: -35px;
    float: left;
    padding: 0 10px;
    margin-left: -10px;
}

#klachten-melding {
    margin-bottom: 30px;
}

.klachten-blok {
    width: 100%;
    float: left;
}

.blok-title {
    font-weight: bold;
}

#klachtenform .form-group {
    width: 100%;
    float: left;
    margin: 5px 0;
}

#klachtenform .form-group label {
    width: 320px;
    float: left;
    padding: 10px 0;
}

#klachtenform .form-group input[type="text"], #klachtenform .form-group input[type="email"], #klachtenform .form-group select  {
    width: calc(100% - 320px);
    float: left;
    box-sizing: border-box;
}

#klachtenform .form-group textarea {
    width: 100%;
    float: left;
    margin: 5px 0 0;
    resize: vertical;
}
#klachtenform select {
    width: 100%;
    float: left;
}
.vraag-toggle {
    display: none;
    float: left;
    width: 100%;
}
.opmerking-toggle {
    display: none;
    float: left;
    width: 100%;
}
.melding-toggle {
    display: none;
    float: left;
    width: 100%;
}
#klachtenform .form-group input[type="text"], #klachtenform .form-group input[type="email"], #klachtenform .form-group textarea, select {
    border: 1px solid #006cad;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    font-family: inherit;
    font-size: 15px;

    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

#klachtenform .form-group input:focus, #klachtenform .form-group textarea:focus, #klachtenform .form-group input:hover, #klachtenform .form-group textarea:hover, select:hover {
    border-color: #c57418;
}

#klachten-verstuur {
    width: 100%;
    float: left;
    margin-top: 30px;
}

#klachten-verstuur input[type="submit"] {
    float: right;
    border-radius: 0;
    background: #006cad;
    color: #ffffff;
    border: 0;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;

    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

#klachten-verstuur input[type="submit"]:hover {
    background: #c57418;
}

#sub-menu {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 16px;
}

#sub-menu li {
    margin-bottom: 10px;
}

#sub-menu li ul {
    list-style: none;
    margin-top: 10px;
}
.vraag-td {
    width: 200px;
}

.big-title h1{
    color: #006cad;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1em;
}

.big-title h1 span{
    font-size: .8em;
    color: #c57418;
}

.vac-outer{
    display: flex;
    flex-flow: row wrap;
}

.vac-outer .vac{
    border: 10px solid #006cad;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.vac-outer .vac .vactitle{
    position: absolute;
    top: 15px;
    left: 15px;
}

.vac-outer .vac .vac-inner{
    background-color: #fff;
}

.vac-outer .vac a,
.vac-outer .vac a:hover,
.vac-outer .vac a:focus{
    text-decoration: none;
    color: #006cad;
    border-bottom: 0;
}

.vac-outer .vac a h3{
    margin-top: 0;
}

.vac-outer .vac .vac-inner{
    color: #000;
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
}

.vac-outer .vac a.link{
    padding: 10px 25px;
    background: #006cad;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 21px;
    display: block;
    text-align: center;
    margin-top: 30px;
    align-self: flex-end;
}

.vac-outer .vac a.link:hover,
.vac-outer .vac a.link:focus{
    background: #033A5C;
    color: #fff;
}

@media only screen and (min-width: 992px) {
    .vaclist .vac-outer .vac{
        width: calc(33% - 57px);
        margin: 15px;
    }

    .vaclist .vac-outer .vac:nth-child(1n) {
        margin-left: 0;
    }

    .vaclist .vac-outer .vac:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vaclist .vac-outer .vac{
        width: calc(50% - 58px);
        margin: 15px;
    }

    .vaclist .vac-outer .vac:nth-child(1n) {
        margin-left: 0;
    }

    .vaclist .vac-outer .vac:nth-child(2n) {
        margin-right: 0;
    }
}

.homeitem .vac-outer{
    position: relative;
    background-color: #006cad;
    color: #fff;
}

.homeitem .vac-outer .vac{
    position: static;
    margin: 0;
    margin: 0;
    padding: 0 15px 0 15px;
    border: 0;
}

.homeitem .vac-outer .vac .vactitle{
    position: static;
    display: block;
    text-transform: uppercase;
}

.homeitem .vac-outer .vac h3.most-recent{
    background-color: #fff;
    color: #006cad;
    padding: 10px;
    margin: 0 -15px 0;
    text-transform: uppercase;
    font-weight: 300;
    border-left: 5px solid #006cad;
    border-right: 5px solid #006cad;
    border-top: 5px solid #006cad;
    text-align: center;
    font-size: 1.5em;
}

.homeitem .vac-outer .vac a.vactitle h3{
    background-color: #006cad;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    margin-top: 15px;
}

.homeitem .vac-outer,
.homeitem .vac-outer .vac,
.homeitem .vac-outer .vac .vac-inner{
    display: block;
}

.homeitem .vac-outer .vac .link-group{
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

.homeitem .vac-outer .vac a.link{
    background: #fff;
    color: #006cad;
    margin-top: 0;
}

.homeitem .vac-outer .vac a.link:hover,
.homeitem .vac-outer .vac a.link:focus{
    background-color: #ddd;
}

.homeitem .vac-outer .vac a.link:first-child{
    margin: 30px -10px 0 -10px;
}

.homeitem .vac-outer .vac a.link:last-child{
    background-color: #006cad;
    color: #fff;
}

.homeitem .vac-outer .vac .vac-inner{
    background-color: inherit;
    color: #fff;
    margin-bottom: 200px;
}

.homeitem .projectsvideo{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
