/* 
bruin: #af9e9a
*/


/* general styles */
html, body, h1, h2, h3, h4, p, form{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Tenor Sans', sans-serif;
  font-size: 16px;
  line-height: 1.35em;
  color: #FFF;
  background-color: #000;
}

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

a.button{
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
  height: 30px;
  background-color: #af9e9a;
  color: #FFF;
  font-weight: 700;
}
a.button:hover{
  background-color: #FFF;
  color: #000;
}
div.visualHolder a.button:hover{
  background-color: #000;
  color: #FFF;
}

img{
  border: 0;
}


.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}


div.container{
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-top: solid 30px; #FFF;
  padding-top: 20px;
}
div.centerContent{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

img.header{
  display: block;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

div.visualHolder{
  background-color: #FFF;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  color: #000;
}
div.visualHolder img{
  display: inline-block;
  margin-bottom: 20px;
}

div.centerContent img.visual{
  margin-top: 40px;
  display: block;
  width: 100%;
}

div.priceHolder{
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
article.phibrows div.priceHolder{
  width: 200px;
  margin-left: 0px;
  margin-right: 0px;
}

div.textHolder{
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

h1{
  font-size: 1.8em;
  line-height: 1.1em;
  color: #af9e9a;
  margin-top: 30px;
  margin-bottom: 15px;
}
div.textHolder p, div.contact, div.textHolder li{
  font-size: 1.2em;
}

article.phibrows div.textHolder,
article.phibrows div.textHolder li{
  text-align: left;
}

div.contact{
  margin-top: 20px;
  text-align: center;
}
div.contact span{
  color: #af9e9a;
  font-weight: 700;
}

h2{
  font-size: 1.8em;
  line-height: 1.1em;
  color: #af9e9a;
  margin-top: 30px;
  margin-bottom: 5px;
}
h3{
  font-size: 1.4em;
  line-height: 1.1em;
  color: #af9e9a;
}
b{
  color: #af9e9a;
}

div.priceItem h3{
  font-size: 1.2em;
  line-height: 1.1em;
}
h3 span{
  font-size: 0.8em;
  color: #FFF
}

div.priceText{
  margin-bottom: 20px;
  width: 80%;
}
div.priceText.wide{
  width: 100%;
}

div.priceItem{
  margin-bottom: 20px;
  position: relative;
}
div.priceItem.noMargin{
  margin-bottom: 0px;
}
div.priceItem h3,
div.priceItem p{
  width: 80%;
}
div.priceItem p.price{
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
  white-space: nowrap;
  width: 30%;
}

div.videoWrapper{
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  position: relative;
  margin-top: 30px;
}
div.videoWrapper iframe{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

img.groetjes{
  width: 300px;
  display: block;
  float: right;
  padding-bottom: 20px;
}