* {
  -webkit-font-smoothing: antialiased
}

.button-container {
  width: 100%;
  text-align: center;
}


body {
  font-family: 'Open Sans', sans-serif;
  color: #565656;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  background-color: #F8F8F8
}

h1 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px
}

h2 {
  font-family: 'Open Sans', sans-serif;
  color: #565656;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px
}

h2 span {
  color: #008ca7
}

h3 {
  font-family: 'Open Sans', sans-serif;
  color: #565656;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px
}

h3 span {
  color: #008ca7;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  color: #565656;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px
}

h5 {
  font-weight: 700;
  font-size: 13px;
  line-height: 28px
}

h6 {
  font-size: 20px;
  font-weight: 700;
  color: #008ca7;
  line-height: 18px
}

p {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px
}

.btn-primary {
  background-color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 35px 10px 35px;
  display: inline-block;
  border: 0 solid #fff;
  border-radius: 0;
  position: relative;
  color: #565656;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px
}

.btn-primary:hover {
  text-decoration: none;
  color: #565656;
  outline: none;
  background-color: #fff
}

.btn-primary.icon-arrow-right {
  padding-right: 55px
}

.btn-primary.icon-arrow-right:after {
  content: '\f105';
  font-family: 'fontawesome';
  position: absolute;
  right: 24px;
  margin-top: 0;
  font-size: 23px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out
}

.btn-primary.icon-arrow-right:hover:after {
  right: 14px
}

.btn-primary.icon-arrow-down {
  padding-right: 55px
}

.btn-primary.icon-arrow-down:after {
  content: '\f107';
  font-family: 'fontawesome';
  position: absolute;
  right: 24px;
  margin-top: 0;
  font-size: 23px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out
}

.btn-secondary {
  background-color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 35px 10px 35px;
  display: inline-block;
  border: 0 solid #fff;
  border-radius: 0;
  position: relative;
  color: #565656;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  background-color: #008ca7;
  box-shadow: none;
  color: #fff;
  border-bottom: 3px solid #06363A
}

.btn-secondary:hover {
  text-decoration: none;
  color: #565656;
  outline: none;
  background-color: #fff
}

.btn-secondary.icon-arrow-right {
  padding-right: 55px
}

.btn-secondary.icon-arrow-right:after {
  content: '\f105';
  font-family: 'fontawesome';
  position: absolute;
  right: 24px;
  margin-top: 0;
  font-size: 23px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out
}

.btn-secondary.icon-arrow-right:hover:after {
  right: 14px
}

.btn-secondary.icon-arrow-down {
  padding-right: 55px
}

.btn-secondary.icon-arrow-down:after {
  content: '\f107';
  font-family: 'fontawesome';
  position: absolute;
  right: 24px;
  margin-top: 0;
  font-size: 23px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out
}

.btn-secondary:hover {
  color: #fff;
  background-color: #06363A;
  border-bottom: 3px solid transparent;
}

.no-padding {
  padding: 0
}

.no-margin {
  margin: 0
}

.form-control {
  border-radius: 0;
  background-color: #F2F2F2;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  color: #565656;
  padding: 24px 13px;
  border: none
}

.form-control:focus {
  outline: none;
  border: none;
  background-color: #F2F2F2
}

html::-webkit-scrollbar {
  width: 5px;
  background-color: #1a171b
}

html::-webkit-scrollbar-thumb {
  background-color: #008ca7
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: flex
}

header#header {
  z-index: 999;
  width: 100%;
  position: fixed;
  background-color: #008ca7;
  margin: auto;
  padding: 25px 0;
  height: 100%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  top: 0
}

header#header.is-home {
  background-color: transparent
}

header#header.hasScrolled {
    height: 110px;
    background-color: #f7f7f7;
    margin-top: -20px;
}

header#header>div {
  position: relative;
  max-width: 80%;
  margin: auto
}

header#header .left {
  float: left;
  width: 150px;
  height: 80px;
  top: 25px
}

header#header .left .logo {
  width: 100%;
  display: flex;
  position: relative;
  height: 100%;
  z-index: 999
}

header#header .left .logo img {
  width: 100%;
  margin: auto;
  height: 62px;
  margin-left: 0
}

header#header .rechts {
  float: right;
  width: auto;
  height: 80px;
  top: 25px;
  display: flex
}

header#header .rechts #menuTrigger {
  height: 100%;
  display: flex;
  text-decoration: none;
  z-index: 999
}

header#header .rechts #menuTrigger .text {
  margin: auto;
  display: flex
}

header#header .rechts #menuTrigger .text .bars .bar {
  width: 15px;
  height: 3px;
  background-color: #565656;
  border-radius: 0;
  margin-bottom: 2px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out
}

header#header .rechts #menuTrigger .text span {
  font-size: 16px;
  font-weight: 700;
  margin-left: 6px;
  line-height: 13px;
  color: #565656;
}

header#header .rechts #menuTrigger.menu-open .text .bars .bar-1 {
  transform: rotate(45deg);
  margin-top: 5px
}

header#header .rechts #menuTrigger.menu-open .text .bars .bar-2 {
  opacity: 0
}

header#header .rechts #menuTrigger.menu-open .text .bars .bar-3 {
  transform: rotate(-45deg);
  margin-top: -10px
}

header#header .rechts #menu {
  margin: auto 0;
  padding: 0
}

header#header .rechts #menu li {
  display: inline
}

header#header .rechts #menu li a {
  text-decoration: none;
  color: #565656;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 20px 0 8px
}

header#header .rechts #menu li:last-child a {
  padding-right: 0
}

header#header .rechts #menu li.active:before {
  content: "■";
  font-family: "Arial Black";
  color: #008ca7;
  top: -2px;
  position: relative
}

header#header .rechts #mobile-menu-wrapper {
  position: fixed;
  z-index: 998;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  background: #008ca7
}

header#header .rechts #mobile-menu-wrapper #mobile-menu {
  list-style: none;
  margin: auto;
  padding: 0;
  text-align: center
}

header#header .rechts #mobile-menu-wrapper #mobile-menu li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 5px
}

header#header .rechts #mobile-menu-wrapper #mobile-menu li.active:before {
  content: "■";
  font-family: "Arial Black";
  color: #83B7BF;
  top: -2px;
  position: relative
}

@media (min-width:1200px) {
  header#header .rechts #menu {
    display: block
  }
  header#header .rechts #menuTrigger {
    display: none
  }
}

