/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body{
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
}

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;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*      HEADER      */
header{
  background-color: #f4f3f3;
}
div.logoHolder{
  height: 250px;
}
div.logoHolder div.centerContent{
  height: 100%;
}
div.logoHolder img{
  display: block;
  float: right;
  margin-top: 35px;
  margin-right: 105px;
  width: 352px;
  height: 59px;
}
div.logoHolder p{
  clear: both;
  display: block;
  color: #000;
  width: 352px;
  margin-top: 15px;
  margin-right: 105px;
  float: right;
  text-align: center;
}
div.logoHolder p a{
  text-decoration: underline;
}

header div.headerText{
  background-color: #312780;
}
header div.headerText div.centerContent{
  background-image: url("../images/tekst_bg.png");
  background-position: right 20px;
  background-repeat: no-repeat;
  background-size: 550px auto;
}
header div.headerText img{
  position: absolute;
  width: 720px;
  left: -92px;
  top: -230px;
}
header div.headerText div.textHolder{
  width: 600px;
  margin-left: 620px;
  text-align: center;
  font-weight: 700;
  padding-top: 65px;
  padding-bottom: 65px;
}

header a.redButton{
  font-size: 2.5em;
  padding-left: 30px;
  padding-right: 30px;
}


/*      CONTENT      */
article{
  background-image: url("../images/background.jpg");
  background-position: center top;
  background-repeat: repeat-y;
  padding-top: 75px;
}
article h1{
  line-height: 1em;
  font-size: 1.8em;
  font-weight: 400;
  padding-bottom: 10px;
}
article p a, article ul a, article ol a{
  color: #011a92;
}
article p a:hover, article ul a:hover, article ol a:hover{
  text-decoration: underline;
}
article ol, article ul{
  margin-left: 15px;
}

a.redButton{
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  background-color: #d90613;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1em;
  margin-top: 30px;
}
a.redButton.purple{
  background-color: #312780;
  margin-top: 140px;
}

div.row{
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 150px;
  position: relative;
}
div.row div:first-child{
  margin-right: 80px;
}
div.row div.textHolder{
  padding-top: 65px;
  width: 560px;
  float: left;
}
div.row:nth-child(1) div.textHolder{
  padding-top: 0px;
  padding-bottom: 65px;
}
div.row:nth-child(4) div.textHolder{
  width: 315px;
}
div.row:nth-child(5) div.textHolder{
  width: 360px;
  margin-left: 200px;
}
div.row:nth-child(5){
  padding-bottom: 40px;
}

div.row:nth-child(2) a.redButton{
  float: right;
}

div.videoHolder{
  float: left;
  width: 380px;
  -ms-transform: rotate(6deg); /* IE 9 */
  -webkit-transform: rotate(6deg); /* Chrome, Safari, Opera */
  transform: rotate(6deg);
  border: solid 20px #FFF;
  box-shadow: 20px 20px rgba(0,0,0,0.4);
}
div.row:nth-child(even) div.videoHolder{
  -ms-transform: rotate(-6deg); /* IE 9 */
  -webkit-transform: rotate(-6deg); /* Chrome, Safari, Opera */
  transform: rotate(-6deg);
}
div.videoHolder img{
  display: block;
  width: 100%;
  position: relative;
}
div.row img.arrow{
  width: 240px;
  position: absolute;
  bottom: -10px;
  left: 500px;
}
div.row:nth-child(even) img.arrow{
  width: 200px;
  bottom: -40px;
  left: 490px;
}

div.row img.schriften{
  width: 288px;
  position: absolute;
  top: 280px;
  right: 0px;
  pointer-events: none;
}

div.row img.schaar{
  width: 220px;
  position: absolute;
  top: -174px;
  left: 230px;
  pointer-events: none;
}
div.row img.ooievaar{
  width: 400px;
  position: absolute;
  top: 100px;
  left: -50px;
  pointer-events: none;
}

div.row img.vergrootglas{
  width: 380px;
  position: absolute;
  top: -40px;
  right: -80px;
  pointer-events: none;
}

div.row img.mitch{
  width: 300px;
  position: absolute;
  top: 30px;
  right: 0px;
}

div.row:nth-child(5) img.arrow{
  width: 125px;
  bottom: 100px;
  left: 400px;
}
div.row img.selfies{
  width: 250px;
  position: absolute;
  bottom: -80px;
  left: 490px;
}
div.row img.boeken{
  width: 280px;
  position: absolute;
  bottom: -50px;
  left: -40px;
}
div.row img.lijm{
  width: 180px;
  position: absolute;
  top: -120px;
  right: -40px;
  pointer-events: none;
}
div.row img.gum{
  width: 275px;
  position: absolute;
  bottom: -40px;
  right: 50px;
}



/*      FOOTER      */
footer{
  width: 100%;
  height: 106px;
  background-color: #312780;
}
footer div.logoHolder{
  display: none;
}