/* theme kleueren
Light geel #e7af29
Groen #103123
Donker groen #103123

/* loading fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
html {  scroll-behavior: smooth;}
body {font-family: 'Lato', sans-serif;   text-rendering: optimizeLegibility; font-weight: 300; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth;}
a {color: #103123; -webkit-transition: color 100ms linear;}
a:hover {text-decoration: none; color: #e6ae29; -webkit-transition: color 100ms linear;}

/* Global theme stuff / and helper classes */
.bg-yellow {background-color: #e6ae29;}
.bg-light-yellow {background-color: #f3cc72;}
.bg-green {background-color: #103123;}
.bg-dark-green {background-color: #002d21;}
.bg-grey {background-color: #f5f5f5;}
.text-light-green {color: #e6ae29;}

.text-green {color: #83b693;}
.text-dark-green {color: #002d21;}
.text-grey {color: #f5f5f5;}
.bg-image {background-size: cover; background-position: center}
.side-padding {padding: 0px 10px;}
.hover-overlay {background-color: rgba(0,0,0,0.3) !important; -webkit-transition: background-color 300ms linear; -ms-transition: background-color 300ms linear; transition: background-color 300ms linear;}
.hover-overlay:hover {background-color: rgba(0,0,0,0) !important; -webkit-transition: background-color 300ms linear; -ms-transition: background-color 300ms linear; transition: background-color 300ms linear;}
.padding-top {padding-top: 100px;}
.padding-mini-top {padding-top: 25px;}
.padding-bottom {padding-bottom: 100px;}
.padding-mini-bottom {padding-bottom: 25px;}
.div-shape-right {-webkit-clip-path: polygon(84% 0, 100% 15%, 100% 100%, 0 100%, 0 0); clip-path: polygon(84% 0, 100% 15%, 100% 100%, 0 100%, 0 0);}
.div-shape-left {-webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 16%); clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 16%);}
.w-max-100 {width: 100%;}
.shadow-theme {-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);}

.vh-45    {min-height: 45vh;}
.min-h-20 {min-height: 20px;}
.min-h-30 {min-height: 30px;}
.min-h-40 {min-height: 40px;}
.min-h-50 {min-height: 50px;}
.min-h-60 {min-height: 60px;}
.min-h-70 {min-height: 70px;}
.min-h-80 {min-height: 80px;}
.min-h-90 {min-height: 90px;}
.min-h-100 {min-height: 100px;}
.breadcrumb {margin-bottom: 0;}


/* Buttons */
.btn {padding: 10px 20px; border-radius: 50px !important;}
.btn-primary {background-color: #103123 !important; border-color: #103123 !important;}
.btn-primary:hover {background-color: #e6ae29; border-color: #5e9866; color: white !important;}

.btn-primary-light {background-color: #e6ae29; border-color: #e6ae29; color: #fff;}
.btn-primary-light:hover {background-color: #103123; border-color: #103123; color: #fff;}
.btn-header-top {background-color: #fff;}
.btn-header-top:hover {background-color: #e6ae29; color:#fff;}
/* Header */
.header-top {padding: 10px 30px; color: #fbfbfb; font-size: 16px; font-weight: 300;}
.header {padding: 0px 40px 0px 40px;}
.header .header-logo img {height: 100px;}



/* Nav */
.header-contact-info a {color: #fff;}
.header-nav img {height: 90px;}
.header-nav {padding: 30px 10px; font-weight: 400;}
.nav-item {font-size: 18px; padding: 0px 20px; border-right: 1px solid #002d2117;}
.nav-item:last-child {border-right: none !important;}
.navbar-light .navbar-nav .nav-link {color: #002d21; padding: 5px;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: #103123; }
.active.nav-item a {color: #103123 !important;}

/* Mobile nav */
@media only screen and (max-width: 1200px) {
    .nav-item {border-right: 0px solid #002d2117; border-bottom: 1px solid #002d2117; padding: 15px 0px;}
    .nav-item:last-child {border-bottom: 0px;}
}

/* Homepage elements */

/* Header image section */
.header-image {padding: 0px 40px 0px 40px; margin-bottom: 40px;}
.header-image .header-image-inner {}
.header-image .header-image-inner .header-image-inner-content {padding: 220px 0px; color: #fff;}

/* Flag dropdown */
.flags img{
    height: 10px;
}
.dropbtn {
    /*color: white;*/
    padding: 5px;
    /*font-size: 16px;*/
    /*border: none;*/
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    z-index: 1;
    margin-left: -110px;
    width: 155px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px 10px;
    display: block;
    text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropbtn img {height: 14px;}
/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/

/* Solutions */
.solutions {padding: 5px;}
.solutions .solutions-inner {height: 240px; padding: 71px 25px 15px 25px; color: #fff; font-weight: 400;}
.solutions .solutions-image {height: 240px;}
.solutions .solutions-image .info-hover {margin-top: 180px;}
.solutions .solutions-image .info-hover .more-info-button {background-color: #e6ae29;  padding: 0px;  width: 0px; display: inline-block; -ms-transition: width 100ms linear; transition: width 100ms linear; }
.arrow-right {margin-left: -3px;}
.solutions:hover .solutions-image .info-hover .more-info-button {padding: 10px 10px 10px 10px; width: 140px; -ms-transition: width 130ms linear; transition: width 130ms linear; }
.solutions .solutions-image .info-hover .more-info-button .inner {display: none !important; font-size: 0px; color: transparent;  -ms-transition: color 1000ms linear; transition: color 2000ms linear; }
.solutions:hover .solutions-image .info-hover .more-info-button .inner {display: inline !important; color: #333; font-size: 16px; -ms-transition: color 1000ms linear; transition: color 2000ms linear; }
.solutions .text_trans {color: transparent}
.solutions .solutions-image img { width: 45px; margin-top: -5px;}

/* Image overlay section */
.overlay-element {margin-top: -50px;  }
.overlay-element .overlay-element-container {background-color: #fff;}
.overlay-element .overlay-element-container .image {height: 500px; -webkit-transition: height 300ms linear;}
.overlay-element .overlay-element-container:hover .image {height: 530px; -webkit-transition: height 300ms linear; }



.overlay-element .overlay-element-container .overlay-element-in-overlay {margin-top: -380px; margin-bottom: 200px; min-height: 325px;-webkit-transition: height 300ms linear; -ms-transition: min-height 300ms linear; transition: margin-top 300ms linear;-ms-transition: margin-top 300ms linear; -ms-transition: padding-bottom 300ms;transition: padding-bottom 300ms;}
/*.overlay-element .overlay-element-container:hover .overlay-element-in-overlay {margin-top: -330px; margin-bottom: 120px; min-height: 355px; -webkit-transition: height 300ms linear; -ms-transition: min-height 300ms linear; transition: margin-top 300ms linear; -ms-transition: margin-top 300ms linear;-ms-transition: padding-bottom 300ms;transition: padding-bottom 300ms; }*/

/* Project overzicht in ontwikkeling */
.project-in-ontwikkeling .project-in-ontwikkeling-afbeelding {height: 220px; position: relative;}
.project-in-ontwikkeling .project-in-ontwikkeling-title h3 {font-size: 22px;}
.project-in-ontwikkeling .project-in-ontwikkeling-plaats {margin-top: -10px;}
.project-in-ontwikkeling:hover .project-in-ontwikkeling-overlay {margin-left: 0px; -ms-transition: margin 200ms ease-in-out; transition: margin 200ms ease-in-out; }
.project-in-ontwikkeling .project-in-ontwikkeling-lees-meer {position:absolute; bottom:0; margin-bottom: 10px; right: 0; margin-right: 0px; padding: 7px 15px; font-weight: 700; font-size: 18px; color: #fff; background-color: #e6ae29; opacity: 0%;}
.project-in-ontwikkeling:hover .project-in-ontwikkeling-lees-meer {opacity: 100%;  margin-right: -10px; -ms-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;}
.project-in-ontwikkeling-overlay {background-color: #e6ae29; color: #fff; margin-top: 10px; margin-left: -10px; position: absolute; padding: 2px 16px; z-index: 10;
    -webkit-clip-path:  polygon(0 0, 95% 0%, 100% 25%, 100% 75%, 95% 100%, 0 100%); clip-path:  polygon(0 0, 95% 0%, 100% 25%, 100% 75%, 95% 100%, 0 100%);
}
/* Overwrite for background color */
.project-ontwikkeld-overlay {background-color: #002d21;}

/* Project overview page */
.project-mirror-title-overlap {margin-bottom: -85px;}

/* Project page */
.project-header-inner {min-height: 60vh;}
.project-header .project-header-inner .project-header-title {padding-top: 25vh; color: #fff}
.project-images .project-image {min-height: 300px; margin-bottom: 20px;}
.project-overlap-element {margin-bottom: -85px;}
.project-overlap-element .inner {padding: 60px 30px}
.project-overlap-element .inner h2 {padding: 0px;}
.project-overlap-element .project-name {font-weight: 600;}

/* Product category page */
.category .category-single .category-single-inner {padding: 50px 0px; margin-top: 15px;}
.category .category-single a {color: #fff;}
.product-overview-image {height: 254px;}

/* Product page */
.product-header .header-overflow-element {padding: 100px 0px 50px 0px; margin-top: -50px; z-index: -10;}
.carousel-item .carousel-item-image {height: 350px; background-repeat: no-repeat; background-position: center; background-size: cover;}

.product-explained .product-explained-items .product-explained-item {border-top: 1px solid #e2e2e2; padding: 20px 0px;}
.product-explained .product-explained-items .product-explained-item i {font-size: 40px; padding-top: 0px; color: #103123 !important;}
.product-explained .product-explained-items .product-explained-item h3 {padding-bottom: 10px; font-size: 20px;}
.product-table .table-responsive {font-size: 14px;}
.product-main-header-block {background-color: rgba(73, 121, 106, 0.7);}
.product-main-categorie-title-block h3{color: #fff; font-weight: 600; text-transform: uppercase; padding: 15px 0px;}
.product-main-categorie-title-block h2{color: #fff;  text-transform: uppercase; padding: 15px 0px;}
.product-main-categorie-product-image {height: 150px;}
.product-main-categorie-product-container {border: 1px solid; border-color: #e2e2e2; }
.categorie-titel-master {margin: 0;}

/* About */
.about-function {font-size: 18px;}
.about-werkwijze .item {margin-bottom: 24px;}
.about-werkwijze .item h3 {font-size: 16px; padding: 12px;}
.about-werkwijze .item .bg-green h3 {color: #fff;}
.about-werkwijze .item .bg-green {border-radius: 12px 12px 0px 0px;}
.about-werkwijze .item .bg-yellow {border-radius: 12px 12px 0px 0px; color: #fff;}
.about-werkwijze .item .item-inner  {padding-bottom: 10px; border-radius: 12px;}

/* Our pages */
.our-header {min-height: 500px;}
.arrow-down {font-size: 40px; }
.overlay-element-our {margin-top: -85px;}
.overlay-element-our .overlay-element-container .overlay-element-in-overlay {margin-top: -380px; margin-bottom: 30px; min-height: 325px;}

/* history page*/
.timeline-wrapper {background-color: #fbfbfb;}

/* Vacature pagina */
.vacature {padding-bottom: 20px; padding-top: 20px;}
.vacature .inner {padding: 10px 20px;}
.vacature .inner .vacature-content {color: #333;}
.vacature .inner .vacature-read-more {padding-top: 30px; font-size: 18px; text-align: right; font-weight: 700;}
.vacature .inner h2 {font-size: 24px;}
.vacature .inner:hover {background-color: rgba(241, 241, 241, 0.53);}

/* Scroll to top */
.scroll-to-top{position: fixed; bottom: 20px; right: 20px; z-index: 20; scroll-behavior: smooth;}
.scroll-to-top .scroll-to-top-inner {background-color: #002d22; border: 1px solid #f5f5f5; color: #fff;  height: 50px; width: 50px; border-radius: 50%; text-align: center; font-size: 32px;}
#top {scroll-behavior: smooth; scroll-margin-top: 1em;}
/* Footer */
.footer .contact-info a {color: #e6ae29; }
.footer .footer-top-message {background-color: #002d21; }
.footer {background-color: #103123;}
.footer h3 {font-size: 1.15rem;}
.footer .social-links a {color: #e6ae29;}
.footer .social-links a {color: #e6ae29;}
.footer .social-links a:hover {color: #103123;}
.footer .social-links i {font-size: 28px; padding: 3px 3px;}

/* Whatsapp button */
.whatsapp {position: fixed; bottom: 20px; right: 20px; z-index: 20;}
.whatsapp img {height: 60px; width: 60px; border-radius: 50%; border: 1px solid #e3e3e3; background-color: #fff; padding: 10px;}





section#timeline {
    width: 80%;
    margin: 20px auto;
    position: relative;
}
section#timeline:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -1px;
    width: 2px;
    height: 100%;
    background: #d6d6d6;
}
section#timeline article {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}
section#timeline article:after {
    content: '';
    display: block;
    clear: both;
}
section#timeline article div.inner {
    width: 40%;
    float: left;
    margin: 5px 0 0 0;
    border-radius: 6px;
    /*border: 1px solid;*/
    /*border-color: #d6d6d6;*/
    background-color: #fff;
}
section#timeline article div.inner span.date {
    display: block;
    width: 60px;
    height: 60px;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -32px;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fff;
    border: 2px solid rgba(255,255,255,0.2);
    box-shadow: 0 0 0 3px #333;
}
section#timeline article div.inner span.date span {
    display: block;
    text-align: center;
}
section#timeline article div.inner span.date span.day {
    font-size: 10px;
}
section#timeline article div.inner span.date span.month {
    font-size: 18px;
}
section#timeline article div.inner span.date span.year {
    font-size: 16px;
    padding-top: 10px;
}
section#timeline article div.inner h2 {
    padding: 15px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: -1px;
    border-radius: 6px 6px 0 0;
    position: relative;
}
section#timeline article div.inner h2:after {
    content: '';
    position: absolute;
    top: 20px;
    right: -5px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
}
section#timeline article div.inner p {
    padding: 15px;
    margin: 0;
    font-size: 14px;
    color: #656565;
    border-radius: 0 0 6px 6px;
}
section#timeline article:nth-child(2n+2) div.inner {
    float: right;
}
section#timeline article:nth-child(2n+2) div.inner h2:after {
    left: -5px;
}
section#timeline article:nth-child(1) div.inner h2 {
    background: #002d21;
}
section#timeline article:nth-child(1) div.inner h2:after {
    background: #002d21;
}
section#timeline article:nth-child(2) div.inner h2 {
    background: #103123;
}
section#timeline article:nth-child(2) div.inner h2:after {
    background: #103123;
}
section#timeline article:nth-child(3) div.inner h2 {
    background: #e6ae29;
}
section#timeline article:nth-child(3) div.inner h2:after {
    background: #e6ae29;
}
section#timeline article:nth-child(4) div.inner h2 {
    background: #002d21;
}
section#timeline article:nth-child(4) div.inner h2:after {
    background: #002d21;
}
section#timeline article:nth-child(5) div.inner h2 {
    background: #103123;
}
section#timeline article:nth-child(5) div.inner h2:after {
    background: #103123;
}
section#timeline article:nth-child(6) div.inner h2 {
    background: #002d21;
}
section#timeline article:nth-child(6) div.inner h2:after {
    background: #002d21;
}
section#timeline article:nth-child(7) div.inner h2 {
    background: #103123;
}
section#timeline article:nth-child(7) div.inner h2:after {
    background: #103123;
}
section#timeline article:nth-child(8) div.inner h2 {
    background: #e6ae29;
}
section#timeline article:nth-child(8) div.inner h2:after {
    background: #e6ae29;
}
section#timeline article:nth-child(9) div.inner h2 {
    background: #002d21;
}
section#timeline article:nth-child(9) div.inner h2:after {
    background: #002d21;
}
section#timeline article:nth-child(10) div.inner h2 {
    background: #103123;
}
section#timeline article:nth-child(10) div.inner h2:after {
    background: #103123;
}
section#timeline article:nth-child(11) div.inner h2 {
    background: #002d21;
}
section#timeline article:nth-child(11) div.inner h2:after {
    background: #002d21;
}
section#timeline article:nth-child(12) div.inner h2 {
    background: #103123;
}
section#timeline article:nth-child(12) div.inner h2:after {
    background: #103123;
}
section#timeline article:nth-child(13) div.inner h2 {
    background: #e6ae29;
}
section#timeline article:nth-child(13) div.inner h2:after {
    background: #e6ae29;
}
section#timeline article:nth-child(14) div.inner h2 {
    background: #002d21;
}
section#timeline article:nth-child(14) div.inner h2:after {
    background: #002d21;
}
section#timeline article:nth-child(15) div.inner h2 {
    background: #103123;
}
section#timeline article:nth-child(15) div.inner h2:after {
    background: #103123;
}
section#timeline article:nth-child(16) div.inner h2 {
    background: #002d21;
}
section#timeline article:nth-child(16) div.inner h2:after {
    background: #002d21;
}
section#timeline article:nth-child(17) div.inner h2 {
    background: #103123;
}
section#timeline article:nth-child(17) div.inner h2:after {
    background: #103123;
}
section#timeline article:nth-child(18) div.inner h2 {
    background: #e6ae29;
}
section#timeline article:nth-child(18) div.inner h2:after {
    background: #e6ae29;
}
section#timeline article:nth-child(19) div.inner h2 {
    background: #002d21;
}
section#timeline article:nth-child(19) div.inner h2:after {
    background: #002d21;
}

/* Model popup form stuff */
/* Model container styling */
.model-ninja-forms-popup .modal-body {padding: 0px 0px 14px 0px;}
.model-ninja-forms-popup .modal-header {padding: 5px 10px;}

/* ninja forms updates */
.model-ninja-forms-popup .ninja-from-container .nf-form-fields-required {display: none;}
.model-ninja-forms-popup .ninja-from-container .nf-field-label #ninja_forms_required_items, .nf-field-container {padding: 0px !important;}
.model-ninja-forms-popup .ninja-from-container .nf-field-label label {font-size: 16px;}
.model-ninja-forms-popup .ninja-from-container .nf-field-label label {font-size: 16px;}
.model-ninja-forms-popup .ninja-from-container .nf-form-title h3 {font-size: 24px; font-weight: 600}
.model-ninja-forms-popup .ninja-from-container .nf-field-container {margin-bottom: 0px;}
.model-ninja-forms-popup .ninja-from-container .nf-form-content .btn {margin: 5px 0px !important;}