@media (min-width:992px) and (max-width:1199px) {
  header#header .rechts #menu {
    display: none
  }
  header#header .rechts #menuTrigger {
    display: flex
  }
}

@media (min-width:768px) and (max-width:991px) {
  header#header .rechts #menu {
    display: none
  }
  header#header .rechts #menuTrigger {
    display: flex
  }
}

@media (min-width:481px) and (max-width:767px) {
  header#header .rechts #menu {
    display: none
  }
  header#header .rechts #menuTrigger {
    display: flex
  }
}

@media (max-width:480px) {
  header#header .rechts #menu {
    display: none
  }
  header#header .rechts #menuTrigger {
    display: flex
  }
}

#footer {
  padding: 60px 50px 0 50px;
  background-color: #008ca7!important;
}

#footer .block {
  margin-bottom: 55px
}

#footer a, #footer b, #footer p{
  display: block;
  color: #fff;
  font-size: 14px
}

#footer i {
  display: block;
  color: #fff;
  font-size: 27px;
  margin-bottom: 5px
}

#footer .card {
  padding: 20px;
  border: none;
  border-radius: 0;
  margin-bottom: 30px
}

#footer #map {
  height: 100%;
}

#copyright p{
color: #fff!important;
}

#copyright a{
color: #e3e3e3!important;
}

#copyright {
  padding: 200px 50px 35px 50px;
  background-color: #333333;
  border-top: 1px solid #979797;
  display: inline-block;
  width: 100%;
  margin-bottom: -15px;
  margin-top: -200px
}


#copyright a i {
  margin: auto
}

@media (max-width:480px) {
  #footer {
    padding: 60px 10px 0 10px
  }
  #copyright {
    padding: 200px 10px 35px 10px
  }
}

#wrapper-front-page .background-box {
  margin-top: -250px;
  padding-top: 250px;
  background: url('img/background2.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain
}

#wrapper-front-page #slider .carousel-inner .carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#wrapper-front-page #slider .carousel-inner .carousel-item h2 {
  max-width: 90%;
  margin-left: 900px;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 35px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

#wrapper-front-page #slider .carousel-inner .carousel-item p {
  color: #fff;
}

#wrapper-front-page #slider .carousel-inner .carousel-item h2 span {
  color: #fff;
  border-bottom: 6px solid #6DC0C7;
  display: inline-block;
  line-height: 30px
}

#wrapper-front-page #block-in-slider {
  width: 80%;
  margin: auto;
  text-align: center;
  background-color: #fff;
  margin-top: -130px;
  z-index: 9;
  position: relative;
  padding: 70px 80px 30px 80px
}

#wrapper-front-page #block-in-slider .scrollDown {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-color: #fff;
  margin: auto;
  border-radius: 100%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15)
}

#wrapper-front-page #block-in-slider .scrollDown a#ScrollDown {
  margin: auto;
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #565656
}

#wrapper-front-page #block-in-slider .scrollDown a#ScrollDown i {
  margin: auto
}

#wrapper-front-page #block-in-slider h3 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #008ca7;
  font-weight: 900
}

#wrapper-front-page #block-in-slider p {
  line-height: 50px;
  color: #565656
}

#wrapper-front-page #block-in-slider p b {
  font-style: bold
}

#wrapper-front-page #people {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
  text-align: center
}

#wrapper-front-page #people .wrapper {
  width: 80%;
  margin: auto
}

#wrapper-front-page #people #people-carousel {
  position: relative
}

#wrapper-front-page #people>div.row>div {
  padding-top: 15px;
  padding-bottom: 15px
}

#wrapper-front-page #people .card {
  border: none;
  border-radius: 0;
  height: 440px;
  width: 440px;
  background-size: cover;
  background-position: center;
  overflow: hidden
}

#wrapper-front-page #people .card .text-block {
  display:block;
  width: 88%;
  padding: 0 10px;
  background-color: rgba(255,255,255,0.87);
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}

#wrapper-front-page #people .card .text-block h3 {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  padding: 14px 0 5px 0;
  text-transform: uppercase
}

#wrapper-front-page #people .navigators {
  width: 100%;
  height: 100%
}

#wrapper-front-page #people .navigators .prev-wrapper {
  position: absolute;
  left: -35px;
  width: 65px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto
}

#wrapper-front-page #people .navigators .prev-wrapper a {
  color: #565656;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  display: flex
}

#wrapper-front-page #people .navigators .prev-wrapper a i {
  margin: auto
}

#wrapper-front-page #people .navigators .next-wrapper {
  position: absolute;
  left: -35px;
  width: 65px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  right: -35px
}

#wrapper-front-page #people .navigators .next-wrapper a {
  color: #565656;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  display: flex
}

#wrapper-front-page #people .navigators .next-wrapper a i {
  margin: auto
}

#wrapper-front-page #about-you {
  text-align: center;
  margin: auto;
  padding: 50px 190px
}

#wrapper-front-page #logo-banner {
  padding-top: 50px;
  padding-bottom: 50px
}

#wrapper-front-page #logo-banner .slick-slide {
  margin: 0 30px
}

#wrapper-front-page #logo-banner .slick-slide img {
  width: 100%;
      margin: 0 auto;
}


#wrapper-front-page #logo-banner .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

#wrapper-front-page #logo-banner .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

#wrapper-front-page #logo-banner .slick-list:focus {
  outline: none
}

#wrapper-front-page #logo-banner .slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

#wrapper-front-page #logo-banner .slick-slider .slick-track, #wrapper-front-page #logo-banner .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

#wrapper-front-page #logo-banner .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

#wrapper-front-page #logo-banner .slick-track:before, #wrapper-front-page #logo-banner .slick-track:after {
  display: table;
  content: ''
}

#wrapper-front-page #logo-banner .slick-track:after {
  clear: both
}

#wrapper-front-page #logo-banner .slick-loading .slick-track {
  visibility: hidden
}

#wrapper-front-page #logo-banner .slick-slide {
  display: none;
  float: left;
  height: 177px;
  min-height: 1px;
}

#wrapper-front-page #logo-banner [dir='rtl'] .slick-slide {
  float: right
}

#wrapper-front-page #logo-banner .slick-slide img {
  display: inline-block;
}

#wrapper-front-page #logo-banner .slick-slide.slick-loading img {
  display: none
}

#wrapper-front-page #logo-banner .slick-slide.dragging img {
  pointer-events: none
}

#wrapper-front-page #logo-banner .slick-initialized .slick-slide {
  display: block
}

