<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, h1, h2, h3, h4, p, ul, ol, form, label{
  margin: 0;
  padding: 0;
}

html, body{
  height: 100%;
}

body{
  position: relative;
  background-color: #ffffff;
  color: #000000;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

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

img{
  border: none;
}

input[type=text],
input[type=submit],
textarea,
select{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

input:focus,
textarea:focus,
select:focus{ 
  outline: none;
}

input::-ms-clear,
textarea::-ms-clear{
  display: none;
}

input[type=submit]{
  cursor: pointer;
}

.clear{
  float: none !important;
  clear: both;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

div.center{
  text-align: center;
}

div.right{
  text-align: right;
}

a.button,
input.button{
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  height: 14px;
  color: #000000;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid #1b1b1a;
  text-decoration: none;
  background-color: #ffffff;
  box-sizing: content-box;
}

a.button:hover,
input.button:hover{
  color: #d7a571;
  border-color: #d7a571;
}

a.button.margin,
input.button.margin{
  margin-top: 30px;
}

div.menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #1b1b1a;
  z-index: 1;
  transition: height 0.2s;
}

div.menu a.logoHolder,
div.menu a.logoHolder img{
  display: block;
  height: 100%;
  float: left;
}

div.menu &gt; nav{
  float: right;
  margin-right: 125px;
  height: 100%;
  position: relative;
  cursor: default;
}

div.menu nav ul{
  display: inline-block;
}

div.menu nav li,
div.menu nav a,
div.menu span.separator{
  display: inline-block;
  padding: 0 15px;
  height: 100%;
  line-height: 120px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 1px;
  transition: line-height 0.2s;
}

div.menu nav li:nth-child(2){
  display: none;
}

div.menu nav li.menuButton{
  display: none;
}

div.menu nav a:last-child{
  padding-right: 0;
}

div.menu nav a:hover{
  color: #d7a571;
}

div.menu nav a span{
  color: inherit;
}

div.menu nav a i{
  display: inline-block;
  padding-right: 10px;
}

div.menu span.separator{
  font-weight: 900;
  color: #d7a571;
}

div.menu.mini{
  height: 80px;
}

div.menu.mini li,
div.menu.mini a,
div.menu.mini span.separator{
  line-height: 80px;
}

header{
  padding: 240px 6% 90px 6%;
  background-color: #fbfbfb;
}

header::before{
  content: url("../images/icon-vermeer-architecten-grijs.svg");
  position: absolute;
  right: 150px;
  top: 200px;
  width: 420px;
  height: 420px;
}

header::after{
  content: "";
  display: block;
  position: absolute;
  top: 125px;
  right: 118px;
  width: 2px;
  height: 700px;
  background-color: #1b1b1a;
}

header h1{
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  color: #000000;
  text-align: center;
}

header h3{
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  margin: 10px auto 0px auto;
}
header ul.crumble{
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 15px;
  color: #7a7a7a
}
header ul.crumble li{
    margin-right: .25rem
}
header ul.crumble li::after {
    content: "/";
    margin-left: 0.125rem;
    display: inline-block;
}
header ul.crumble li:last-of-type{
  color: #c0c0c0;
}
header ul.crumble li:last-of-type::after {
    content: "";
    margin-left: 0;
    display: none
}


div.separator{
  border-top: 1px solid #808080;
}

article{
  position: relative;
}

article h2,
article p
article ul.sitemap{
  font-family: "Roboto", sans-serif;
  color: #000000;
}

article h2{
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 24px;
}

article p,
article ul.sitemap{
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
article div.textHolder{
  margin-bottom: 24px;
}

article p a:hover{
  color: #d7a571;
}

article p b{
  font-weight: 700;
}

article p i{
  font-style: italic;
}

div.filter{
  background-color: #fbfbfb;
  padding-bottom: 40px;
  margin-bottom: -60px;
}

div.filter &gt; div{
  position: relative;
  margin: 0 auto;
  width: 1150px;
  max-width: 88%;
  cursor: default;
}

div.filter span{
  display: inline-block;
  margin: 0 16px 4px 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  height: 14px;
  color: #000000;
}

div.filter span.refine{
  color: #d7a571;
  margin-left: 0;
  padding-right: 20px;
}

div.filter span.refine i{
  display: inline-block;
  padding-right: 15px;
}

/*
div.filter span.refine:hover{
  color: #000000;
}
*/

div.filter span.group{
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid transparent;
}

div.filter span.group.active{
  border: 1px solid #1b1b1a;
}

div.filter span.group:hover{
  color: #d7a571;
}

div.filter span.group.active:hover{
  border: 1px solid #d7a571;
}

article.projects{
  margin: 130px auto;
  width: 1150px;
  max-width: 88%;
}
article.projects div.projectHolder{
  margin-left: -1.15%;
  margin-right: -1.15%;
  width: 100%;
}
article.projects a.project{
  display: block;
  float: left;
  width: 31.0%;
  margin-left: 1.15%;
  margin-right: 1.15%;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000000;
}

article.projects a.project:hover{
  color: #d7a571;
}


article.projects a.project span.imageHolder{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 66.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

article.projects a.project span.heading{
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 20px;
}

article.projects a.project span.button{
  display: block;
  font-size: 12px;
  line-height: 20px;
}

article.projects div.numbering{
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  cursor: default;
  margin-right: -10px;
}

article.projects div.numbering a{
  display: inline-block;
  padding: 10px;
}

article.projects div.numbering a.active,
article.projects div.numbering a:hover{
  color: #d7a571;
}

article.gallery{
  margin: 120px auto 130px auto;
  width: 980px;
  max-width: calc(88% + 20px);
}

header p.credits{
  position: relative;
  text-align: center;
  font-size: 1.16em;
  line-height: 1.3em;
  font-style: italic;
  letter-spacing: 0.5px;
  z-index: 10;
}
header p.credits:first-of-type{
  margin-top: 40px;
}
header p.credits span{
  text-transform: uppercase;
}
header p.credits a{
  display: inline-block;
  padding-left: 10px;
  text-decoration: underline;
}

header div.credits{
  position: relative;
  text-align: center;
  margin-top: 40px;
  font-size: 1.16em;
  line-height: 1.4em;
  font-style: italic;
  letter-spacing: 0.5px;
  z-index: 10;
  text-transform: uppercase;
}
header div.credits a{
  display: inline-block;
  padding-left: 10px;
  text-decoration: underline;
  text-transform: none;
}



article.gallery div.frame{
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

article.gallery div.frame.half{
  width: 50%;
}

article.gallery div.frame img{
  display: block;
  width: 100%;
}

article.gallery div.frame a{
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}

article.gallery div.controls{
  margin-top: 20px;
  text-align: center;
  padding: 0 10px;
  height: 40px;
  position: relative;
}

article.gallery div.controls a.overview{
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

article.gallery div.controls a.overview:hover{
  color: #d7a571;
}

article.gallery div.controls a.previous,
article.gallery div.controls a.next{
  display: block;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 30px;
  height: 30px;
  padding: 5px;
}

article.gallery div.controls a.previous{
  left: 10px;
  background-image: url("../images/arrow-left-zwart.svg");
  background-position: center left;
}

article.gallery div.controls a.next{
  right: 10px;
  background-image: url("../images/arrow-right-zwart.svg");
  background-position: center right;
}

article.gallery div.controls a.previous:hover{
  background-image: url("../images/arrow-left-goud.svg");
}

article.gallery div.controls a.next:hover{
  background-image: url("../images/arrow-right-goud.svg");
}

article.vacancy{
  margin: 130px auto;
  width: 600px;
  max-width: 88%;
}

article.vacancy h2,
article.vacancy p{
  text-align: center;
}

article.contact{
  margin: 130px auto;
  width: 960px;
  max-width: 88%;
}

article.contact div.info{
  float: left;
  width: 35%;
}

article.contact div.form{
  float: right;
  width: 55%;
  padding-top: 56px;
}

article.contact p.social{
  margin-left: -10px;
  font-size: 16px;
}

article.contact p.social a{
  padding: 10px;
}

article.contact input[type=text],
article.contact textarea{
  display: block;
  box-sizing: border-box;
  padding: 16px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
}

article.contact input[type=text]::placeholder,
article.contact textarea::placeholder{
  font-weight: 300;
  color: #000000;
  opacity: 0.6;
}

article.contact input.phone{
  float: left;
  width: calc(50% - 5px);
}

article.contact input.email{
  float: right;
  width: calc(50% - 5px);
}

article.contact input.error,
article.contact textarea.error{
  background-color: #f5c2c3;
}

div.homeSideBar{
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: calc(100% - 140px);
  background-color: #1b1b1a;
}

div.homeSideBar &gt; div{
  position: absolute;
  width: 100%;
  bottom: 40px;
}

div.homeSideBar a{
  display: block;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin: 0 20%;
  padding: 10px 0;
}

div.homeSideBar a:hover{
  color: #d7a571;
}

div.homeSlider{
  padding-top: 100px;
  width: calc(100% - 120px);
  height: calc(100% - 100px);
  background-color: #1b1b1a;
}

div.homeSlider div.slider{
  position: relative;
  width: 100%;
  height: 100%;
}

div.homeSlider div.slide{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.homeSlider div.slide::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

div.homeSlider div.slide div{
  position: absolute;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  left: 20%;
}

div.homeSlider div.slide div.label{
  padding-left: 5px;
  top: 20%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

div.homeSlider div.slide div.label::after{
  content: "";
  display: inline-block;
  position: relative;
  width: 150px;
  height: 2px;
  top: -4px;
  left: 10px;
  background-color: #ffffff;
}

div.homeSlider div.slide div.heading{
  top: 25%;
  font-weight: 100;
  font-size: 80px;
  line-height: 90px;
}

div.homeSlider div.slide div.heading b{
  font-weight: 300;
}

div.homeSlider div.bar{
  position: absolute;
  box-sizing: border-box;
  width: 50%;
  height: 140px;
  left: 50%;
  bottom: 0;
  padding-left: 40px;
  background-color: #ffffff;
}

div.homeSlider div.bar::before{
  content: url("../images/icon-vermeer-architecten-wit.svg");
  position: absolute;
  right: 100%;
  top: 0;
  width: 202px;
}

div.homeSlider div.bar::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 118px;
  width: 2px;
  height: 700px;
  background-color: #1b1b1a;
}

div.homeSlider div.bar a{
  display: block;
  box-sizing: border-box;
  float: left;
  width: 240px;
  height: 100%;
  padding: 30px 40px 0 40px;
}

div.homeSlider div.bar a span{
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

div.homeSlider div.bar a span.label{
  font-size: 10px;
  line-height: 14px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

div.homeSlider div.bar a span.heading{
  font-size: 32px;
  line-height: 50px;
  color: #000000;
}

div.homeSlider div.bar a span.button{
  font-size: 14px;
  line-height: 35px;
  color: #d7a571;
}

div.homeSlider div.bar a span.button::after{
  content: url("../images/arrow-right-goud.svg");
  display: inline-block;
  position: relative;
  width: 5.5px;
  left: 20px;
}

div.homeSlider div.bar a:hover span{
  color: #d7a571;
}

div.homeSlider div.arrow{
  position: absolute;
  width: 80px;
  height: 80px;
  left: calc(20% - 44px);
  bottom: 40px;
  background-image: url("../images/arrow-down-wit.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  cursor: pointer;
}

article.homeAbout{
  padding: 130px 0 106px 0;
  background-color: #fbfbfb;
  background-image: url("../images/icon-vermeer-architecten-grijs.svg");
  background-repeat: no-repeat;
  background-size: 420px 420px;
  background-position: 90% center;
}

article.homeAbout h1,
article.homeAbout p{
  margin: 0 auto;
  width: 800px;
  max-width: 88%;
  font-family: "Roboto", sans-serif;
  color: #000000;
}

article.homeAbout h1{
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 24px;
}

article.homeAbout p{
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}

article.homeAbout a{
  display: inline-block;
  text-transform: uppercase;
}

article.homeAbout a::after{
  content: url("../images/arrow-right-zwart.svg");
  display: inline-block;
  position: relative;
  width: 5.5px;
  left: 20px;
}

article.homeAbout a:hover{
  color: #d7a571;
}

article.homeAbout a:hover::after{
  content: url("../images/arrow-right-goud.svg");
}

article.aboutVision{
  margin: 130px auto;
  width: 960px;
  max-width: 88%;
}

article.aboutVision div.textCol{
  float: left;
  width: 50%;
}

article.aboutVision h2,
article.aboutVision p{
  padding-left: 80px;
}

article.aboutVision img{
  display: block;
  width: 100%;
  margin-top: 30px;
}

article.aboutVision img:first-child{
  margin-top: 0;
}

article.aboutVision img.signatures{
  width: 300px;
  margin: 20px 0 0 80px;
}

article.aboutTeam{
  margin: 130px auto;
  width: 1150px;
  max-width: 88%;
}

article.aboutTeam h2,
article.aboutTeam p{
  text-align: center;
}

article.aboutTeam div.textHolder{
  margin-bottom: 50px;
}

article.aboutTeam div.member{
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000000;
}

article.aboutTeam div.member:nth-of-type(4n){
  margin-right: 0;
}

article.aboutTeam div.member img{
  display: block;
  width: 100%;
}

article.aboutTeam div.member div.name{
  margin-top: 20px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

article.aboutTeam div.member div.function{
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

footer{
  background-color: #1b1b1a;
  height: 400px;
}

footer &gt; div{
  position: relative;
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #ffffff;
}

footer div.bar{
  position: relative;
  width: 10%;
  padding-top: 75px;
  height: 285px;
  border-right: 2px solid #ffffff;
}

footer div.bar a{
  display: block;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin: 0 20%;
  padding: 10px 0;
}

footer div.bar a:hover{
  color: #d7a571;
}

footer div.bar::after{
  content: "";
  display: block;
  position: absolute;
  top: -85px;
  right: -2px;
  width: 2px;
  height: 80px;
  background-color: #1b1b1a;
}

footer img{
  display: block;
  position: absolute;
  width: 56px;
  left: 18%;
  top: 90px;
}

footer div.contact{
  position: absolute;
  left: 26%;
  top: 85px;
  font-size: 13px;
  line-height: 24px;
}

footer div.links{
  position: absolute;
  left: 50%;
  width: 45%;
  top: 85px;
  font-size: 13px;
  line-height: 24px;
}

footer div.links &gt; a{
  display: inline-block;
  margin-right: 30px; 
}

footer div.legal{
  margin-top: 62px;
  font-size: 11px;
  line-height: 15px;
}

footer div.legal p{
  display: inline;
}

footer div.contact a:hover,
footer div.links a:hover{
  color: #d7a571;
}

footer a.aolLogo,
footer a.bnaLogo{
  display: block;
  width: 80px;
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
}

footer a.aolLogo{
  top: -90px;
}
footer a.aolLogo img,
footer a.bnaLogo img{
  display: block;
  width: 100%;
}

ul.sitemap li{
  margin-left: 20px;
}</pre></body></html>