/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  background-color: #2a2a2a;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #646464;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}
a:hover, a:active{
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

.clear{
  clear: both;
}


div.container{
  width: 100%;
  margin: 0px;
  padding: 0px;
}

/*      HEADER      */
header{
  position: absolute;
  width: 100%;
  height: 259px;
  z-index: 1;
  background-image: url("../images/visual.jpg");
  background-position: center center;
  background-size: cover;
}
header nav{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #990033;
  border-top: solid 3px #bbb0ab;
  box-shadow: 0px 3px 20px #333333;
  text-align: right;
  z-index: 1;
}
header nav h1{
  font-family: 'Covered By Your Grace', cursive;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: normal;
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 50px;
  margin: 0px;
  padding: 0px;
  text-transform: none;
}
header nav a{
  display: inline-block;
  padding: 0px;
  margin: 0px;
  margin-left: 20px;
}
img.logo{
  display: block;
  margin-top: 56px;
  width: 275px;
  margin-left: auto;
  margin-right: auto;
}


/*      CONTENT      */
div.mainContent{
  position: relative;
  width: 100%;
  min-height: 600px;
  padding-top: 259px;
  background-color: #ffffff;
}

div.centerContent{
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
div.mainContent div.centerContent{
  height: 100%;
}

article{
  text-align: left;
  padding-bottom: 30px;
}

h1{
  margin: 0px;
  padding: 0px;
  font-size: 23px;
  height: 23px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  color: #990033;
  margin-top: 40px;
  margin-bottom: 20px;
}
h1 span{
  color: #2a255c
}
h2{
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #990033;
}
h3{
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #bbb0ab;
}

p{
  font-weight: 300;
  margin-bottom: 20px;
}
p strong{ 
  font-weight: 400;
}

p a, article ul a, ol a{
  color: #3591bc;
  text-decoration: none;
}
p a:hover, article ul a:hover, ol a:hover{
  text-decoration: underline;
}
ol, ul{
  margin-left: 15px;
  font-weight: 300;
}

p.buttonHolder{
  text-align: center;
}
p.buttonHolder.left{
  text-align: left;
}
p.buttonHolder a{
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #990033;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  cursor: pointer;
}


/*      QUICKSCAN     */
div.question{
  margin-bottom: 30px;
  font-weight: 300;
}
div.question p{
  display: inline;
  margin: 0px;
}
div.question small{
  font-size: 100%;
}
div.question h4{
  font-size: 80%;
  font-weight: 300;
}
div.btn-group button{
  min-width: 150px;
  margin-bottom: 20px;
}


/*      RESULTATEN     */
a.resultLink, a.downloadLink{
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  height: 24px;
}
a.resultLink{
  clear: both;
}
a.resultLink:hover{
  color: #990033;
}
a.downloadLink{
  background-color: #646464;
  color: #FFFFFF;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
a.downloadLink span{
  padding-right: 10px;
}
a.downloadLink:hover{
  background-color: #990033;
  text-decoration: none;
}
a.downloadLink.topRight{
  float: none;
  position: absolute;
  top: -30px;
  right: 0px;
}




/*      LOGIN     */
div.login{
  width: 350px;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-color: #990033;
  margin-top: 50px;
  border-bottom: 50px solid #FFFFFF;
}
div.loginForm{
  padding: 25px;
}
div.loginForm a{
  display: block;
  color: #BBBBBB;
  margin-top: 5px;
  font-size: 14px;
}
div.loginForm a:hover{
  text-decoration: underline;
}
div.loginForm p{
  color: #FFFFFF;
  margin-bottom: 20px;
}
div.loginForm button{
  width: 100%;
  text-align: left;
}
div.loginForm button span.btn-label{
  width: 56px;
  text-align: center;
}


/*      FORMS     */
div.contactForm{
  width: 290px;
  padding: 22px;
  float: left;
  margin-top: 33px;
  background-color: #3591bc;
}
div.contactForm h2{
  color: #ffffff;
}
input.inputText{
  display: block;
  float: left;
  position: relative;
  background-color: #EEEEEE;
  height: 34px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 5px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  box-sizing: border-box;
  border: solid 0px #FFFFFF;
}
select.inputSelect{
  display: block;
  float: left;
  position: relative;
  background-color: #EEEEEE;
  height: 34px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 5px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  box-sizing: border-box;
  border: solid 0px #FFFFFF;
}
textarea.inputArea{
  display: block;
  float: left;
  position: relative;
  background-color: #EEEEEE;
  height: 60px;
  font-family: 'Open Sans';
  font-size: 15px;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  border: solid 0px #FFFFFF;
}
label{
  display: block;
  float: left;
  position: relative;
  height: 34px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 34px;
  padding: 0px;
  width: 100%;
  color: #FFFFFF;
}
input.inputText.error, textarea.inputArea.error, select.inputSelect.error{
  background-color: #990033;
  color: #FFFFFF;
}
input.submitButton{
  background-color: #990033;
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  cursor: pointer;
  float: right;
}

input.submitButton.next{
  float: left;
  margin-top: 30px;
}


/*      FOOTER      */
footer{
  width: 100%;
}
div.footerContact{
  background-color: #f1edec;
  height: 80px;
  line-height: 80px;
  text-align: right;
}
div.footerContact a{
  color: inherit;
}
div.footerContact img{
  position: absolute;
  left: 0px;
  top: 20px;
}

div.copyright{
  position: relative;
  width: 100%;
  height: 39px;
  background-color: #2a2a2a;
  color: #98918f;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-align: right;
}
div.copyright div.centerContent div{
  padding-top: 10px;
}
div.copyright br{
  display: none;
}
div.copyright a{
  color: #FFFFFF;
  text-decoration: none;
}


/*      BOOTSTRAP     */
div.input-box{
  padding: 15px; 
  margin-bottom: 9px;
  border: 1px solid #c1cad6;
  border-radius: 4px;
  background-color: #f5f5f5;
}
div.input-box p{
  font-size: 14px;
  font-weight: bold;
}
.input-group{
  margin-bottom: 9px;
}
button.btn-info{
  margin-bottom: 20px;
}