@import url('../../template/css/style.css?v=204');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap');

/* * {outline: 1px solid red !important;} */

.header img {width: 100%; height: auto;}
.aoc img {position: absolute; bottom: 0px; max-width: 120px;}

/* ######## PROJECTEN ######### */

body > .content .block.list.row {margin-top: 0; margin-bottom: 0;}
.header-image {width: 100%;}
.header-image img {width: 100%;}
.project-container {width: 80%; margin: 0 auto;}
.project-container h1 {color: #00b2a9; text-transform: lowercase; font-size: 48px; margin-bottom: 2rem;}

.project-spec {margin-bottom: 20px;}
span.project-spec-title {font-weight: 600; font-size: 26px; margin-right: 10px;}
.container-fluid.content > .row {margin-top: 0;}

/* ######## KALENDER ######### */
.date-block {background: #fff; width: 100%; height: 100%; text-align: center; padding-top: 30px;}
.date-block .date-day {font-size: 44px; font-weight: 500; display: block;}

.agenda-item.row {margin-top: 0 !important; margin-bottom: 20px !important;}

.agenda-info {width: 100%;height: 100%;padding: 10px 30px;position: relative;}
.agenda-info h2 {color: #fff;text-transform: lowercase;width: 50%;line-height: 0.8em;}
.agenda-info a.btn {position: absolute; right: 20px; bottom: 15px}

.block.content.title-head {font-size: 24px;}

.blackbg {background: #280b00; padding: 40px; color: #fff;}
.blackbg h2 {color: #fff;}

.whiteblock {padding: 40px 40px 80px 40px; background: #fff; position: relative;}
.whiteblock a.btn{position: absolute; right: 40px; bottom: 30px;}

.imagebg {}
.imagebg > div {background-position: center center; background-size: cover; margin: 0 15px;}

#slides  {margin-bottom: 0;}
#slides img {width: 100%; height: auto;}
#slides > div {width: 100%;}

.checks p {font-size: 18px;}
.checks i {font-size: 60px;color: rgba(0, 178, 169, 0.5);}

.carousel-slide {background: #d9efee; padding: 40px; color: #280b00;}
.carousel-slide h4 {color: #280b00; text-transform: uppercase;}

.logo-slide .slick-track {display: flex; align-items: center;}
.logo-slide .slick-list {padding-top: 50px !important; padding-bottom: 50px !important;}

.logoslide .slick-track {display: flex; align-items: center;}
.logoslide img {margin: 15px;}

.carousel-slide.slick-center {background: #00b3a9;color: #fff;position: relative;padding-top: 60px;padding-bottom: 60px;}
.carousel-slide.slick-center h4 {color: #fff;}
.carousel-slide.slick-center:before { background: inherit; content: ''; display: block; height: 50%; left: 0; position: absolute; right: 0; z-index: -1; -webkit-backface-visibility: hidden; }
.carousel-slide.slick-center:before { top: 0; -webkit-transform: skewY(-4.5deg); transform: skewY(-4.5deg); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; }
.carousel-slide.slick-center:after { background: inherit; content: ''; display: block; height: 50%; left: 0; position: absolute; right: 0; z-index: -1; -webkit-backface-visibility: hidden; }
.carousel-slide.slick-center:after { bottom: 0; -webkit-transform: skewY(-4.5deg); transform: skewY(-4.5deg); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; }

.blackbar {background: #280b00; color: #fff; padding: 60px 0; position: relative;}
.blackbar h2 {color: #fff;}

.blackbar .videocolumn {background: black;position: absolute;right: 0;width: 50%;height: 100%;top: 0;}
.videocolumn div {width: 100%; height: 100%; position: absolute; left: 0; right: 0;}
.videocolumn div iframe {position: absolute; left: 0; width: 100%; height: 100%; right: 0;}

.bluebar.recht {padding: 30px 0;}
.imagecolumn {position: absolute; right: 0; top: 0; height: 100%; width: 53vw;}
.imagecolumn div {width: 100%; height: 100%; position: absolute; left: 0; right: 0;}
.imagecolumn div img {position: absolute; left: 0; width: 100%; height: 100%; right: 0;}

.header-overlay {top: 9rem;}
.pinkbar {background: #d68472; color: #fff; padding: 60px 0; position: relative;}
.pinkbar h2 {color: #fff;}

.blackbar .videocolumn {background: black;position: absolute;right: 0;width: 50%;height: 100%;top: 0;}
.videocolumn div {width: 100%; height: 100%; position: absolute; left: 0; right: 0;}
.videocolumn div iframe {position: absolute; left: 0; width: 100%; height: 100%; right: 0;}

.blackbar .imageblock-black {background: black;position: absolute;left: 0;width: 47%;height: 100%;top: 0;}
.imageblock-black div {width: 100%; height: 100%; position: absolute; left: 0; right: 0;}
.imageblock-black div div {position: absolute; left: 0; width: 100%; height: 100%; right: 0;}

/* ######## TEAM ######### */
.block.list.team-overview{ }
.block.list.team-overview .item{ position: relative; height: 100%;}
.block.list.team-overview .item .function{ background: #f16f23; padding: 5px 15px; font-size: 18px; font-weight: bold; color: #ffffff; text-align: right; min-height: 39px; }
.block.list.team-overview .item .image{  }
.block.list.team-overview .item .person-details{ /*background: linear-gradient(25deg, rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);*/ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: flex-end; }
.block.list.team-overview .item .person-details h4.person-name{ font-size: 22px; color: #ffffff; padding: 20px 30px; text-shadow: 3px 3px 15px rgba(0,0,0,0.3); }
.block.list.team-overview .item .person-details .person-photo{ max-width: 240px; margin-right: 15px; }
.block.list.team-overview .item .overlay{ visibility: hidden; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; background: #f16f23cc; color: #fff; font-weight: bold; text-align: center; padding: 20px; transition: all .5s ease-in-out; }
.block.list.team-overview .item:hover .overlay{ visibility: visible; opacity: 1; }
.block.list.team-overview .item:hover .overlay p{ margin-bottom: 0 !important; }

/* ######## TEAM STAFF SLIDER ######### */
body:has(.staff-slider-row) {
    & .header-overlay {display: none !important;}
}

.staff-slider-row {position: relative; overflow: hidden; min-height: 300px;}

.block.html.staff-background {height: 100%;}
.block.html.staff-background figure { height: 100%; margin: 0;}
.block.html.staff-background figure img { object-fit: cover; width: 100%; height: 100%;}

/* ── Staff slider ── */
.block.list.staff-slider { position: absolute; height: 100%; bottom: 0; display: flex; align-items: flex-end; gap: 80px; width: max-content; opacity: 0; transition: opacity 0.4s ease; animation: marquee 444s linear infinite;}
.block.list.staff-slider .item { position: relative; display: contents; margin: 0 40px 0 0;}
.block.list.staff-slider .item img { height: 75%; max-height: 500px;  width: auto; display: block;}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ######## PROJECTEN ######### */
body > .content .block.list.row {margin-top: 0; margin-bottom: 0;}
.header-image {width: 100%;}
.header-image img {width: 100%;}
.project-container {width: 80%; margin: 0 auto;}
.project-container h1 {color: #f16f23 ; text-transform: lowercase; font-size: 48px; margin-bottom: 2rem;}

.project-spec {margin-bottom: 20px;}
span.project-spec-title {font-weight: 600; font-size: 26px; margin-right: 10px;}

.project-title-banner h4{font-family: "Source Sans Pro"; font-weight: 400; color: #f16f23;}

.project-item {overflow: hidden; }
.project-item img {transform: scale(1.0); transition: 0.3s ease-in; -o-transition: 0.3s ease-in; -ms-transition: 0.3s ease-in; -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in;}
.project-block > a:hover .project-item img {transform: scale(1.1);}

/* ######## KALENDER ######### */
.date-block {background: #fff; width: 100%; height: 100%; text-align: center; padding-top: 30px;}
.date-block .date-day {font-size: 44px; font-weight: 500; display: block;}

.agenda-item.row {margin-top: 0 !important; margin-bottom: 20px !important;}

.agenda-info {width: 100%;height: 100%;padding: 10px 30px;position: relative;}
.agenda-info h2 {color: #fff;text-transform: lowercase;width: 50%;line-height: 0.8em;}
.agenda-info a.btn {position: absolute; right: 20px; bottom: 15px}

.block.content.title-head {font-size: 24px;}

/* ######## LOGO SLIDE ######### */
.logo-slide .slick-slide {margin: 20px;}

/* ######## PROJECTEN NIEUW  ######### */
.project-gallery .card-columns {column-count: 2; column-gap: 2.5rem;}
.project-gallery .card-columns .card {margin-bottom: 2.5rem; overflow: hidden;}
.project-gallery .card-columns .card:after {content:""; display: block; background: #f7951dbc; position: absolute; height: 100%; width: 100%; top: 0; opacity: 0; visibility: hidden; transition: 0.3s ease-in; -o-transition: 0.3s ease-in; -ms-transition: 0.3s ease-in; -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; }
.project-gallery .card-columns .card:hover:after {content:""; display: block; background: #f7951dbc; position: absolute; height: 100%; width: 100%; top: 0; opacity: 1; visibility: visible;}
.project-gallery .card-columns .card:hover > a:after{content: "\f002"; top:50%; font-family:'Font Awesome 5 Pro';color: #fff;position: absolute;margin: 0 auto;left: calc(50% - 20px);z-index: 999;font-size: 40px;height: 100%;width: 100%;left: 0;}
.project-gallery .card-columns .card > a {display: block; width: 100%; height: 100%;}

/* ===== Aanpassingen voor naar nieuwe cms ===== */

.block.html .whiteblock::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #FBF4EA; opacity: 0.5;}
.block.html .whiteblock .block-text { position: relative; height: 100%; z-index: 1;}
.block.html .whiteblock .block-text a.btn {bottom: -50px; right: 0;}

.mixitup-control-active { color: #fff !important; background-color: #f16f23 !important;}

.text-overlay {position: relative;}

.row.nomarg {position: relative;}
.row.nomarg .text-overlay {position: unset;}

.news-row .block.list.row .row {width: 100%;}

/* ==================================================
================================================== */

@media only screen and (max-width: 1199px) {
    .header-overlay {top: 4rem;}
    .block.list.team-overview .item .person-details .person-photo{ max-width: 200px; }

    .block.list.staff-slider {gap: 40px;}
}

@media only screen and (max-width: 991px) {
    .header-overlay {top: 2rem; font-size: 32px;}
    .aoc img {margin-left: 0;}

    .news-row .block.list .row .btn {margin-bottom: 12px;}

    .block.list.team-overview .item .person-details .person-photo{ max-width: 150px; }
    .block.list.team-overview .item .overlay{ line-height: 1.5; }

}

@media only screen and (max-width: 767px) {
    .aoc img {max-width: 80px;}

    .blackbar .imageblock-black {width: 100%; padding: 0;}
    .blackbar .imageblock-black .block.html {position: relative;}
    .blackbar .imageblock-black .block.html::after {content: ''; background-color: #d68472; opacity: 0.9; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

    .block.list.team-overview .item .person-details .person-photo{ max-width: 200px; }
}

@media only screen and (max-width: 575px) {
    .header-overlay {top: 3rem; font-size: 24px;}
    .aoc img {max-width: 50px !important;}

    .block.content h2 {text-align: left;}
    .block.content p {text-align: left;}

    .news-row .block.list .row {margin: 0 12px;}

    .rowtext {margin: 0;}
    .slick-next:before {display: none;}
    .slick-arrow {display: none !important;}

}

@media only screen and (max-width: 480px) {
    .header-overlay {top: 2rem; font-size: 24px;}

    .block.list.team-overview .item .person-details .person-photo{ max-width: 150px; }
    .block.list.team-overview .item .overlay{ line-height: 1.1; }
}