#wrapper-front-page #logo-banner .slick-loading .slick-slide {
  visibility: hidden
}

#wrapper-front-page #logo-banner .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

#wrapper-front-page #logo-banner .slick-arrow.slick-hidden {
  display: none
}

#wrapper-front-page #expertise {
  padding: 60px 50px 70px 50px;
  background-image: url('img/background2.png');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat
}

#wrapper-front-page #expertise h2 {
  text-align: center;
  margin-bottom: 25px
}

#wrapper-front-page #expertise .info-blokken .card {
  display: block;
  padding: 70px;
  border: none;
  border-radius: 0
}

#wrapper-front-page #expertise .info-blokken .card img {
  margin-bottom: 38px
}

#wrapper-front-page #expertise .items {
  margin-top: 25px
}

#wrapper-front-page #expertise .items .card {
  border: none;
  border-radius: 0;
  height: 353px;
  background-size: cover;
  background-position: center;
  overflow: hidden
}

#wrapper-front-page #expertise .items .card .text-block {
  width: 88%;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}

#wrapper-front-page #expertise .items .card .text-block h3 {
  padding: 14px 0 5px 0;
  font-weight: 900
}

#wrapper-front-page #expertise .items .card .hover-block {
  position: absolute;
  top: 100%;
  height: 100%;
  text-align: center;
  padding: 37px 13px;
  opacity: 0;
  background-color: rgba(6, 110, 119, 0.85);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

#wrapper-front-page #expertise .items .card .hover-block .button-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px
}

#wrapper-front-page #expertise .items .card .hover-block p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700
}

#wrapper-front-page #expertise .items .card:hover .hover-block {
  top: 0;
  opacity: 1
}

#recent-projects {
  background-color: #fff;
  padding: 72px 50px 70px 50px
}

#recent-projects h2 {
  text-align: center
}

#recent-projects ul#filter {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}

#recent-projects ul#filter li {
  display: inline-block;
  margin: 10px
}

#recent-projects ul#filter li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #7F7F7F;
  padding: 2px 0;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out
}

#recent-projects ul#filter li.active a, #recent-projects ul#filter li a:hover {
  color: #1B1B1B;
  border-bottom: 4px solid #1B1B1B
}

#recent-projects #recent-carousel {
  position: relative
}

#recent-projects #projectCarousel .content .card {
  border: none;
  border-radius: 0;
  height: 404px;
  background-size: cover;
  background-position: center;
  overflow: hidden
}

#recent-projects #projectCarousel .content .card .text-block {
  width: 88%;
  padding: 0 10px;
  background-color: #fff;
  text-align: left;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px
}

#recent-projects #projectCarousel .content .card .text-block h3 {
  font-weight: 700;
  font-size: 16px;
  padding: 14px 0 5px 0;
  text-transform: uppercase
}

#recent-projects #projectCarousel .content .card .hover-block {
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 25px 23px;
  opacity: 0;
  background-color: #008ca7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

#recent-projects #projectCarousel .content .card .hover-block .button-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px
}

#recent-projects #projectCarousel .content .card .hover-block p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px
}

#recent-projects #projectCarousel .content .card .hover-block p a {
  color: #fff;
  text-decoration: underline
}

#recent-projects #projectCarousel .content .card:hover .hover-block {
  top: 0;
  opacity: 1
}

#recent-projects .navigators {
  width: 100%;
  height: 100%
}

#recent-projects .navigators .prev-wrapper {
  position: absolute;
  left: -35px;
  width: 65px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto
}

#recent-projects .navigators .prev-wrapper a {
  color: #565656;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  display: flex
}

#recent-projects .navigators .prev-wrapper a i {
  margin: auto
}

#recent-projects .navigators .next-wrapper {
  position: absolute;
  left: -35px;
  width: 65px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  right: -35px
}

#recent-projects .navigators .next-wrapper a {
  color: #565656;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  display: flex
}

#recent-projects .navigators .next-wrapper a i {
  margin: auto
}

#wrapper-front-page #latest-news {
  padding: 60px 50px 70px 50px;
  background-image: url('img/background2.png');
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat
}

#wrapper-front-page #latest-news h2 {
  text-align: center;
  margin-bottom: 25px
}

#wrapper-front-page #latest-news .info-blokken .card {
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  display: block;
  padding: 20px;
  border: none;
  border-radius: 0
}

#wrapper-front-page #latest-news .info-blokken .card:hover,
#wrapper-front-page #latest-news .info-blokken .card:hover a{
  text-decoration:none;
}

#wrapper-front-page #latest-news .info-blokken .card .category {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #008ca7
}

#wrapper-front-page #latest-news .info-blokken .card .date {
  position: absolute;
  bottom: 30px;
  font-size: 14px;
  color: #fff
}

#wrapper-front-page #latest-news .info-blokken .card .name {
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 900
}

#wrapper-front-page #latest-news .info-blokken .card.linkedin, #wrapper-front-page #latest-news .info-blokken .card.text {
  padding: 20px 30px
}

#wrapper-front-page #latest-news .info-blokken .card h5, #wrapper-front-page #latest-news .info-blokken .card p {
  color: #fff;
  text-align: center
}


#wrapper-front-page #latest-news .info-blokken .card p {
  line-height: 20px;
  font-size: 12px;
}

#wrapper-front-page #latest-news .info-blokken .card.linkedin .carousel {
  height: 100%;
}

.card.linkedin {
    background-color: #008ca7!important;
}

.card.text {
    background-color: #92c2f!important;
}

#wrapper-front-page #latest-news .info-blokken .card.linkedin .carousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center
}

#wrapper-front-page #latest-news .info-blokken .card.linkedin .carousel .carousel-indicators li {
  max-width: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  margin-left: 2px;
  margin-right: 2px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #565656 \9;
  background-color: rgba(0, 0, 0, 0)
}

#wrapper-front-page #latest-news .info-blokken .card.linkedin .carousel .carousel-indicators .active {
  margin: 0;
  margin-left: 2px;
  margin-right: 2px;
  max-width: 12px;
  width: 12px;
  height: 12px;
  background-color: #ffffff
}

#wrapper-front-page #latest-news .info-blokken .card.linkedin span {
  color: #fff;
  font-size: 14px
}

#wrapper-front-page #latest-news .info-blokken .card.linkedin p, #wrapper-front-page #latest-news .info-blokken .card.linkedin h5 {
  text-align: left
}

