<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* general styles */
body{
  font-size: 16px;
  line-height: 32px;
}

/*      HEADER      */
header{
  background-size: 1300px 15px;
}

header img{
  width: 93px;
  padding-top: 30px;
  margin-bottom: 30px;
}

header div.uspBar{
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 28%;
  background-size: 100% auto;
  margin-bottom: 60px;
  
}
header div.uspBar h1,
header div.uspBar div{
  font-size: 0.8em;
  margin-left: 0px;
  line-height: 1.4em;
  height: auto;
  position: absolute;
  bottom: -80px;
  text-align: center;
  width: 100%;
  color: #464645;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
header div.uspBar h1 span:first-child,
header div.uspBar div a:first-child{
  margin-left: 10px;
}

/*      CONTENT      */
div.content{
  width: 100%;
}
article{
  margin-left: 0px;
  margin-top: 90px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
article img{
  display: inline-block;
  width: 200px;
  margin-top: 25px;
}
article p img.right{
  float: none;
  width: 100%;
  margin-left: 0%;
  margin-top: 20px;    
}

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

/*      FOOTER      */
footer{
  width: 100%;
}
div.footerInfo{
  position: relative;
  width: 100%;
  height: 240px;
  font-size: 0.7em;
  line-height: 1.5em;
  background-size: auto 100%;
  background-position: center center;
}
div.footerInfo p{
  margin-left: 0px;
  padding-top: 20px;
  text-align: center;
}
div.footerInfo p span{
  width: 100%;
  margin-top: 10px;
  padding-right: 0px;
}
div.footerInfo p a.afspraak{
  display: inline-block;
  padding-left: 0px;
  margin-top: 0px;
}

div.social{
  display: block;
  position: relative;
  right: auto;
  top: auto;
  width: 100px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
div.social img{
  display: block;
  width: 100%;
  left: auto;
  top: auto;
  position: relative;
}
img.trouwen{
  right: 10px;
  top: -90px;
  width: 134px;
}

div.copyright{
  padding: 15px;
  line-height: 1.3em;
  height: auto;
}</pre></body></html>