* {
  padding:0px;
  margin:0px;
}

body {
  background:#fff;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

p {
  font-weight: 400;
}

.nav {
  background:transparent;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  overflow: hidden;
  height: 90px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

a {
  color: #ff6000;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

a:hover {
  color:#c25207;
}

.nav.active {
  background:#fff;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


h1 {
  color: #222222;
  font-weight: 700;
  font-size: 43px;
  line-height: 55px;
  margin:0px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

h1.headline {
  text-transform: none;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  width: 90%;
  left: 5%;
  line-height: 40px;
  bottom: 35%;
  text-shadow: 0 0 25px #000; 
}


h1:after {
  content: ' ';
  position: absolute;
  display: block;
  background:url('../img/cross.png') no-repeat left top;
  background-size: 100% auto;
  width: 8px;
  height: 10px;
  bottom: 4px;
  right: -12px;
  line-height: 60px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

h1.headline:after {
  display: none;
}

.other h1.headline {
  display: none;
}

h2 {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin:0px 0px 20px 0px;
}

h3 {
  font-size: 15px;
  font-weight: 700;
  color: #494949;
  letter-spacing: 8px;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0px;
  position: relative;
  z-index: 3;
}

.menu {
  width: 400px;
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -620px;
  display: flex;
  justify-content: space-between;
}

.menu.menu-right {
  margin-left: 220px;
}

.menu li {
  display: inline-block;
}

.menu li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding:0px 0px 37px 0px;
  color: #fff;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.nav.active .menu li a {
  color: #333;
}

.nav .menu li a:hover, .nav .menu li a.active {
  color: #ff6000 !important;
}

.menu li a:before {
  height: 3px;
  width: 0px;
  position: absolute;
  bottom: 0px;
  content: ' ';
  left: 0px;
  background:#ff6000;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.menu li a:hover:before, .menu li a.active:before {
  width: 100%;
}

.logo {
  max-width: 300px;
  position: absolute;
  left: 50%;
  display: block;
  margin-left: -150px;
  top: 28px;
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
     -moz-transition: all .6s ease-in-out;
      -ms-transition: all .6s ease-in-out;
       -o-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
  -webkit-transform: translateX(0) translateY(-30px);
     -moz-transform: translateX(0) translateY(-30px);
      -ms-transform: translateX(0) translateY(-30px);
       -o-transform: translateX(0) translateY(-30px);
          transform: translateX(0) translateY(-30px);
}

.logo.active {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0px);
     -moz-transform: translateX(0) translateY(0px);
      -ms-transform: translateX(0) translateY(0px);
       -o-transform: translateX(0) translateY(0px);
          transform: translateX(0) translateY(0px);
}

.logo.bottom {
  opacity: 0;
}

.logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header {
  width: 100%;
  height: 700px;
  min-height: 650px;
  background: url('../img/header-image.jpg') no-repeat center;
  background-size: cover;
  position: relative;
}

.header:after {
  content: ' ';
  width: 100%;
  bottom: 0px;
  position: absolute;
  height: 320px;
  background: url('../img/shadow.png') repeat-x center bottom;
  z-index: 1;
}

.header:before {
  content: ' ';
  width: 100%;
  top: 0px;
  position: absolute;
  height: 320px;
  background: url('../img/top-shadow.png') repeat-x center top;
  z-index: 1;
  opacity: .6
}

.header-section {
  position: absolute;
  width: 30%;
  padding: 0px 20px;
  bottom: 40px;
  text-align: center;
  z-index: 2;
}

.header-section p {
  color: #fff;
  font-weight: 500;
  -webkit-transition: all .6s ease-in-out;
     -moz-transition: all .6s ease-in-out;
      -ms-transition: all .6s ease-in-out;
       -o-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(30px) translateY(-30px);
     -moz-transform: translateX(30px) translateY(-30px);
      -ms-transform: translateX(30px) translateY(-30px);
       -o-transform: translateX(30px) translateY(-30px);
          transform: translateX(30px) translateY(-30px);
}

.header-section h2 {
  -webkit-transition: all .6s ease-in-out;
     -moz-transition: all .6s ease-in-out;
      -ms-transition: all .6s ease-in-out;
       -o-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(30px) translateY(-30px);
     -moz-transform: translateX(30px) translateY(-30px);
      -ms-transform: translateX(30px) translateY(-30px);
       -o-transform: translateX(30px) translateY(-30px);
          transform: translateX(30px) translateY(-30px);
}

.hs-active {
  -webkit-transform: translateX(0) translateY(0px) !important;
     -moz-transform: translateX(0) translateY(0px) !important;
      -ms-transform: translateX(0) translateY(0px) !important;
       -o-transform: translateX(0) translateY(0px) !important;
          transform: translateX(0) translateY(0px) !important;
  opacity: 1 !important;
}

.section {
  padding: 70px 0px;
}

.intro-content {
  width: 100%;
  max-width: 420px;
  margin-left: 50%;
}

.intro-content h1 {
  color: #ededed;
  margin:50px 0px 0px -10px;
}

.intro-content h3 {
  margin:-20px 0px 20px 0px;
}

.intro-section {
  position: relative;
  background-image: url('../img/intro-building.png');
  background-repeat: no-repeat;
  background-position:-100% 140px;
  padding: 120px 0px 200px 0px;
  background-size: auto 290px;
  -webkit-transition: all .6s ease-in-out;
     -moz-transition: all .6s ease-in-out;
      -ms-transition: all .6s ease-in-out;
       -o-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}

.intro-section.active {
  background-position:-28% 140px;
}

a.link, .link {
  color: #ff6000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  background-color:transparent;
  border:none;
  letter-spacing: 4px;
  display: inline-block;
  padding-left: 17px;
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  background-size: auto 42%;
  margin-top: 20px;
  background-position: left 8px;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

a.link:hover, .link:hover {
  padding-left: 30px;
}

a.link.white-arrow {
  background-image: url('../img/white-arrow.png');
}

.dark-section {
  background: #303030;
  padding: 100px 0px 250px 0px;
  text-align: center;
  position:relative;
  margin-bottom: 30px;
}

.dark-section.over-section {
  padding-bottom: 130px;
}

.dark-section h1, .dark-section p {
  color: #fff;
  margin: 20px auto 0px auto;
  text-align: center;
  max-width: 540px;

}

.main-bd {
  position: absolute;
  display: block;
  bottom: -20px;
  z-index: 1;
  left: 50%;
  margin-left: -1220px;

}

.hs1    { left: 30px; }
.hs2    { left: 50%; margin-left: -15%; }
.hs3    { right: 30px; }


.section.bottom-section {
  padding: 100px 0px;
}

.side {
  float: left;
}

.left-side {
  width: 35%;
  text-align: right;
  padding-top: 110px;
}

.left-side h1 {
  font-size: 48px;
  line-height: 58px;
  margin: 6px 0px;
  -webkit-transition: all .6s ease-in-out;
     -moz-transition: all .6s ease-in-out;
      -ms-transition: all .6s ease-in-out;
       -o-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(-30px) translateY(0px);
     -moz-transform: translateX(-30px) translateY(0px);
      -ms-transform: translateX(-30px) translateY(0px);
       -o-transform: translateX(-30px) translateY(0px);
          transform: translateX(-30px) translateY(0px);
}

.left-side h1.active {
  -webkit-transform: translateX(0px) translateY(0px);
     -moz-transform: translateX(0px) translateY(0px);
      -ms-transform: translateX(0px) translateY(0px);
       -o-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
  opacity: 1;
}

.left-side h1:after {
  bottom: 9px;
  right: -15px;
}

.left-side h1 a {
  display: block;
  color: #333;
  letter-spacing: -2px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

.left-side h1:hover a {
  color: #ff6000;
  -webkit-transform: translateX(15px) translateY(0px);
     -moz-transform: translateX(15px) translateY(0px);
      -ms-transform: translateX(15px) translateY(0px);
       -o-transform: translateX(15px) translateY(0px);
          transform: translateX(15px) translateY(0px);
}

.left-side h1:hover:after {
  opacity: 0;
}

.right-side {
  width: 100%;
  max-width: 560px;
  padding: 35px 0px 35px 75px;
  margin-left: 88px;
  border-left: 1px solid #dcdcdc;
}

strong {
  font-weight: 700;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea {
  display: block;
  box-shadow: none !important;
  border: 2px solid #c2c2c2 !important;
  margin:0px 0px 15px 0px;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 14px;
  width: 100%;
  width: calc(100% - 34px);
  height: auto;
}

textarea {
  width: 100%;
  outline: none;
  height: 162px;
}

form {
  margin-top:30px;
}

input:focus, textarea:focus {
  border: 2px solid #333 !important;
}

.part {
  float: left;
  width: 48%;
}

.left-part {
  margin-right: 4%;
}

form .link {
  margin-top: 3px;
}

.footer {
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
  padding: 15px 0px;
  background:#333;
  border-top: 1px solid #ececec;
}

.header.other {
  max-height: 200px;
  overflow: hidden;
  min-height: 100px;
}

.header.other:after, .header.other .header-content {
  display: none;
}

.header.other:before {
  opacity: .9
}

.intro-section.about {
  background:transparent;
  padding: 40px 0px 120px 0px;
}

.about .intro-content {
  margin:0 auto;
  max-width: 700px;
  background:transparent;
  text-align: center;
}

.team-section {
  text-align: center;
  padding:100px 0px 120px 0px;
}

.team {
  width: 100%;
  max-width: 1010px;
  margin:20px auto;
  padding-top: 10px;
  text-align: center;
}

.team li {
  display: inline-block;
  width: 30%;
  margin:10px 15px 20px 15px;
}

.team li h3 {
  letter-spacing: 5px;
  font-weight: 600;
}

.team li img {
  border-radius: 500px;
  -webkit-border-radius:500px;
}

.team li p {
  color: #aaaaaa;
}

.acq-section {
  max-width: 700px;
  margin:0 auto;
  padding: 80px 0px 110px 0px;
}

.case-content li {
  padding: 8px 0px 8px 50px;
  border-bottom:none;
  width: 100%;
  background: url(../img/check-icon.png) no-repeat;
  background-size: 25px auto;
  background-position: 12px center;
  text-align: left;
}

.case-content {
  border:none;
  border-radius: 4px;
  -webkit-border-radius:4px;
  max-width: 350px;
  min-width: 250px;
  margin:15px auto;
  display: inline-block;
}

.case-content-holder {
  width: 700px;
  text-align: center;
}


.eig-section {
  max-width: 900px;
}

.eig-section .row p {
  text-align: center;
}

.submenu {
  width: 100%;
  text-align: center;
  background:#fff;
  position: absolute;
  z-index: 999;
  border: 1px solid #ececec;
  border-width: 1px 0px;
}

.submenu.fixed {
  position: fixed;
  top: 90px;
}

.attrib {
  width: 1px;
  height: 1px;
  background:transparent;
  z-index: -1;
  position: absolute;
  top: -90px;
}

.submenu li {
  display: inline-block;
}

.submenu li a  {
  display: block;
  padding: 10px 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  min-width: 150px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.submenu li a:after {
  content: ' ';
  position: absolute;
  display: block;
  background:url('../img/cross.png') no-repeat left top;
  background-size: 100% auto;
  width: 8px;
  height: 10px;
  bottom: 16px;
  right: -4px;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.submenu li a.first {
  min-width: 185px;
  margin-left: -35px;
}

.submenu.active li a{
  color: #878787;
}

.submenu.active li a:hover {
  color: #ff6000;
}

.submenu li a.last:after {
  display: none;
}

.pin-top {
  position: relative;
}

.pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

.arrow-down {
  position: absolute;
  top: 0px;
  height: 50px;
  width: 100%;
  display: block;
  background:url(../img/arrow-down.png) no-repeat center;
  background-size: auto 20%;
  cursor: pointer;
  opacity: .6;
  z-index: 50;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.arrow-down:hover  {
  opacity: 1;
}

.arrow-down.deactivate {
  opacity: 0;
}

ul.team li {
  text-align: left;
  margin-bottom: 50px;
  margin-top: 20px;
  width: 25%;
  margin:20px 30px 50px 30px;
}

ul.team li span {
  display: block;
  padding-left: 35px;
  line-height: 24px;
  background-size: auto 90%;
  background-repeat: no-repeat;
  text-align: left;
  margin-left: 0px;
  background-position: left center;
}

ul.team li span.phone {
  background-image: url(../img/phone-icon.png);
  background-size: auto 67%;
  background-position: left 5px;
  margin-bottom: 3px;
  margin-top: 10px;
}

ul.team li span.email {
  background-image: url(../img/email-icon.png);
  background-size: auto 52%;
  background-position: left 7px;
}

.i-req {
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

input.redd {
  border-color: red !important
}

.r-website {
  display: none !important;
}

button:focus {
  background-color:transparent;
}

.portfolio-item {
  width: 100%;
  min-height: 250px;
  margin-bottom: 45px;
  cursor: pointer;
}

.portfolio-item .img-holder {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.portfolio-item .pi-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.portfolio-item:hover .pi-img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.portfolio-item h2 {
  color: #333;
  text-align: center;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 15px
}

.portfolio-holder {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  background:rgba(255,255,255,.95);
}

.inner-holder {
  width: 100%;
  max-width: 850px;
  margin:0 auto;
  padding-top: 40px;
}

.title-group h2 {
  letter-spacing: 0px;
  color: #333;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
  text-transform: none;

  display: none;
}

.title-group h2.active {
  display: block !important;
}

.inner-holder .fotorama {
  display: none;
}

.inner-holder .fotorama.active {
  display: block !important;
}

.cross {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
  width: 35px;
  height: 35px;
  cursor: pointer;

  right: 30px;
  top: 30px;
}

.cross span {
  background: #333;
  height: 2px;
  width: 60%;
  right: 0px;
  position: absolute;
  top: 20%;
}

.cross span.first {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cross span.second {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.mogelijkheden .content-holder {
  width: 90%;
  margin:0 auto;
  max-width: 660px;
  text-align: center;
}

.vacature ul {
  text-align: left;
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0px;
} 

.vacature ul li {
  display: list-item;
  list-style-type: disc;

}

.row .col.vacature.v1 {
  padding-left: 0px;
  padding-right: 2.5rem;
  border-right:1px solid #e8e8e8;
}

.row .col.vacature.v2 {
  padding-right: 0px;
  padding-left: 2.5rem
}