@media (min-width:1200px) {
  #projectCarousel .carousel-inner .carousel-item.active, #peopleCarousel .carousel-inner .carousel-item.active, #projectCarousel .carousel-inner .carousel-item-next, #peopleCarousel .carousel-inner .carousel-item-next, #projectCarousel .carousel-inner .carousel-item-prev, #peopleCarousel .carousel-inner .carousel-item-prev {
    display: flex
  }
  #projectCarousel .carousel-inner .carousel-item-right.active, #peopleCarousel .carousel-inner .carousel-item-right.active, #projectCarousel .carousel-inner .carousel-item-next, #peopleCarousel .carousel-inner .carousel-item-next {
    transform: translateX(25%)
  }
  #projectCarousel .carousel-inner .carousel-item-left.active, #peopleCarousel .carousel-inner .carousel-item-left.active, #projectCarousel .carousel-inner .carousel-item-prev, #peopleCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-25%)
  }
  #projectCarousel .carousel-inner .carousel-item-right, #peopleCarousel .carousel-inner .carousel-item-right, #projectCarousel .carousel-inner .carousel-item-left, #peopleCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0)
  }
}

@media (min-width:992px) and (max-width:1199px) {
  #projectCarousel .carousel-inner .carousel-item.active, #peopleCarousel .carousel-inner .carousel-item.active, #projectCarousel .carousel-inner .carousel-item-next, #peopleCarousel .carousel-inner .carousel-item-next, #projectCarousel .carousel-inner .carousel-item-prev, #peopleCarousel .carousel-inner .carousel-item-prev {
    display: flex
  }
  #projectCarousel .carousel-inner .carousel-item-right.active, #peopleCarousel .carousel-inner .carousel-item-right.active, #projectCarousel .carousel-inner .carousel-item-next, #peopleCarousel .carousel-inner .carousel-item-next {
    transform: translateX(25%)
  }
  #projectCarousel .carousel-inner .carousel-item-left.active, #peopleCarousel .carousel-inner .carousel-item-left.active, #projectCarousel .carousel-inner .carousel-item-prev, #peopleCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-25%)
  }
  #projectCarousel .carousel-inner .carousel-item-right, #peopleCarousel .carousel-inner .carousel-item-right, #projectCarousel .carousel-inner .carousel-item-left, #peopleCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0)
  }
}

@media (min-width:768px) and (max-width:991px) {
  #projectCarousel .carousel-item .col-md-3, #peopleCarousel .carousel-item .col-md-3, #projectCarousel .carousel-item .col-md-4, #peopleCarousel .carousel-item .col-md-4 {
    display: none
  }
  #projectCarousel .carousel-item .col-md-3:first-child, #peopleCarousel .carousel-item .col-md-3:first-child, #projectCarousel .carousel-item .col-md-4:first-child, #peopleCarousel .carousel-item .col-md-4:first-child, #projectCarousel .carousel-item .col-md-3:nth-child(2), #peopleCarousel .carousel-item .col-md-3:nth-child(2), #projectCarousel .carousel-item .col-md-4:nth-child(2), #peopleCarousel .carousel-item .col-md-4:nth-child(2) {
    width: 50% !important;
    max-width: 50% !important;
    display: table;
    flex: 1
  }
  #wrapper-front-page #block-in-slider {
    width: 90%;
    padding: 60px 50px 30px 50px
  }
  #wrapper-front-page #about-you {
    padding: 50px 70px
  }
  #wrapper-front-page #expertise .info-blokken>div {
    margin-bottom: 30px
  }
  #wrapper-front-page #expertise .items>div {
    margin-bottom: 30px
  }
}

@media (min-width:481px) and (max-width:767px) {
  #projectCarousel .carousel-item .col-md-3, #peopleCarousel .carousel-item .col-md-3, #projectCarousel .carousel-item .col-md-4, #peopleCarousel .carousel-item .col-md-4 {
    display: none
  }
  #projectCarousel .carousel-item .col-md-3:first-child, #peopleCarousel .carousel-item .col-md-3:first-child, #projectCarousel .carousel-item .col-md-4:first-child, #peopleCarousel .carousel-item .col-md-4:first-child {
    width: 100% !important;
    max-width: 100% !important;
    display: table;
    flex: 1
  }
  #wrapper-front-page #block-in-slider {
    width: 90%;
    padding: 60px 20px 30px 20px
  }
  #wrapper-front-page #about-you {
    padding: 50px 30px
  }
  #wrapper-front-page #people {
    padding: 80px 20px
  }
  #wrapper-front-page #expertise {
    padding: 60px 10px 70px 10px
  }
  #wrapper-front-page #expertise .info-blokken .card {
    padding: 50px 10px
  }
  #wrapper-front-page #expertise .info-blokken>div {
    margin-bottom: 30px;
    padding: 0
  }
  #wrapper-front-page #expertise .items>div {
    margin-bottom: 30px;
    padding: 0
  }
  #wrapper-front-page #latest-news {
    padding: 60px 10px 70px 10px
  }
}

@media (max-width:480px) {
  #projectCarousel .carousel-item .col-md-3, #peopleCarousel .carousel-item .col-md-3, #projectCarousel .carousel-item .col-md-4, #peopleCarousel .carousel-item .col-md-4 {
    display: none
  }
  #projectCarousel .carousel-item .col-md-3:first-child, #peopleCarousel .carousel-item .col-md-3:first-child, #projectCarousel .carousel-item .col-md-4:first-child, #peopleCarousel .carousel-item .col-md-4:first-child {
    width: 100% !important;
    max-width: 100% !important;
    display: table;
    flex: 1
  }
  #wrapper-front-page #block-in-slider {
    width: 90%;
    padding: 60px 20px 30px 20px
  }
  #wrapper-front-page #about-you {
    padding: 50px 30px
  }
  #wrapper-front-page #people {
    padding: 80px 20px
  }
  #wrapper-front-page #expertise {
    padding: 60px 10px 70px 10px
  }
  #wrapper-front-page #expertise .info-blokken .card {
    padding: 50px 10px
  }
  #wrapper-front-page #expertise .info-blokken>div {
    margin-bottom: 30px;
    padding: 0
  }
  #wrapper-front-page #expertise .items>div {
    margin-bottom: 30px;
    padding: 0
  }
  #wrapper-front-page #latest-news {
    padding: 60px 10px 70px 10px
  }
  #wrapper-front-page #recent-carousel .text-center {
    padding: 0
  }
}

#wrapper-project-page {
  margin-top: 90px
}

