/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 38px;
  color: #464645;
  background-color: #FFF;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

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;
}

/*      HEADER      */
header{
  width: 100%;
  background-image: url("../images/header-bar.jpg");
  background-size: 2600px 33px;
  background-repeat: repeat-x;

}

header img{
  position: relative;
  display: block;
  width: 186px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 58px;
  margin-bottom: 30px;
}

header div.uspBar{
  width: 1200px;
  height: 336px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/header.jpg");
  background-size: 100% 100%;
}
header div.uspBar h1,
header div.uspBar div{
  font-size: 1em;
  font-weight: 500;
  padding-top: 250px;
  margin-left: 65px;
  line-height: 68px;
  height: 68px;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  z-index: 10;    
}
header div.uspBar h1 span,
header div.uspBar div a{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
header div.uspBar h1 span:first-child,
header div.uspBar div a:first-child{
  margin-left: 0px;
}
header div.uspBar div a:hover{
  text-decoration: underline;
}

/*      CONTENT      */
div.content{
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
article{
  margin-left: 65px;
  margin-top: 50px;
  width: 740px;
}
article a{
  color: #000;
}
article p{
  line-height: 28px;
}
article img{
  display: block;
  width: 279px;
  margin-top: 35px;
}
article p img.right{
  float: right;
  width: 48%;
  margin-left: 4%;
  margin-top: 0px;    
}
article ul{
  margin-left: 20px;
}


aside{
  margin-top: -420px;
  float: right;
  width: 997px;
}
aside img{
  display: block;
  width: 100%;
}

/*      FOOTER      */
footer{
  width: 100%;
}
div.footerInfo{
  position: relative;
  width: 1200px;
  height: 151px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/footer.jpg");
  background-size: 100% 100%;
}
div.footerInfo p{
  margin-left: 65px;
  padding-top: 35px;
}
div.footerInfo p span{
  display: inline-block;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  width: 170px;
}
div.footerInfo p a.afspraak{
  display: block;
  padding-left: 170px;
  margin-top: -12px;
  font-weight: 500;
}

div.social{
  display: block;
  position: absolute;
  right: 370px;
  top: 45px;
  color: #000;
  text-align: right:
  white-space: nowrap;
  vertical-align: top;
  font-size: 1.2em;
}
div.social img{
  position: absolute;
  top: 0px;
  left: -120px;
  width: 114px;
}
div.social a{
  display: inline-block;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: solid 1px #000;
  box-sizing: border-box;
  text-align: center;
}
div.social a span{
  line-height: 40px;
}

img.trouwen{
  display: block;
  position: absolute;
  right: 40px;
  top: -110px;
  width: 268px;
}

div.copyright{
  text-align: center;
  line-height: 64px;
  height: 64px;
  font-size: 0.7em;
  color: #a9a9a9;
}