/*------------------------------------------------------------------------
## algemeen
------------------------------------------------------------------------*/
/*-- fonts --*/
body {
	font-family: "Proxima Nova";
	font-weight: 400;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

p {color: #1d2d2d; line-height: 200%; font-weight: 100 !important;}

h1 {font-weight: 200; text-transform: uppercase;}
h2 {text-transform: uppercase; font-size: 40px;}
h3 {font-family: 'PT Serif', serif; font-size: 24px;}

/*-- body --*/
body {overflow-x: hidden !important;}
.titel-streep {height: 3px; width: 60px; background-color: #E72168;}
div:focus, section:focus {outline: 0; border: 0;}

/* overige */
img {max-width: 100%;}
.vcenter {display: grid;}

/*------------------------------------------------------------------------
## header
------------------------------------------------------------------------*/

.navbar-toggle {position: fixed; right: 0;}
.navbar-toggle .icon-bar {background: #fff; box-shadow: 1px 1px 2px #000, 0 0 25px #000;}
.navbar-collapse {border-top: 0; -webkit-box-shadow: inherit; box-shadow: inherit;}
.navbar {border: 0 !important; margin-bottom: 0; padding: 0; z-index: 9999;}
.nav>li>a {color: #fff; font-weight: 200; font-size: 16px; padding: 20px 15px; margin: 0 0px;}
.nav>li>a:focus {background: transparent;}
.nav>li>a:hover,.nav>li.active>a {background-color: #fff; color: #145b7c;}
.nav>li>a:hover>span,.nav>li.active>a>span {transform: skew(20deg,0deg);}

div#nav-sticky {background: #145b7c;}
.is-sticky #nav-sticky {background: rgba(20, 91, 124, 0.7); transition: all ease 3s;}

.kawee-link {position: fixed; top: 20px; right: 30px; padding: 18px 0; z-index: 99;}
.kawee-link a {   
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    background: #2f2f2e;
    padding: 12px 20px;
}
.kawee-link a:hover {text-decoration: none; background: #e9e9e9; color: #2f2f2e;}

.aanwijzer .fa {position: absolute; bottom: 50px;color: #fff;}
.aanwijzer {text-align: center;}

header {position:relative; padding: 50px 0; min-height: 100vh;}
.header-bg {background: rgba(240, 80, 51, 0.75); position: relative;}
.header-bg:before	 {
	top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: url('../img/grid-dsvc.png');
}
header h1 {font-size: 70px;}

.logo {position: absolute; width: 170px; left: 30px; padding: 15px 0; z-index: 99;}

div#header-content {
    text-align: center;
}
div#header-content .naam-box img {
    width: 145px;
    float: left;
    display: block;
}
div#header-content .naam-box {
    box-sizing: border-box;
    display: inline-block;
    padding: 40px 0;
}
div#header-content .naam-box div {
    float: left;
    width: auto;
    text-align: left;
    margin: 37px 0 0 30px;
}
div#header-content .naam-box h3 {
    margin: 0;
}

/*------------------------------------------------------------------------
## sections
------------------------------------------------------------------------*/

section {padding: 115px 0;}
#section5, #section8 {min-height: 100vh;}
#section3, #section6 {padding-bottom: 0;}

/* carousel */
.carousel-box {margin-top: 125px; position: relative; height: auto;}

.slick-arrow {position: absolute; top: 50%; margin-top: -18px; padding: 8px 15px; background: rgba(0, 0, 0, 0.5); color: #ffffff; cursor: pointer;}
.slick-arrow:hover {background: rgba(0, 0, 0, 0.85);}
.prev {left: 0;}
.next {right: 0;}

/* tekst */
.tekst-wit h1 {color: #fff !important;}
.tekst-wit h2 {color: #fff !important;}
.tekst-wit h3 {color: #fff !important;}
.tekst-wit h4 {color: #fff !important;}
.tekst-wit p {color: #fff !important;}
.tekst-center {text-align: center !important;}

ul li {font-weight: 200;}
.tekst-wit ul li {color: #fff;}

/* buttons */
a.cta-donker {
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    background: #2f2f2e;
    padding: 12px 20px; display: inline-block;
}
a.cta-donker {transition: all ease 0.3s;}
a.cta-donker:hover {color: #2f2f2e; background: #e9e9e9; text-decoration: none;}

a.cta-licht {
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    background: #ee513b;
    padding: 12px 20px; display: inline-block;
}
a.cta-licht {transition: all ease 0.3s}
a.cta-licht:hover {color: #fff; background: #2f2f2e; text-decoration: none;}


/* Voorwoord */
.voorwoord .inner-box {
	background: #dfdfdf;
	padding: 14px 25px 30px;
}

/* het bedrijf */
.carousel-box {padding: 0 10px;}
.kawee-carousel img {width: 100%; padding: 20px 10px;}
.row.het-team {
    padding: 70px 0;
    text-align: center;
}
.het-team .persoon-hover {
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  z-index: 9;
}
.het-team .persoon-foto:hover .persoon-hover {
  opacity: 1;
}
.persoon-naam h3 {
	font-family: 'PT Serif', serif;
	font-size: 18px;
    margin: 14px 0 4;
}

/* fases */
.fases .row {
	margin-top: 40px;
	margin-bottom: 70px;
}

/* Proeve */
.proeve-bg {background: rgba(75, 76, 71, 0.45); position: relative;}
.proeve-bg:before	 {
	top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: url('../img/grid-dsvc.png');
}
.proeve-bg .inner-box {
	background: rgba(255, 255, 255, 0.85);
	padding: 14px 25px 30px;
}
#section5 {
    min-height: 100vh;
    position: relative;
    padding: 0px !important;
}
#section5 .slide {
    min-height: 100vh;
    padding: 150px 0px;
}
#section5 .cta-licht {margin-bottom: 25px;}
.slick-initialized .slick-slide {
    display: block;
}
.kawee-werkzaamheden .slick-track .slide {
    table-layout: fixed;
    display: table;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.kawee-werkzaamheden .slide-inner-box {
    vertical-align: middle;
    display: table-cell;
}
ul.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px;
    list-style: none;
}
.slick-dots li:hover, .slick-dots li.slick-active {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    background: transparent;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0px 5px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}
.slick-dots li button {
    display: none;
}

/* leerdoelen */
.panel-default>.panel-heading {
    color: #444;
    text-transform: uppercase;
    font-size: 17px !important;
    line-height: 140%;
}
.panel-default>.panel-heading {
    background-color: #f5f3ef;
    padding: 18px;
    border: 0;
    border-radius: 0;
}
.panel.panel-default {
    transition: max-height 0.2s ease-out;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
    border-bottom: 0;
}
.panel.panel-default .panel-title {
	padding-right: 30px;
}
a.leer-knop:after {
    content: "+";
    transform: rotate(45deg);
    display: block;
    font-size: 30px;
	margin: 3px 4px;
    color: #fff;
}
a.leer-knop {
    background: #ee513b !important;
    transform: rotate(45deg);
    border-radius: 0;
    width: 25px !important;
    height: 25px !important;
    display: block;
    position: relative;
    float: right;
    top: -30px;
}
a.leer-knop:hover, a.leer-knop:focus, a.leer-knop:active {
	text-decoration: none;
}
.goals-bg {position: relative; min-height: 100vh; background: rgba(75, 76, 71, 0.45);}
.goals-bg:before	 {
	top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: url('../img/grid-dsvc.png');
}

/* projecten */
.carousel-box.project {
	margin-top: 70px;
}
.kawee-carousel.project img {
    max-width: 65%;
    padding: 0;
    margin: 25px auto;
    box-shadow: 0 0 20px 8px #ddd;
}
.kawee-carousel.project p {
    margin: 0 auto 20px;
    max-width: 70%;
}

/*------------------------------------------------------------------------
## pijl animatie
------------------------------------------------------------------------*/

.aanwijzer .fa {-webkit-animation: knop_fade_move_down 3s ease-in-out infinite; animation: knop_fade_move_down 2s ease-in-out infinite;}
@-webkit-keyframes knop_fade_move_down {
    from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
    0% {opacity: 0; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0);}
    60% {opacity: 1; -webkit-transform: translate3d(0, 18px, 0); transform: translate3d(0, 18px, 0);}
    75% {-webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0);}
    90% {-webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0);}
    to {-webkit-transform: none; transform: none;}
}
@keyframes knop_fade_move_down {
    from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
    0% {opacity: 0; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0);}
    60% {opacity: 1; -webkit-transform: translate3d(0, 18px, 0); transform: translate3d(0, 18px, 0);}
    75% {-webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0);}
    90% {-webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0);}
    to {-webkit-transform: none; transform: none;}
}

/*------------------------------------------------------------------------
## loader
------------------------------------------------------------------------*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 250px;
    margin: -125px 0 0 -125px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #274194;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}
img.loader-logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #eee;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f05033;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #2f2f2e;
        z-index: 1000;
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }
    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded styles */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
		transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
		transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(100%);  /* IE 9 */
        transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
		transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader, .loaded img.loader-logo {
        opacity: 0;

        -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
		transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
        transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    
        -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
		transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    
/*------------------------------------------------------------------------
## mobile
------------------------------------------------------------------------*/

@media (max-width: 768px){
	nav.navbar.masthead-nav.navbar-bottom {position: absolute; width: 100%; z-index: 99;}    
    .navbar-collapse {margin-top: 100px;}
    
    .nav>li {display: flex; width: auto;}
    .nav>li a {
		padding: 7px 0px;
		margin: 6px 20px;
	}
	.nav>li>a:hover, .nav>li.active>a {
	    background: inherit;
	    color: #fff;
	    border-bottom: solid 2px #fff;
	}
    
    .slick-arrow {top: inherit; bottom: 25px;}
}