#wrapper-project-page .featured-image {
  position: relative;
  height: 150px;
  min-height: 150px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#wrapper-project-page .featured-image:after {
  z-index: 0;
  content: '';
  background-color: #008ca7!important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0
}

#wrapper-project-page .featured-image h1 {
  font-weight: 700;
  width: 80%;
  margin: auto;
  z-index: 1;
  position: absolute;
  color: #fff;
  line-height: 35px;
  bottom: 60px;
  left: 0;
  right: 0
}

#wrapper-project-page .filters {
  position: absolute;
  background-color: #fff;
  margin-top: -40px;
  right: 0;
  padding-right: 50px;
  width:600px;
}

#wrapper-project-page .filters ul#filter {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex
}

#wrapper-project-page .filters ul#filter>li {
  flex: 1;
  width: 200px;
  margin: auto;
  text-align: center;
  height: 72px;
  display: flex
}

#wrapper-project-page .filters ul#filter>li>span {
  margin: auto;
  color: #008ca7;
  font-weight: 700;
  cursor: default
}

#wrapper-project-page .filters ul#filter>li .submenu {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  list-style: none;
  background-color: #fff;
  width: 200px;
  top: 72px;
  z-index: 999;
  text-align: left;
  padding: 15px
}

#wrapper-project-page .filters ul#filter>li .submenu>li a {
  font-size: 12px;
  font-weight: 600;
  color: #565656;
  text-decoration: none
}

#wrapper-project-page .filters ul#filter>li .submenu>li:before {
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #E3E3E3;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  top: 3px
}

#wrapper-project-page .filters ul#filter>li .submenu>li.selected:before {
  background-color: #008ca7;
  border-color: #e3e3e3;
}

#wrapper-project-page .filters ul#filter>li .submenu>li.active a, #wrapper-project-page .filters ul#filter>li .submenu>li:hover a {
  color: #008ca7
}

#wrapper-project-page .filters ul#filter>li:hover,
#wrapper-project-page .filters ul#filter>li.selected {
  background-color: #008ca7
}

#wrapper-project-page .filters ul#filter>li:hover .submenu,
#wrapper-project-page .filters ul#filter>li.selected .submenu {
  display: block
}

#wrapper-project-page .filters ul#filter>li:hover>span,
#wrapper-project-page .filters ul#filter>li.selected>span {
  color: #fff
}

#wrapper-project-page .filters ul#filter>li:hover>span i,
#wrapper-project-page .filters ul#filter>li.selected>span i {
  transform: rotate(180deg)
}

#wrapper-project-page #projects {
  padding: 72px 50px 70px 50px
}

#wrapper-project-page #projects h2 {
  text-align: center
}

#wrapper-project-page #projects ul#filter {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}

#wrapper-project-page #projects ul#filter li {
  display: inline-block;
  margin: 10px
}

#wrapper-project-page #projects ul#filter li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #7F7F7F;
  padding: 2px 0;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out
}

#wrapper-project-page #projects ul#filter li.active a, #wrapper-project-page #projects ul#filter li a:hover {
  color: #1B1B1B;
  border-bottom: 4px solid #1B1B1B
}

#wrapper-project-page #projects>.row>div {
  padding-top: 15px;
  padding-bottom: 15px
}

#wrapper-project-page #projects .content .card {
  border: none;
  border-radius: 0;
  height: 404px;
  background-size: cover;
  background-position: center;
  overflow: hidden
}

#wrapper-project-page #projects .content .card .text-block {
  width: 88%;
  padding: 0 10px;
  background-color: #fff;
  text-align: left;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px
}

#wrapper-project-page #projects .content .card .text-block h3 {
  font-weight: 700;
  font-size: 16px;
  padding: 14px 0 5px 0;
  text-transform: uppercase
}

#wrapper-project-page #projects .content .card .hover-block {
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 25px 23px;
  opacity: 0;
  background-color: #008ca7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

#wrapper-project-page #projects .content .card .hover-block .button-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px
}

#wrapper-project-page #projects .content .card .hover-block p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px
}

#wrapper-project-page #projects .content .card .hover-block p a {
  color: #fff;
  text-decoration: underline
}

#wrapper-project-page #projects .content .card:hover .hover-block {
  top: 0;
  opacity: 1
}

@media (min-width:1200px) {
  #wrapper-project-page .featured-image h1 {
    bottom: 30px
  }
}

@media (min-width:768px) and (max-width:991px) {
  #wrapper-project-page .filters {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0
  }
}

@media (min-width:481px) and (max-width:767px) {
  #wrapper-project-page .filters {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0
  }
  #wrapper-project-page .filters ul#filter {
    flex-wrap: wrap
  }
  #wrapper-project-page .filters ul#filter>li {
    flex: auto
  }
  #wrapper-project-page .filters ul#filter>li:nth-child(3) .submenu, #wrapper-project-page .filters ul#filter>li:nth-child(4) .submenu {
    top: 144px
  }
  #wrapper-project-page #projects {
    padding: 120px 50px 70px 50px
  }
}

@media (max-width:480px) {
  #wrapper-project-page .filters {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
  }
  #wrapper-project-page .filters ul#filter {
    flex-wrap: wrap;
  }
  #wrapper-project-page .filters ul#filter>li {
    flex: auto;
  }
  #wrapper-project-page .filters ul#filter>li:nth-child(3) .submenu, #wrapper-project-page .filters ul#filter>li:nth-child(4) .submenu {
    top: 144px;
  }
  #wrapper-project-page #projects {
    padding: 120px 25px 70px 25px;
    margin-top: 60px;
  }
}

#wrapper-single-project-page {
  margin-top: 90px
}

#wrapper-single-project-page .featured-image {
  position: relative;
  height: 150px;
  min-height: 150px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#wrapper-single-project-page .featured-image:after {
  z-index: 0;
  content: '';
  background-color: #008ca7!important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0
}

#wrapper-single-project-page .featured-image h1 {
  font-weight: 700;
  width: 80%;
  margin: auto;
  z-index: 1;
  position: absolute;
  color: #fff;
  line-height: 40px;
  bottom: 60px;
  left: 0;
  right: 0
}

#wrapper-single-project-page .featured-image h1 span.light {
  font-weight: 500
}

#wrapper-single-project-page .sidebar {
  position: absolute;
  background-color: #F8F8F8;
  margin-top: -40px;
  right: 0;
  z-index: 1;
}

#wrapper-single-project-page .sidebar ul#ctas {
  background-color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding-right: 250px;
  height: 72px
}

