/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Biryani', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8em;
  color: #35312c;
  background-color: #25221f;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

.clear{
  display: block;
  clear: both;
}

div.container{
  width: 100%;
  margin: 0px;
}
div.content{
  display: block;
  margin: 0px;
  padding: 0px;
}
div.centerContent{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

header{
  background-image: url("../images/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 438px;
}
div.logoHolder{
  width: 190px;
  box-sizing: border-box;
  padding: 28px;
  background-color: #36312c;
  margin-left: 83px;
}
div.logoHolder img{
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
}


article{
  background-color: #FFF;
  position: relative;
  box-sizing: border-box;
}
article h1{
  font-size: 1.9em;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 35px;
}
article h1 strong{
  font-weight: 800;
}
article p{
  margin-left: 83px;
  float: left;
  width: 500px;
  padding-bottom: 55px;
}
article p:nth-child(3){
  margin-left: 34px;
}
article a{
  text-decoration: underline;
}
article a[href^="tel:"]{
  text-decoration: none;
}


/*      GALLERY    */
section.gallery{
  height: 203px;
  background-color: #f6f6f5;
  overflow: hidden;
  background-image: url("../images/gallery-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.gallery div.centerContent{
  width: 1118px;
  padding-top: 37px;
}
div.sliderArrow{
  float: left;
  height: 129px;
  width: 26px;
  color: #FFF;
  text-align: center;
  font-size: 1.4em;
}
div.sliderArrow span{
  display: block;
  height: 129px;
  width: 26px;
  line-height: 129px;
  cursor: pointer;
  background-color: #36312c;
  color: #FFF;
}
div.galleryContent{
  display: block;
  float: left;
  position: relative;
  width: 1064px;
  height: 129px;
  overflow: hidden;
  margin-left: 1px;
  margin-right: 1px;
}
div#gallerySlider{
  position: relative;
  width: 10000px;
  position: absolute;
  left: 0px;
}
div#gallerySlider img{
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 212px;
  height: 129px;
  margin-right: 1px;
  cursor: pointer;
}
div#gallerySlider a:last-of-type img{
  margin-right: 0px;
}
div.endSlide{
  float: left;
}


/*      WERKZAAMHEDEN   */
section.services{
  background-color: #ebeae9;
  color: #35312c;
}
section.services div.textHolder{
  float: left;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-left: 83px;
}
section.services h1{
  color: #36312c;
  padding-bottom: 20px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.9em;
}
section.services ul{
  width: 245px;
  padding-right: 25px;
  float: left;
  margin-left: 15px;
  line-height: 1.6em;
}
section.services img{
  width: 376px;
  float: right;
  margin-right: 83px;
  padding-top: 30px;
  padding-bottom: 30px;
}
section.services img.busHR{
  display: block;
}
section.services img.busLR{
  display: none;
}

/*      FOOTER      */
footer{
  width: 100%;
  text-align: center;
  position: relative;
}
footer div.footerInfo{
  background-color: #36312c;
  border-bottom: solid 2px #f1f0f0;
  padding-top: 32px;
  padding-bottom: 32px;
  line-height: 36px;
  color: #f1f0f0;
}
footer div.footerInfo span.fa{
  padding-right: 5px;
  color: #87827e;
}
footer div.footerInfo span.fa-envelope,
footer div.footerInfo span.fa-phone{
  padding-left: 25px;
}
footer div.footerInfo img{
  position: absolute;
  height: 36px;
  left: 83px;
}
footer div.footerInfo a.footerIcon{
  display: block;
  position: absolute;
  right: 136px;
  top: 0px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #87827e;
  font-size: 1.3em;
}
footer div.footerInfo a:last-child{
  right: 83px;
}
footer div.footerInfo a.footerIcon i{
  padding: 0px;
  line-height: 36px;
}

footer div.copyright{
  color: #726a62;
  font-size: 0.8em;
  padding-top: 30px;
  padding-bottom: 35px;
}
footer div.footerInfo br,
footer div.copyright br{
  display: none;
}