/*

tekst: #494b58
content: #eeeeee
footer: #dfe0e6
donker: #4c4d58
groen: #97c6bd
groen donkerder: #70b29f > #3eb19e

/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #494b58;
  background-color: #dfe0e6;
}

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

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

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


div.container{
  width: 100%;
  margin: 0px;
}
div.centerContent{
  width: 1200px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*      HEADER      */
header{
  position: relative;
  width: 100%;
  height: 210px;
  background-color: #FFF;
}
header div.logoHolder{
  display: block;
  float: left;
  height: 134px;
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 0px;
}
header div.logoHolder img{
  height: 100%;
}
header div.times{
  float: right;
  margin-top: 40px;
  margin-right: 55px;
}
header div.times img{
  width: 256px;
  margin-bottom: 10px;
  display: block;
}
header div.times>span{
  display: block;
}
header div.times span span{
  display: inline-block;
  width: 85px;
  text-align: left;
}

header div.callus{
  float: right;
  margin-top: 40px;
  margin-right: 100px;
}
header div.callus img{
  width: 101px;
  margin-bottom: 10px;
  display: block;
}
header div.callus p{
  margin-left: -8px;
  margin-bottom: 10px;
}
header div.callus p span.phone{
  display: inline-block;
  font-size: 1.6em;
  line-height: 1em;
  padding-top: 4px;
  color: #3eb19e;
  font-family: 'Montserrat', sans-serif;
}
header div.callus p span.fa-stack{
  display: inline-block;
  padding-right: 10px;
  margin-top: -8px;
  color: #3eb19e;
}