#wrapper-single-project-page .sidebar ul#ctas>li {
  flex: 1;
  width: 200px;
  height: 30px;
  display: flex;
  margin: auto
}

#wrapper-single-project-page .sidebar ul#ctas>li:first-child {
  border-right: 1px solid #DEDEDE
}

#wrapper-single-project-page .sidebar ul#ctas>li>a {
  margin: auto;
  text-align: center;
  color: #008ca7;
  font-weight: 700;
  text-decoration: none
}

#wrapper-single-project-page .sidebar .project-data {
  padding: 30px
}

#wrapper-single-project-page .sidebar .project-data p {
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 3px
}

#wrapper-single-project-page .sidebar .project-data p a {
  text-decoration: underline;
  color: #565656
}

#wrapper-single-project-page .carouselWrapper {
  height: 360px;
  padding-left: 10%;
  width: calc(100% - 450px);
  background-image: url('img/background.png');
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat
}

#wrapper-single-project-page .carouselWrapper .carousel .carousel-inner .carousel-item {
  height: 360px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#wrapper-single-project-page .project-details {
  width: calc(100% - 450px);
  background-color: #fff;
  padding: 60px 30px 30px 10%
}

#wrapper-single-project-page #projects {
  padding: 72px 50px 70px 50px
}

#wrapper-single-project-page #projects h2 {
  text-align: center
}

#wrapper-single-project-page #projects ul#filter {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}

#wrapper-single-project-page #projects ul#filter li {
  display: inline-block;
  margin: 10px
}

#wrapper-single-project-page #projects ul#filter li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #7F7F7F;
  padding: 2px 0;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out
}

#wrapper-single-project-page #projects ul#filter li.active a, #wrapper-single-project-page #projects ul#filter li a:hover {
  color: #1B1B1B;
  border-bottom: 4px solid #1B1B1B
}

#wrapper-single-project-page #projects>.row>div {
  padding-top: 15px;
  padding-bottom: 15px
}

#wrapper-single-project-page #projects .content .card {
  border: none;
  border-radius: 0;
  height: 404px;
  background-size: cover;
  background-position: center;
  overflow: hidden
}

#wrapper-single-project-page #projects .content .card .text-block {
  width: 88%;
  padding: 0 10px;
  background-color: #fff;
  text-align: left;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px
}

#wrapper-single-project-page #projects .content .card .text-block h3 {
  font-weight: 700;
  font-size: 16px;
  padding: 14px 0 5px 0;
  text-transform: uppercase
}

#wrapper-single-project-page #projects .content .card .hover-block {
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 25px 23px;
  opacity: 0;
  background-color: #008ca7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

#wrapper-single-project-page #projects .content .card .hover-block .button-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px
}

#wrapper-single-project-page #projects .content .card .hover-block p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px
}

#wrapper-single-project-page #projects .content .card .hover-block p a {
  color: #fff;
  text-decoration: underline
}

#wrapper-single-project-page #projects .content .card:hover .hover-block {
  top: 0;
  opacity: 1
}

#wrapper-single-project-page #latest-news {
  padding: 60px 0 70px 0;
  max-width: 80%;
  margin: auto
}

#wrapper-single-project-page #latest-news h2 {
  text-align: center;
  margin-bottom: 25px
}

#wrapper-single-project-page #latest-news .info-blokken .card {
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  display: block;
  padding: 20px;
  border: none;
  border-radius: 0
}

#wrapper-single-project-page #latest-news .info-blokken .card .category {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #008ca7
}

#wrapper-single-project-page #latest-news .info-blokken .card .date {
  position: absolute;
  bottom: 30px;
  font-size: 14px;
  color: #fff
}

#wrapper-single-project-page #latest-news .info-blokken .card .name {
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 900
}

#wrapper-single-project-page #latest-news .info-blokken .card.linkedin, #wrapper-single-project-page #latest-news .info-blokken .card.text {
  padding: 20px 30px
}

#wrapper-single-project-page #latest-news .info-blokken .card h5, #wrapper-single-project-page #latest-news .info-blokken .card p {
  color: #fff;
  text-align: center
}

#wrapper-single-project-page #latest-news .info-blokken .card p {
  line-height: 20px;
  font-size: 12px
}

#wrapper-single-project-page #latest-news .info-blokken .card.linkedin .carousel {
  height: 100%
}

#wrapper-single-project-page #latest-news .info-blokken .card.linkedin .carousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center
}

#wrapper-single-project-page #latest-news .info-blokken .card.linkedin .carousel .carousel-indicators li {
  max-width: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  margin-left: 2px;
  margin-right: 2px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #565656 \9;
  background-color: rgba(0, 0, 0, 0)
}

#wrapper-single-project-page #latest-news .info-blokken .card.linkedin .carousel .carousel-indicators .active {
  margin: 0;
  margin-left: 2px;
  margin-right: 2px;
  max-width: 12px;
  width: 12px;
  height: 12px;
  background-color: #ffffff
}

#wrapper-single-project-page #latest-news .info-blokken .card.linkedin span {
  color: #fff;
  font-size: 14px
}

#wrapper-single-project-page #latest-news .info-blokken .card.linkedin p, #wrapper-single-project-page #latest-news .info-blokken .card.linkedin h5 {
  text-align: left
}

@media (min-width:1200px) {
  #wrapper-single-project-page .featured-image h1 {
    bottom: 30px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  #wrapper-single-project-page .sidebar {
    width: 400px
  }
  #wrapper-single-project-page .sidebar ul#ctas {
    padding-right: 0
  }
  #wrapper-single-project-page .carouselWrapper {
    width: calc(100% - 400px)
  }
  #wrapper-single-project-page .project-details {
    width: calc(100% - 400px)
  }
}

@media (min-width:768px) and (max-width:991px) {
  #wrapper-single-project-page .sidebar {
    position: relative
  }
  #wrapper-single-project-page .sidebar ul#ctas {
    padding-right: 0
  }
  #wrapper-single-project-page .sidebar .project-data {
    padding: 30px 10%
  }
  #wrapper-single-project-page .carouselWrapper {
    width: 100%
  }
  #wrapper-single-project-page .project-details {
    width: 100%
  }
}

@media (min-width:481px) and (max-width:767px) {
  #wrapper-single-page .featured-image h1 {
    font-size: 20px;
  }

  #wrapper-single-project-page .featured-image h1 {
    font-size: 20px;
  }

  #wrapper-single-project-page .sidebar {
    position: relative
  }
  #wrapper-single-project-page .sidebar ul#ctas {
    padding-right: 0
  }
  #wrapper-single-project-page .sidebar .project-data {
    padding: 30px 10%
  }
  #wrapper-single-project-page .carouselWrapper {
    width: 100%
  }
  #wrapper-single-project-page .project-details {
    width: 100%
  }
}

