/* Test IT VOD */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 320px;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1, h2, h3 {
  font-family: CatamaranM, sans-serif;
  font-weight: normal;
}
h1 {
  display: inline-block;
  font-family: CatamaranM, sans-serif;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 15px;
}
h3 {
  font-family: CatamaranM, sans-serif;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
}
p {
  line-height: 1.5em;
}
a, input[type="submit"] {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
img {
  border: 0;
}
#wrapper {
  width: 100%;
  min-height: calc(100% - 200px);
  margin: 0;
  padding: 0;
}
header {
  top: 0;
  width: 100%;
  height: 80px;
  padding: 0 25px 0 0;
  z-index: 9;
}
#logo {
  float: left;
  display: table;
  vertical-align: middle;
  background-color: #ffffff;
  width: 190px;
  height: 80px;
}
#logo div {
  display: table-cell;
  vertical-align: middle;
}
#title {
  float: left;
  max-width: calc(100% - 240px);
  padding: 0 20px;
}
#title h1 {
  font-family: CatamaranM, sans-serif;
  color: #ffffff;
  line-height: 26px;
  margin: 14px 0 0 0;
}
#title h3 {
  color: rgba(0, 0, 0, 0.35);
  line-height: 22px;
  margin: 5px 0 0 0;
}
#main {
  display: block;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.5em;
  border-radius: 2px;
  width: calc(100% - 20px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0 50px 0 !important;
}
#main .content {
  min-height: 300px;
}
#message .succes {
  border: none;
  color: #a0d246;
  padding: 0;
  margin: 0 0 30px 0;
}
#message .error {
  border: none;
  color: #ff786e;
  padding: 0;
  margin: 0 0 30px 0;
}
#message a {
  font-family: CatamaranB, sans-serif;
}
#post_endscreen {
  display: block;
  height: auto;
  min-height: 100px;
}
table {
  min-width: auto;
}
table td.widget_full {
  padding: 0 !important;
}
label, input {
  display: block;
}
input[type="text"] {
  box-sizing: content-box;
  margin: 0 !important;
}
.checkbox label {
  display: table;
  margin: 10px 0 0 0;
}
.checkbox input {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.checkbox p {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 10px;
  vertical-align: middle;
  cursor: default;
}
#submit_button {
  display: block;
  margin: 20px 0 0 0;
}
.submit_button {
  box-shadow: 0 2px 5px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.24);
}
.submit_button:disabled {
  background-color: #a0aabe;
  box-shadow: none;
  cursor: default;
}
footer, #mobfooter {
  clear: both;
  height: 200px;
}


/** MAX 800 PX */
@media screen and (max-width: 800px) {
  header {
    width: 100%;
    height: auto;
    min-height: 80px;
    padding: 0;
    margin: 0;
  }
  #logo {
    display: none;
  }
  #title:before {
    content: url('https://www.test-it-online.nl/images/vod/testit-logo-sm.png');
    background-color: #ffffff;
    float: left;
    height: 80px;
    padding: 0;
    margin: 0 15px 0 0;
  }
  #title {
    float: none;
    width: 100%;
    max-width: calc(100% - 10px);
    height: auto;
    padding: 0 10px 0 0;
  }
  #title h1 {
    font-size: 17pt;
  }
  #title h3 {
    font-size: 15pt;
  }
  h2 {
    font-size: 16pt;
  }
  label {
    text-align: center;
  }
}

/** MAX 600 PX **/
@media screen and (max-width: 600px) {
  h1 {
    font-size: 16pt;
  }
  h2 {
    font-size: 15pt;
  }
  h3 {
    font-size: 14pt;
  }
  #main {
  padding-top: 20px !important;
  }
}

/** MAX 480 PX */
@media screen and (max-width: 480px) {
  h1 {
    font-size: 15pt;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 13pt;
  }
}