div.menuHolder{
  height: 44px;
  background-color: #4c4d58
}
div.menuHolder nav{
  position: relative;
  margin-left: 15px;
  z-index: 10;
}
div.menuHolder nav>ul{
  padding-top: 10px;
  text-align: left;
}
div.menuHolder nav ul li{
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 0.92em;
  height: 24px;
  line-height: 24px;
  padding-left: 27px;
  padding-right: 27px;
  border-right: solid 2px #5a5c69;
  cursor: pointer;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
}
div.menuHolder nav ul li:last-child{
  border-right: none;
  padding-right: 0px;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
div.menuHolder nav ul li a span.menuArrow{
  display: inline-block;
  border-top: solid 8px #FFF;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  margin-left: 5px;
}

div.menuHolder nav ul li ul{
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  left: 0px;
  top: 24px;
  padding-top: 10px;
  text-align: left;
  width: 100%;
}
div.menuHolder nav ul li:hover>ul{
  display: block;
}
div.menuHolder nav ul li ul li{
  display: block;
  position: relative;
  float: none;
  list-style-type: none;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.92em;
  height: 37px;
  width: 225px;
  font-weight: 400;
  line-height: 36px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  border: none;
  color: #474746;
  background-color: #eee;
  border-bottom: solid 1px #FFF;
  box-sizing: border-box;
  text-transform: uppercase;
}
div.menuHolder nav ul li ul li:hover{
  background-color: #b0e5da;
}
div.menuHolder nav ul li ul li a{
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  border: none;
}

div.menuHolder nav ul li.menuButton{
  display: none;
}


/*      CONTENT      */
div.mainContent{
  background-color: #EEE;
}
div.headerTitle{
  background-image: url('../images/title-bg.jpg');
  background-size: 32px 129px;
  background-repeat: repeat-x;
  height: 129px;
  line-height: 129px;
  color: #FFF;
}
div.headerTitle h1, div.headerTitle h2{
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2.67em;
  margin-left: 50px;
}

article,
section{
  float: left;
  width: 600px;
  margin-top: 65px;
  margin-bottom: 65px;
}
article h1{
  font-size: 2em;
  line-height: 1em;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 40px;
  margin-top: 5px;
}
article p a, article ul a, article ol a, section a{
  color: #3eb19e;
}
article p a:hover, article ul a:hover, article ol a:hover{
  text-decoration: underline;
}
article ol, article ul{
  margin-left: 15px;
}
article img{
  display: inline-block;
  width: 320px;
  margin-right: 40px;
}
article img:last-of-type{
  margin-right: 0px;
}


aside{
  float: left;
  width: 362px;
  margin: 65px;
  margin-left: 50px;
  margin-right: 75px;
}
aside img{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}


/*      HOME      */
div.slideShowHolder{
  position: relative;
  width: 100%;
  height: 400px;
}
div.slideShow{
  height: 100%;
}
div.slideShow>div{
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
div.slideShow div.centerContent{
  height: 100%;
}
div.slideShow div.centerContent div.overlay{
  position: absolute;
  top: 56px;
  right: -100px;
  width: 505px;
  height: 344px;
  background-image: url("../images/overlay-top.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
}

div.slideShow div.centerContent h2{
  position: absolute;
  left: 470px;
  top: 165px;
  color: #eee;  
  font-size: 4.6em;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 15px #000;
  z-index: 2;
}
div.headerText{
  position: absolute;
  top: 235px;
  left: 546px;
  font-size: 1.2em;
  background-color: #3eb19e;
  padding: 6px;
  box-sizing: border-box;
  color: #EEE;
  text-transform: uppercase;
  z-index: 2;
}
div.headerText strong, div.headerText b{
  color: #494b58;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

div.homeBlocks{
  padding-top: 5px;
}
a.homeButton{
  position: relative;
  display: block;
  width: 400px;
  height: 240px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  background-color: #7fc7be;  
  color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
}
a.homeButton:first-child{
  color: #494b58;
}
a.homeButton:first-child span.title{
  color: #3eb19e;
}

a.homeButton img{
  display: none;
}
a.homeButton:nth-child(3) img{
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
  width: 505px;
  height: 136px;
  z-index: 1;
}
a.homeButton span.textHolder{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 35px;
  padding-top: 45px;
  padding-bottom: 35px;
  box-sizing: border-box;
  z-index: 2;
}
a.homeButton span span{
  display: block;
}
a.homeButton span.title{
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}
a.homeButton span.text{
  line-height: 1.2em;
}
a.homeButton span.cta{
  display: inline-block;
  line-height: 28px;
  height: 28px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 15px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  background-color: #494b58;
}
a.homeButton:first-child span.cta{ 
  background-color: #3eb19e;
  color: #494b58;
}


/*      BIKES     */
div.mainContent.bikes article{
  width: auto;
  margin: 50px;
}
div.bikeHolder{
  background-color: #FFF;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
  padding-top: 50px;
  padding-bottom: 60px;
}
div.bikeHolderXML{
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #FFF;
}
div.bikeHolderXML div.centerContent div.bike{
  display: block;
  float: left;
  width: 326px;
  margin-right: 60px;
  margin-bottom: 30px;
  border-top: solid 2px #dfe0e6;
  padding-top: 30px;
}
div.bikeHolderXML div.centerContent div.bike:nth-child(1),
div.bikeHolderXML div.centerContent div.bike:nth-child(2),
div.bikeHolderXML div.centerContent div.bike:nth-child(3){
  border-top: none;
  padding-top: 0px;
}
div.bikeHolderXML div.centerContent div.bike:nth-child(3n){
  margin-right: 0px;
}
div.bikeHolderXML div.centerContent div.bike:nth-child(3n+1){
  clear: both;
}
div.bikeHolderXML div.centerContent div.bike img{
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
div.bikeHolderXML div.centerContent div.bike span.textHolder{
  display: block;
}
div.bikeHolderXML div.centerContent div.bike span.textHolder span.infoHolder{
  display: block;
  min-height: 220px;
  padding-bottom: 10px;
}
div.bikeHolderXML div.centerContent div.bike span.textHolder span.info{
  display: block;
  margin-bottom: 4px;
}
div.bikeHolderXML div.centerContent div.bike span.textHolder span.info.title{
  margin-bottom: 8px;
}
div.bikeHolderXML div.centerContent div.bike span.textHolder span.info.title,
div.bikeHolderXML div.centerContent div.bike span.price{
  font-weight: 700;
  font-size: 1.1em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
div.bikeHolderXML div.centerContent div.bike span.textHolder span.info span.label{
  display: block;
  float: left;
  width: 130px;
  text-transform: uppercase;
  color: #3eb19e;
}
div.bikeHolderXML div.centerContent div.bike span.textHolder span.info span.data{
  display: block;
  padding-left: 130px;
}
div.bikeHolderXML div.centerContent div.bike span.textHolder span.descriptionHolder{
  display: block;
  font-style: italic;
  padding-top: 10px;
}

div.bikeHolderXML div.centerContent div.bike span.textHolder span.price{
  display: block;
  background-color: #3eb19e;
  float: left;
  color: #FFF;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
div.bikeHolderXML div.centerContent div.bike span.textHolder span.price.old{
  background-color: #4c4d58;
  float: right;
  text-decoration: line-through;
}


/*      TEAM     */
div.mainContent.team article{
  width: auto;
  margin: 50px;
  margin-right: 100px;
}
div.stafHolder{
  background-color: #FFF;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
  padding-bottom: 60px;
}
a.member{
  position: relative;
  display: inline-block;
  width: 320px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 40px;
  font-size: 15px;
  line-height: 22px;
}
a.member span.imageHolder{
  display: block;
  position: relative;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-left: 60px;
}
span.imageHolder img{
  width: 100%;
  display: block;
}
a.member span.name{
  display: block;
  position: absolute;
  right: 35px;
  top: 160px;
  line-height: 28px;
  height: 28px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0.85em;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  background-color: #4c4d58;
  color: #FFF;
}
a.member span.text{
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  height: 150px;
}
a.member span.readmore{
  display: inline-block;
  line-height: 28px;
  height: 28px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 1.1em;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  background-color: #3eb19e;
  color: #494b58;
}
a.backLink{
  display: block;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #97c6bd;
  padding-top: 15px;
  margin-top: 30px;
  border-top: solid 3px #dfe0e6;
}
a.backLink span{
  display: inline-block;
  border-right: solid 10px #97c6bd;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  margin-right: 10px;
}


/*      ACTUEEL     */
div.mainContent.news article{
  width: 750px;
  margin-left: 50px;
}
div.newsItem{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 3px #dfe0e6;
}
div.newsItem:last-child{
  margin-bottom: 0px;
}
div.newsItem div.imageHolder{
  float: left;
  width: 250px;
}
div.newsItem div.imageHolder img{
  display: block;
  width: 100%;
}
div.newsItem h2, div.newsItem div.textHolder{
  padding-left: 300px;
}
div.newsItem h2, div.newsItem div.textHolder p{
  margin-bottom: 20px;
}
div.newsItem h2{
  margin-bottom: 20px;
  line-height: 1.2em;
}

div.mainContent.news aside{
  margin-left: 100px;
  margin-right: 50px;
  width: 250px;
}
div.facebookNote{
  position: relative;
  background-color: #FFF;
  padding: 30px;
  padding-top: 40px;
  font-size: 1.1em;
  color: #6fb19e;
  text-align: center;  
}
div.facebookNote span.fa-stack{
  position: absolute;
  top: -22px;
  left: 0px;
  width: 100%;
  text-align: center;
}
div.facebookNote img{
  margin-top: 30px;
}
div.facebookNote a{
  display: inline-block;
  line-height: 28px;
  height: 28px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 1.1em;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  background-color: #3eb19e;
  color: #494b58;
  margin-top: 15px;
}


/*      VERHUUR     */
div.rentText{
  background-color: #FFF;
}
div.rentText article{
  margin-left: 50px;
}
div.rentText aside{
  margin-left: 75px;
  margin-right: 0px;
}
div.rentText aside a:nth-child(2),
div.rentText aside a:nth-child(3),
div.rentText aside a:nth-child(4),
div.rentText aside a:nth-child(5){
  display: block;
  width: 89px;
  margin-right: 2px;
  margin-bottom: 2px;
  float: left;
}
div.rentText aside a:nth-child(5){
  margin-right: 0px;
}
div.rentText aside a img{
  margin-bottom: 0px;
}
div.rentText aside a:first-child img{
  margin-bottom: 8px;
}

/*      CONTACT     */
div.mapHolder{
  background-color: #FFF;
  padding-top: 35px;
  padding-bottom: 35px;
}
div.mapHolder div.map{
  height: 300px;
  margin-left: 50px;
  margin-right: 50px;
}

div.mainContent.contact article,
div.mainContent.rent section{
  width: 1100px;
  margin-left: 50px;
  margin-right: 50px;
}
div.formCol{
  width: 33%;
  float: left;
}
div.formCol:nth-of-type(1){
  margin-right: 1%;
}
div.mainContent.contact article h1,
div.mainContent.rent section h1{
  font-size: 1.3em;
  margin-bottom: 15px;
}
div.contactInfo{
  padding-left: 95px;
  box-sizing: border-box;
}

input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #FFF;
  color: #3eb19e;
  height: 38px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 38px;
  margin-bottom: 8px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #FFF;
  color: #3eb19e;
  height: 176px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
textarea.inputArea.rent{
  height: 176px;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #fc3e33 !important;
  color: #FFFFFF;
}
input.submitButton,
.ctaButton{
  -webkit-appearance: none;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  background-color: #3eb19e;
  color: #494b58;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  height: 28px;
  line-height: 28px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  float: right;
}
.ctaButton{
  display: inline-block;
  float: none;
}


/*      FOOTER      */
div.footerBlocks{
  height: 110px;
  background-color: #4c4d58;
}
a.footerButton{
  margin-left: 50px;
  width: 350px;
  float: left;
  color: #FFF;
}
div.footerBlocks a:first-child{
  margin-left: 30px;
}
a.footerButton img{
  float: left;
  display: block;
  width: 40px;
  padding-top: 36px;
}
a.footerButton span{
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
a.footerButton span.textHolder{
  padding-left: 54px;
}
a.footerButton span.title{
  padding-top: 35px;
  font-size: 1.08em;
  line-height: 1em;
  padding-bottom: 5px;
}
a.footerButton span.text{
  font-size: 0.65em;
  line-height: 1.2em;
}

div.brands{
  font-size: 0px;
  line-height: 0px;
  background-color: #FFF;
  text-align: center;
}
div.brands img{
  display: inline-block;
  margin: 20px;
  margin-left: 40px;
  margin-right: 40px;
  vertical-align: middle; 
  height: 40px;
}

footer{
  width: 100%;
  color: #3e3f4c;
  position: relative;
}

div.footerInfo{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px #4c4d58;
}
div.footerText, footer nav{
  float: left;
  font-size: 0.85em;
  font-weight: 400;
  width: 145px;
}
footer img{
  width: 165px;
  display: block;
  float: left;
  margin-top: 7px;
  margin-left: 50px;
  margin-right: 60px;
}
footer h4, a.facebook{
  color: #3eb19e;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.95em;
  font-family: 'Montserrat', sans-serif;
}
div.footerText.times{
  width: 440px;
  vertical-align: top;
}
div.footerText p.times>span{
  display: inline-block;
  width: 47%;
  vertical-align: top;
}
div.footerText p.times>span:nth-child(odd){
  margin-right: 3%;
}
div.footerText p.times span span{
  display: inline-block;
  width: 35px;
  text-align: left;
}

div.footerText p.extraTimes{
  background-color: #3eb19e;
  margin-top: 20px;
  margin-right: 30px;
  width: 410px;
  box-sizing: border-box;
  padding: 10px;
}
div.footerText p.extraTimes span{
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.95em;
  font-family: 'Montserrat', sans-serif;
}

footer nav a{
  display: block;
}
a.facebook span.fa-stack{
  padding-left: 10px;
}

div.copyright{
  text-align: center;
  line-height: 54px;
  height: 54px;
  font-size: 0.8em;
  color: #787a84;
}
div.copyright p{
  display: inline;
}
div.copyright br{
  display: none;
}
div.copyright a{
  color: #4c4d58;
}