@media (max-width:480px) {
  #wrapper-single-page .featured-image h1 {
    font-size: 20px;
  }

  #wrapper-single-project-page .featured-image h1 {
    font-size: 20px;
  }

  #wrapper-single-project-page .sidebar {
    position: relative
  }
  #wrapper-single-project-page .sidebar ul#ctas {
    padding-right: 0
  }
  #wrapper-single-project-page .sidebar .project-data {
    padding: 30px 10%
  }
  #wrapper-single-project-page .carouselWrapper {
    width: 100%
  }
  #wrapper-single-project-page .project-details {
    width: 100%
  }
  #wrapper-single-project-page #projects {
    padding: 72px 25px 70px 25px
  }
}

#wrapper-single-page {
  margin-top: 90px;
}

#wrapper-single-page .row{
  margin: 0px;
}

#wrapper-single-page .featured-image {
  position: relative;
  height: 150px;
  min-height: 150px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#wrapper-single-page .featured-image:after {
  z-index: 0;
  content: '';
  background-color: #008ca7!important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0
}


#copyright_footer {
  color: #fff!important;
}

#wrapper-single-page .featured-image h1 {
  font-weight: 700;
  width: 80%;
  margin: auto;
  z-index: 1;
  position: absolute;
  color: #fff;
  line-height: 40px;
  bottom: 60px;
  left: 0;
  right: 0
}

#wrapper-single-page .featured-image h1 span.light {
  font-weight: 500
}

#wrapper-single-page .sidebar {
  position: absolute;
  background-color: #F8F8F8;
  margin-top: -40px;
  right: 0;
  width: 450px
}

#wrapper-single-page .sidebar div.whiteBar {
  background-color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding-right: 50px;
  height: 72px
}

#wrapper-single-page .sidebar div.whiteBar h6 {
  margin: auto 30px
}

#wrapper-single-page .sidebar div.whiteBar>li {
  flex: 1;
  width: 200px;
  height: 30px;
  display: flex;
  margin: auto
}

#wrapper-single-page .sidebar div.whiteBar>li:first-child {
  border-right: 1px solid #DEDEDE
}

#wrapper-single-page .sidebar div.whiteBar>li>a {
  margin: auto;
  text-align: center;
  color: #008ca7;
  font-weight: 700;
  text-decoration: none
}

#wrapper-single-page .sidebar .project-data {
  padding: 30px
}

#wrapper-single-page .sidebar .project-data p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 3px
}

#wrapper-single-page .sidebar .project-data p a {
  text-decoration: underline;
  color: #565656
}

#wrapper-single-page .sidebar .project-data ul {
  padding: 0;
  margin: 0;
  list-style: none
}

#wrapper-single-page .sidebar .project-data ul li {
  margin-bottom: 10px;
  margin-left: 20px;
  position: relative
}

#wrapper-single-page .sidebar .project-data ul li:before {
  content: "■";
  font-family: "Arial Black";
  color: #008ca7;
  top: -2px;
  left: -19px;
  position: absolute;
  font-size: 20px
}

#wrapper-single-page .carouselWrapper {
  height: 360px;
  padding-left: 10%;
  width: calc(100% - 450px);
  background-image: url('img/background.png');
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat
}

#wrapper-single-page .carouselWrapper .carousel .carousel-inner .carousel-item {
  height: 360px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#wrapper-single-page .project-details {
  width: calc(100% - 450px);
  background-color: #fff;
  padding: 60px 30px 30px 10%

}

.person-details{
  margin: 20px 0px 10px;
}

.person-details .person-photo{
  height: 400px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-icons{
  width:100%;
  text-align: center;
}

.contact-icons a{
  display: inline-block;
  margin: 20px 20px;
}

.contact-icons a img{
  max-height: 20px;

}

#wrapper-single-page .voordelen {
  width: calc(100% - 450px);
  background-color: #008ca7;
  padding: 100px 30px 30px 10%;
  display: flex
}

#wrapper-single-page .voordelen h2 {
  color: #fff;
  font-weight: 800;
  margin-top: -60px;
  position: absolute
}

#wrapper-single-page .voordelen>div {
  flex: 1
}

#wrapper-single-page .voordelen>div .item {
  height: 65px;
  color: #fff;
  line-height: 17px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
  position: relative
}

#wrapper-single-page .voordelen>div .item span.nr {
  position: absolute;
  font-size: 45px;
  font-weight: 700;
  color: #FFFFFF;
  opacity: .25;
  left: -5px;
  top: 8px
}

#wrapper-single-page #employees {
  padding: 72px 50px 70px 50px
}

#wrapper-single-page #employees h2 {
  text-align: center
}

#wrapper-single-page #employees>div.row>div {
  padding-top: 15px;
  padding-bottom: 15px
}

#wrapper-single-page #employees .card {
  border: none;
  border-radius: 0;
  height: 310px;
  background-size: cover;
  background-position: center;
  overflow: hidden
}


#wrapper-single-page #employees .card .text-block {
  width: 88%;
  padding: 0 10px;
  background-color: rgba(255,255,255,0.87);
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}

#wrapper-single-page #employees .card .text-block h3 {
  font-weight: 700;
  font-size: 16px;
  padding: 14px 0 5px 0;
  text-transform: uppercase
  text-align: center;
}

@media (min-width:1200px) {
  #wrapper-single-page .featured-image h1 {
    bottom: 30px
  }
}

.featured-image {
  background-color: #fff!important;
}

@media (min-width:992px) and (max-width:1199px) {
  #wrapper-single-page .sidebar {
    width: 400px
  }
  #wrapper-single-page .sidebar ul#ctas {
    padding-right: 0
  }
  #wrapper-single-page .carouselWrapper {
    width: calc(100% - 400px)
  }
  #wrapper-single-page .project-details {
    width: calc(100% - 400px)
  }
}

@media (min-width:768px) and (max-width:991px) {
  #wrapper-single-page .sidebar {
    position: relative;
    width: 100%
  }
  #wrapper-single-page .sidebar .project-data {
    padding: 30px 10%
  }
  #wrapper-single-page .sidebar div.whiteBar h6 {
    margin: auto 10%
  }
  #wrapper-single-page .sidebar ul#ctas {
    padding-right: 0
  }
  #wrapper-single-page .carouselWrapper {
    width: 100%
  }
  #wrapper-single-page .project-details {
    width: 100%
  }
  #wrapper-single-page .voordelen {
    width: 100%
  }
}

@media (min-width:481px) and (max-width:767px) {
  #wrapper-single-page .sidebar {
    position: relative;
    width: 100%
  }
  #wrapper-single-page .sidebar .project-data {
    padding: 30px 10%
  }
  #wrapper-single-page .sidebar div.whiteBar h6 {
    margin: auto 10%
  }
  #wrapper-single-page .sidebar ul#ctas {
    padding-right: 0
  }
  #wrapper-single-page .carouselWrapper {
    width: 100%
  }
  #wrapper-single-page .project-details {
    width: 100%
  }
  #wrapper-single-page .voordelen {
    width: 100%
  }
}

@media (max-width:480px) {
  #wrapper-single-page .sidebar {
    position: relative;
    width: 100%
  }
  #wrapper-single-page .sidebar .project-data {
    padding: 30px 10%
  }
  #wrapper-single-page .sidebar div.whiteBar h6 {
    margin: auto 10%
  }
  #wrapper-single-page .sidebar ul#ctas {
    padding-right: 0
  }
  #wrapper-single-page .carouselWrapper {
    width: 100%
  }
  #wrapper-single-page .project-details {
    width: 100%
  }
  #wrapper-single-page .voordelen {
    width: 100%;
    flex-wrap: wrap
  }
  #wrapper-single-page .voordelen>div {
    flex: auto;
    width: 100%;
    margin: auto
  }
  #wrapper-single-page #employees>div>div {
    padding: 0
  }
  #wrapper-single-page #projects {
    padding: 72px 25px 70px 25px
  }
}

#wrapper-single-page #expertise {
  display: none;
  padding: 60px 0 70px 0;
  max-width: 80%;
  margin: auto
}

#wrapper-single-page #expertise h2 {
  text-align: center;
  margin-bottom: 25px;
}

#wrapper-single-page #expertise .info-blokken .card {
  display: block;
  padding: 70px;
  border: none;
  border-radius: 0;
}

#wrapper-single-page #expertise .info-blokken .card img {
  margin-bottom: 38px;
}

#wrapper-single-page #expertise .items {
  margin-top: 25px;
}

#wrapper-single-page #expertise .items .card {
  border: none;
  border-radius: 0;
  height: 353px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: block;
}

#wrapper-single-page #expertise .items .card .text-block {
  width: 88%;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px
}

#wrapper-single-page #expertise .items .card .text-block h3 {
  padding: 14px 0 5px 0;
  font-weight: 900
}

#wrapper-single-page #expertise .items .card .hover-block {
  position: absolute;
  top: 100%;
  height: 100%;
  text-align: center;
  padding: 37px 13px;
  opacity: 0;
  background-color: rgba(6, 110, 119, 0.85);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

#wrapper-single-page #expertise .items .card .hover-block .button-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px
}

#wrapper-single-page #expertise .items .card .hover-block p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700
}

#wrapper-single-page #expertise .items .card:hover .hover-block {
  top: 0;
  opacity: 1
}

.card a {
text-decoration: none;
}

#wrapper-single-page #expertise .items>div {
  margin: auto
}

@media (min-width:481px) and (max-width:767px) {
  #wrapper-single-page #expertise {
    padding: 60px 10px 70px 10px
  }
  #wrapper-single-page #expertise .info-blokken .card {
    padding: 50px 10px
  }
  #wrapper-single-page #expertise .info-blokken>div {
    margin-bottom: 30px;
    padding: 0
  }
  #wrapper-single-page #expertise .items>div {
    margin-bottom: 30px;
    padding: 0
  }
}

@media (max-width:480px) {
  #wrapper-single-page #expertise {
    padding: 60px 10px 70px 10px
  }
  #wrapper-single-page #expertise .info-blokken .card {
    padding: 50px 10px
  }
  #wrapper-single-page #expertise .info-blokken>div {
    margin-bottom: 30px;
    padding: 0
  }
  #wrapper-single-page #expertise .items>div {
    margin-bottom: 30px;
    padding: 0
  }
}

#wrapper-single-page #latest-news {
  padding: 60px 0 70px 0;
  max-width: 80%;
  margin: auto
}

#wrapper-single-page #latest-news h2 {
  text-align: center;
  margin-bottom: 25px
}

#wrapper-single-page #latest-news .info-blokken .card {
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  display: block;
  padding: 20px;
  border: none;
  border-radius: 0
}

#wrapper-single-page #latest-news .info-blokken .card .category {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #008ca7
}

#wrapper-single-page #latest-news .info-blokken .card .date {
  position: absolute;
  bottom: 30px;
  font-size: 14px;
  color: #fff
}

#wrapper-single-page #latest-news .info-blokken .card .name {
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 900
}

#wrapper-single-page #latest-news .info-blokken .card.linkedin, #wrapper-single-page #latest-news .info-blokken .card.text {
  padding: 20px 30px
}

#wrapper-single-page #latest-news .info-blokken .card h5, #wrapper-single-page #latest-news .info-blokken .card p {
  color: #fff;
  text-align: center
}

#wrapper-single-page #latest-news .info-blokken .card p {
  line-height: 20px;
  font-size: 12px
}

#wrapper-single-page #latest-news .info-blokken .card.linkedin .carousel {
  height: 100%
}

#wrapper-single-page #latest-news .info-blokken .card.linkedin .carousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center
}

#wrapper-single-page #latest-news .info-blokken .card.linkedin .carousel .carousel-indicators li {
  max-width: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  margin-left: 2px;
  margin-right: 2px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #565656 \9;
  background-color: rgba(0, 0, 0, 0)
}

#wrapper-single-page #latest-news .info-blokken .card.linkedin .carousel .carousel-indicators .active {
  margin: 0;
  margin-left: 2px;
  margin-right: 2px;
  max-width: 12px;
  width: 12px;
  height: 12px;
  background-color: #ffffff
}

#wrapper-single-page #latest-news .info-blokken .card.linkedin span {
  color: #fff;
  font-size: 14px
}

#wrapper-single-page #latest-news .info-blokken .card.linkedin p, #wrapper-single-page #latest-news .info-blokken .card.linkedin h5 {
  text-align: left
}

a {
    color: #008ca7;
}

.no-margin-top{
  margin-top:0 !important;
}
/*# sourceMappingURL=style.css.map */
