/* mixins */
.box {
  background: #ffffff;
  border: solid 1px #ececec;
  margin: 0px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
/* mixins */
form,
body,
html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  color: #7c7c87;
}
body,
html {
  background: #fbfbfb;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: url(../images/backBalls.png), url(../images/backBallsR.png);
  background-repeat: no-repeat;
  background-position: 0% 94px, 100% 238px;
}
body.columns {
  background: url(../images/backBallsR.png);
  background-repeat: no-repeat;
  background-position: 100% 100px;
}
/* heading structure */
h1,
h2,
h3,
h4 {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  font-weight: 400;
}
h1 {
  font-size: 36px;
  line-height: 46px;
  color: #194471;
  overflow: hidden;
  margin: -6px 0px 20px 0px;
}
h2 {
  font-size: 30px;
  line-height: 24px;
  color: #7c7c87;
  margin-bottom: 20px;
}
h2.else {
  font-size: 30px;
  color: #7c7c87;
  margin-bottom: 20px;
}
h3 {
  font-size: 24px;
  color: #00a0df;
}
a,
label {
  color: #7c7c87;
}
a {
  color: #7c7c87;
}
p {
  line-height: 21px;
}
p:only-of-type {
  margin: -5px 0px 0px 0px;
}
p + .hr {
  margin-top: -20px !important;
}
p:only-of-type + .hr {
  margin-top: 0px !important;
}
p + div {
  margin-top: 20px;
}
.contain.right,
.contain.left {
  margin-bottom: 20px !important;
}
fieldset {
  border: none;
  padding: 0px;
  margin-top: -3px;
}
fieldset p:last-of-type {
  margin: -5px 0px 15px 0px;
}
fieldset label.algemeen p {
  line-height: 18px;
}
fieldset + .hr {
  margin-top: -20px !important;
}
fieldset .btn.right {
  margin-right: 0!important;
}
ol {
  counter-reset: item;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
ol li {
  display: block;
  position: relative;
}
ol ol {
  margin-left: 25px;
}
ol ol ol {
  margin-left: 37px;
}
ol ol ol ol {
  margin-left: 47px;
}
ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 6px;
  /* space between number and text */
}
label {
  float: left;
  width: 145px;
  font-size: 18px;
  position: relative;
}
input[type=checkbox] + label {
  float: none;
  width: auto;
}
figure {
  margin: 0px;
}
figure.video {
  float: left;
  margin-right: 20px;
  width: 200px;
}
figure.video img {
  width: 200px;
}
blockquote {
  line-height: 32px;
  font-size: 24px;
  color: #194471;
  margin: 0px;
}
.clear {
  clear: both;
}
br.clear,
hr.clear {
  height: 1px;
  margin: -1px 0em 0em 0em;
  overflow: hidden;
  *position: absolute;
  visibility: hidden;
  *width: 1px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e0e3e5;
  margin: 1em 0;
  padding: 0;
}
.hr {
  margin: -20px 0px 0px 0px;
}
.left {
  float: left!important;
}
.right {
  float: right!important;
}
.nomargin {
  margin: 0!important;
}
input[type=text],
input[type=password],
input[type=email],
input[type=file],
select,
textarea {
  background: #ffffff!important;
  height: 39px;
  border: none;
  display: block;
  width: calc(100% - 145px);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
  margin: 3px 0px 15px 0px;
  font-family: 'PT Sans', sans-serif !important;
  color: #7c7c87;
  font-size: 16px;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-bottom: 1px solid #e1e1e1;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #ffffff, 0 1px 0 #ffffff;
}
select.error,
input.error {
  border: 1px solid #f57f7f!important;
}
input[type=text].whole,
input[type=password].whole,
input[type=email].whole {
  width: 100%;
  float: left;
}
input[type=text].small {
  width: 80px !important;
  display: inline-block;
  margin-left: 8px!important;
}
input[type=text].medium {
  width: 128px !important;
  display: inline-block;
}
textarea {
  height: 200px;
  width: 100%;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin-top: 4px;
  height: 29px;
  line-height: 16px;
  margin-right: 0px !important;
}
input[type=text].uploads {
  width: calc(100% - 105px) !important;
  float: left;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fileUpload input.upload::-webkit-file-upload-button {
  cursor: pointer;
}
input.disabledCleared {
  border: none!important;
  box-shadow: none!important;
  background-color: transparent!important;
  padding: 0!important;
}
span.values {
  font-size: 14px;
  width: auto;
  line-height: 19px;
  display: inline-block;
}
label.select {
  position: relative;
}
label.select.small select {
  width: 70px;
}
label.select.medium select {
  width: calc(100% - 170px);
}
label.select.medium-small select {
  width: 90px;
}
label.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  display: inline-block;
  padding-right: 34px;
  margin-bottom: 5px;
}
label.select select.full {
  width: 100%;
}
label.select select option {
  background: #ffffff;
  color: #000000;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: normal !important;
}
label.select:after {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  color: #00a0df;
  right: 4px;
  top: -1px;
  padding-right: 14px;
  width: 30px;
  height: 20px;
  background: transparent!important;
  /*background: #ffffff;*/
  font-size: 20px;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 2px;
  box-sizing: border-box;
  pointer-events: none !important;
}
input[type=checkbox] {
  width: 20px;
  float: left;
  height: 20px;
  margin-right: 10px;
}
input[type=checkbox] + label,
table + label {
  width: calc(100% - 40px);
  font-size: 14px;
  margin-bottom: 15px;
  float: left;
  line-height: 18px;
  margin-top: 4px;
}
label.inline {
  width: auto !important;
}
fieldset label {
  margin-top: 0px;
}
fieldset label.single {
  margin-top: 11px;
}
fieldset label.double {
  margin-top: -2px;
  word-spacing: 0px;
}
label + span {
  border: none;
  display: block;
  width: auto;
  min-height: 49px;
  font-size: 18px;
}
/* button structure */
.btn {
  border-radius: 5px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0px 22px;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400 !important;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  -webkit-appearance: none;
  font-family: 'PT Sans', sans-serif !important;
}
.btn.normal {
  background-color: #e3ebf0;
  color: #194471;
  font-weight: 600 !important;
  box-shadow: 0px 2px 6px 0px rgba(29, 57, 86, 0.4);
}
.btn.normal:hover,
.btn.action:hover,
.btn.grey:hover {
  background: #c2d3de;
}
.btn.action {
  background-color: #e3ebf0;
  color: #194471;
  font-weight: 600 !important;
  box-shadow: 0px 2px 6px 0px rgba(29, 57, 86, 0.4);
  font-size: 14px;
  line-height: 16px;
  padding: 5px 22px;
  text-align: center;
}
.btn.action.small {
  background-color: #e3ebf0;
  color: #194471;
  font-weight: 600;
  height: 26px;
  line-height: 26px;
  padding: 0px 11px;
}
.btn.action.small:hover {
  background: #c2d3de;
}
.btn.action.smaller {
  height: 26px;
  line-height: 26px;
  padding: 0px 12px;
}
.btn.grey {
  background-color: #e3ebf0;
  color: #194471;
  font-weight: 600 !important;
  box-shadow: 0px 2px 6px 0px rgba(29, 57, 86, 0.4);
  font-size: 14px;
  line-height: 14px;
  padding: 5px 22px;
  text-align: center;
}
.btn.grey.small {
  background: #9098a5;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  color: #ffffff;
}
.btn.disabled {
  background: #b9c0c5;
  color: #ffffff !important;
  background: -webkit-linear-gradient(top, #b1b9be 0%, #bfc5ca 100%) !important;
  background: linear-gradient(to bottom, #b1b9be 0%, #bfc5ca 100%) !important;
  box-shadow: none;
  pointer-events: none;
  font-weight: 400 !important;
}
.btn:nth-of-type(2) {
  margin-right: 0px;
  margin-left: -5px;
}
.btn.right {
  float: right;
}
.btn.big {
  width: 49%;
  background: #ffffff;
  border: solid 1px #ececec;
  font-size: 20px;
  height: 100%;
  padding: 24px 40px;
  color: #194471;
  line-height: 28px;
  text-align: center;
  margin-right: 10px;
}
.btn.big:last-of-type {
  margin-right: 0px;
}
.btn.ghost {
  border: solid 1px #e1e1e1;
  color: #7c7c87;
  background: #ffffff;
  height: 40px;
  line-height: 40px;
  padding: 0px 22px;
  font-size: 16px;
}
.btn.ghost.small {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
}
/* document structure */
section#bodySection {
  width: 678px;
  min-height: 100%;
  margin: 0px auto -50px auto;
}
section#bodySection .hr {
  margin: 0px 0px;
}
.columns section#bodySection {
  width: 1140px;
  min-height: 100%;
  margin: 0px auto -50px auto;
}
.columns section#bodySection .hr {
  margin: -5px 0px 5px 0px;
}
.columns section#bodySection header + .hr {
  margin-bottom: -2px;
}
.columns section#bodySection .hr:last-of-type {
  margin-top: 0px !important;
}
.columns section#bodySection header a:first-of-type img,
.columns section#bodySection header figure img {
  left: 0px;
}
.wizardIntro .flex {
  display: flex;
  justify-content: space-between;
}
.wizardIntro .flex div {
  height: auto;
  width: 49%!important;
}
.wizardIntro .flex div a {
  width: 100%!important;
}
.wizardIntro .flex span:last-of-type {
  float: right;
}
.column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-align-content: flex-start;
}
.column {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
nav {
  flex: 0 0 263px;
  order: 1;
  -webkit-flex: 0 0 263px;
  margin-right: 30px;
  margin-bottom: 10px;
}
nav menu {
  background: #ffffff;
  border: solid 1px #ececec;
  margin: 0px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 25px 26px;
}
nav menu li {
  margin: 0px 0px 12px 0px;
  padding: 0px;
  list-style-type: none;
}
nav menu li h2 {
  color: #8198b0;
  font-size: 16px;
  margin-bottom: 10px;
}
nav menu li ul li a:before {
  border: none;
  background: #194471;
  margin: 5px 10px 0px -10px;
  width: 10px;
  height: 10px;
}
nav menu li:last-of-type {
  margin: 0px 0px -5px 0px;
}
nav menu li a:before {
  content: '';
  border: solid 2px #194471;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 4px 10px 10px 0px;
  float: left;
}
nav menu li a:hover:before,
nav menu li a.active:before {
  content: '';
  background: #00a1dc;
  border-radius: 50%;
  border: none;
}
nav menu li a {
  color: #194471;
  text-decoration: none;
  font-size: 16px;
}
nav menu li a:hover,
nav menu li a.active {
  color: #00a1dc;
}
nav menu ul {
  margin: 10px 0px !important;
}
nav .video {
  margin-bottom: 30px;
}
nav .explanation {
  background: #ffffff;
  border: solid 1px #ececec;
  margin: 0px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
nav .explanation h3 {
  color: #7c7c87;
  font-size: 16px;
  font-weight: 600;
  margin: 0px !important;
}
nav .explanation p {
  margin: 0px !important;
}
article {
  flex-basis: 1;
  order: 2;
  flex-basis: 100%;
}
aside {
  flex: 0 0 263px;
  -webkit-flex: 0 0 263px;
  order: 3;
  margin-left: 30px;
  margin-bottom: 10px;
  padding: 0px;
}
aside .box {
  text-align: center;
  padding-bottom: 10px;
}
aside .box figure {
  margin: -20px -20px 4px -20px;
}
aside .box figure img {
  border-radius: 5px 5px 0 0;
}
aside .box p {
  margin: 0px 0px 10px 0px;
}
aside .box p:last-of-type {
  margin: 0px 0px 0px 0px;
}
aside .box h3 {
  color: #194471;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
}
aside .box a {
  color: #194471;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
}
aside .box span.price {
  color: #00a1dc;
  display: inline-block;
  margin-bottom: 0px;
}
aside .nav {
  margin-right: 0px;
}
header {
  padding-top: 50px;
  margin-bottom: -10px;
  overflow: hidden;
}
header.preLog a:first-of-type,
header.preLog figure {
  float: left;
  margin: 200px 0px 0px 0px;
  padding: 0px;
  outline: none;
}
header.preLog a:first-of-type img,
header.preLog figure img {
  outline: none;
  position: relative;
  vertical-align: baseline;
  top: -2.2em;
  left: 30px;
}
header a:first-of-type,
header figure {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  outline: none;
}
header a:first-of-type img,
header figure img {
  outline: none;
  position: relative;
  vertical-align: baseline;
  top: -0.4em;
  left: 30px;
}
header span {
  color: #00a0df;
  display: inline-block;
  font-size: 18px;
  margin: 0px 0px 17px 0px !important;
}
header.preLog + article {
  margin-top: -193px !important;
}
footer.logos {
  display: block;
  position: static;
  width: auto;
  margin-top: 0px;
  text-align: center;
}
footer.logos a:first-of-type,
footer.logos figure {
  float: left;
  padding: 0px;
  outline: none;
}
footer.logos a:first-of-type img,
footer.logos figure img {
  outline: none;
  margin: 0px -12px 0px 0px !important;
}
footer.logos figure {
  margin: 15px -22px 0px 0px !important;
  text-align: left;
}
footer.logos span.fa {
  display: none;
}
footer.logos figure a {
  margin-right: 30px;
  padding: 0px;
}
footer.logos figure a:last-of-type {
  margin-right: 0px;
}
footer.logos span {
  color: #00a0df;
  display: block;
  font-size: 18px;
  margin-top: 10px;
  margin-left: 10px;
}
.columns header {
  padding-top: 35px;
  margin-bottom: 26px;
  position: relative;
}
.columns header .logged {
  position: absolute;
  right: 5px;
  top: 68px;
  color: #194471;
  font-size: 14px;
  display: block!important;
}
.columns header .logged a {
  color: #8198b0;
  padding: 0px 0px 0px 20px;
  float: right;
}
.columns header .logged a.btn {
  margin: -4px 0px 0px 10px;
}
.columns header.change span.fa {
  display: none;
}
.logged {
  display: none;
}
.columns header a img {
  margin: 0px 10px 0px 59px !important;
  width: 147px;
  height: auto;
  left: 0px !important;
}
.columns header figure {
  margin: -5px 0px 0px 76px !important;
  width: auto;
  text-align: center;
}
.columns header figure a img {
  width: auto;
  height: 62px;
  margin: 0px 18px 0px 0px !important;
}
.content {
  /* rates */
}
.content h2 {
  font-size: 24px;
  line-height: 30px;
  color: #00a0df;
  margin-bottom: 14px;
}
.content p a {
  text-decoration: underline;
  color: #00a0df;
}
.content h3 {
  font-size: 16px;
  color: #7c7c87;
  margin-bottom: -8px;
}
.content .link,
.content .linkie {
  color: #194471;
  text-decoration: none;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  padding: 10px 0px;
  width: 100%;
  margin-bottom: -1px;
  display: inline-block;
}
.content .link:before {
  content: "Download: ";
  color: #7c7c87;
}
.content .linkie span:nth-of-type(1) {
  width: 70px;
  float: left;
  margin-left: 0px;
  margin-right: 30px;
  text-align: right;
}
.content .linkie span:nth-of-type(2) {
  width: calc(100% - 280px);
  float: left;
  text-decoration: underline;
}
.content .linkie span:nth-of-type(3) {
  float: right;
  margin-right: 10px;
}
.content .linkie span:nth-of-type(4) {
  float: right;
  color: #de0b18;
  margin-right: 20px;
  padding-top: 2px;
}
.content figure.contain {
  width: 234px;
  height: 98px;
  background: #ececec;
  margin: 0px 30px 0px 0px;
  border-radius: 5px;
}
.content figure.contain + p {
  margin: -5px 0px;
}
.content figure.contain.full {
  height: 348px;
  width: 100%;
  margin-bottom: 20px;
}
.content figure.contain.part {
  height: auto;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  padding: 10px 0px;
}
.content figure.contain.part img {
  display: inline-block;
}
.content figure.videos {
  width: 100%;
  text-align: center;
}
.content .links {
  margin: 0px;
  padding: 0px;
}
.content .links li {
  color: #194471;
  list-style-type: circle;
  margin: 0px 0px 0px 16px;
  padding: 0px 0px 4px 0px;
}
.content .links li a {
  color: #194471;
  text-decoration: none;
}
.content article {
  float: none;
  width: 100%;
}
.content header {
  padding: 0px;
  margin-bottom: 10px;
}
.content table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0px;
}
.content table h3 {
  font-weight: bold;
}
.content table th,
.content table td {
  width: auto;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  padding: 5px 0px;
}
.content table th label,
.content table td label {
  float: none;
  width: 262px;
  margin: 0px;
}
.content table th input[type=text],
.content table td input[type=text],
.content table th textarea,
.content table td textarea {
  width: 100%;
  margin: 0px;
}
.content table th input[type=radio],
.content table td input[type=radio] {
  margin: 0px 10px 0px 0px;
  position: relative;
  top: -0.2em;
}
.content table th input[type=radio] + label,
.content table td input[type=radio] + label {
  width: 116px;
  margin-right: -20px;
  display: inline-block;
}
.content table th input[type=radio]:nth-of-type(2),
.content table td input[type=radio]:nth-of-type(2) {
  margin-left: 10px;
}
.content table th div,
.content table td div {
  float: right;
}
.content table th div input[type=radio] + label,
.content table td div input[type=radio] + label {
  width: auto;
  margin-right: 20px;
  display: inline-block;
}
.content table th {
  width: 262px;
  padding-right: 10px;
}
.content table th.wide {
  width: 362px;
}
.content.contact table label {
  float: none;
  width: 220px;
  margin: 0px;
}
.content.contact table th,
.content.contact table td {
  width: calc(100% - 220px);
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  padding: 5px 0px;
}
.content.contact table th {
  width: 220px;
  vertical-align: initial;
  padding-right: 10px;
  padding-top: 10px;
}
.content.door table label {
  float: none;
  width: 260px;
  margin: 0px;
}
.content.door table th,
.content.door table td {
  width: calc(100% - 260px);
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  padding: 5px 0px;
}
.content.door table th {
  width: 268px;
  padding-right: 10px;
  line-height: 26px;
}
.content.door table tr.tb td {
  vertical-align: top;
  padding-top: 10px;
}
.content table.control th,
.content table.control td {
  padding: 10px 0px;
  -ms-word-break: break-all;
  word-break: break-all;
}
.content table.control tr:last-of-type th,
.content table.control tr:last-of-type td {
  padding: 0!important;
}
.content ul.resp-tabs-list {
  margin: 30px 0px;
  padding: 0px;
  position: relative;
  bottom: -2px;
  margin-bottom: -15px !important;
}
.content .resp-tabs-list li {
  font-weight: 400;
  font-size: 13px;
  padding: 4px 20px;
  margin: 0;
  font-size: 18px;
  list-style: none;
  cursor: pointer;
  float: left;
  text-align: center;
  color: #7c7c87;
  background: #f2f2f2;
}
.content .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
  /*margin-bottom: 40px;*/
}
.content h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.content .resp-tab-content {
  display: none;
  padding: 20px 20px 20px 20px;
  background: #f3f3f3;
}
.content .resp-tab-item {
  border-bottom: none;
  border: solid 1px #f3f3f3;
  line-height: 36px;
  margin-right: 2px !important;
}
.content .resp-tab-item:last-of-type {
  margin-right: 0px !important;
}
.content .resp-tab-active {
  border: solid 2px #f3f3f3;
  border-bottom: none;
  position: relative;
  background: #ffffff !important;
  color: #194471 !important;
}
.content .resp-tab-content-active,
.content .resp-accordion-active {
  display: block;
  border: solid 2px #ededed;
  background: none !important;
}
.content .resp-tab-content p {
  margin-bottom: 0px;
}
.content .resp-tab-content .footer p {
  font-size: 14px;
  margin-bottom: 0!important;
  margin-top: 0!important;
}
.content .resp-tab-content hr {
  margin: 20px -20px;
  height: 2px;
  border: none;
  color: #ededed !important;
  background: #ededed !important;
}
.content .resp-tab-content span.price {
  float: right;
}
.content .resp-tab-content p.first {
  margin-bottom: -30px;
  margin-top: 0px;
}
.content .resp-tab-content table.rates thead th:first-child {
  padding: 0px 0px 5px 0px;
}
.content .resp-tab-content table.rates tbody th,
.content .resp-tab-content table.rates tbody td {
  padding: 2px 0px 3px 0px;
}
.content .resp-tab-content p:nth-of-type(2),
.content .resp-tab-content p:nth-of-type(4) {
  margin-bottom: 20px;
}
.content .resp-tab-content p.last {
  margin-bottom: -10px;
}
.content table.rates {
  width: 100%;
  table-layout: fixed;
  margin: 0px;
}
.content table.rates thead th {
  padding: 0px 0px 5px 0px;
  text-align: left;
  width: 115px;
  color: #194471;
  font-size: 90%;
  font-weight: 600;
  line-height: 120%;
}
.content table.rates thead th.centered {
  text-align: center;
}
.content table.rates thead th:first-child {
  text-align: left;
  padding: 0px 0px 0px 0px;
}
.content table.rates tbody td {
  padding-right: 15px;
  text-align: left;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content table.rates tbody tr.last td {
  padding-bottom: 0px;
}
.content table.rates tbody tr td p {
  font-size: 90%;
}
.content table.rates tbody th {
  border-top: solid 2px #f3f3f3;
  padding-top: 15px;
}
.content table.rates tbody td:first-child {
  text-align: left;
  padding-left: 0px;
  white-space: nowrap;
}
.content table.numbers {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}
.content table.numbers th {
  color: #7c7c87;
  font-size: 16px;
}
.content table.numbers th:nth-of-type(1),
.content table.numbers td:nth-of-type(1) {
  width: 20px;
  padding-left: 10px;
}
.content table.numbers th:nth-of-type(2) {
  width: 200px;
}
.content table.numbers th:nth-of-type(3),
.content table.numbers td:nth-of-type(3) {
  width: calc(100% - 220px;);
  padding-right: 10px;
}
.content table.numbers td {
  color: #194471;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  font-size: 16px;
  vertical-align: middle;
}
.content table.numbers tr.inactive td {
  color: #7c7c87;
  background: #f6f6f6;
}
.content table.numbers .btn {
  margin-right: 0px;
}
.content fieldset .required {
  margin: 7px 10px;
}
.content ul.alfabet {
  margin: 0px -5px 15px -3px;
  padding: 0px;
}
.content ul.alfabet li {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: -4px;
  font-size: 16px;
}
.content ul.alfabet li:last-of-type {
  margin-right: 0px;
}
.content ul.alfabet li.active {
  background: #00a0df !important;
  border-radius: 50%;
  padding: 2px 0px;
}
.content ul.alfabet li a {
  color: #7c7c87;
  text-decoration: none;
  display: block;
}
.content ul.alfabet li.active a {
  color: #ffffff;
  margin-top: -2px;
}
.content .sizer {
  width: 100%;
  text-align: center;
  height: 200px;
  padding-top: 50px;
}
.content .loader {
  display: inline-block;
  width: 20%;
  height: 30px;
  background-color: #00a0df;
  background-image: linear-gradient(center bottom, #194471 37%, #194471 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  border: solid 5px #eeeeee;
  border-radius: 5px;
}
.content .loader:after,
.content .loader > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  animation: move 2s linear infinite;
}
.content .animate > span:after {
  display: none;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.content.wizard {
  margin-bottom: 40px;
}
.content.wizard .addOn {
  background: #00a0df;
  width: 294px;
  padding: 20px;
  color: #ffffff;
  float: left;
  height: 540px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
.content.wizard .addOn h2 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  font-weight: 400;
}
.content.wizard .addOn .highLight {
  background: #ffffff;
  color: #000000;
  padding: 10px 20px 10px 15px;
  font-size: 14px;
}
.content.wizard .addOn .highLight h3 {
  color: #000000;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.content.wizard .addOn .highLight p:only-of-type,
.content.wizard .addOn .highLight p:last-of-type {
  margin-bottom: 0px;
}
.content.wizard .addOn .highLight + h2 {
  margin-top: 20px;
}
.content.wizard .addOn span a {
  color: inherit!important;
}
.content.wizard .addOn ul {
  padding: 0 22px;
}
.content.wizard .addOn p:empty {
  display: none!important;
}
.content.wizard .addOn p {
  margin-top: 0!important;
}
.content.wizard .addOn header {
  width: auto;
  height: 30px;
  margin-bottom: 20px;
}
.content.wizard .addOn header a.btn {
  background: #ffffff;
  color: #194471;
  width: auto;
  height: auto;
  padding: 7px 12px 7px 12px;
  line-height: 16px;
  height: 30px;
  margin-bottom: 0px;
  position: relative;
  font-size: 14px;
  font-weight: 600 !important;
}
.content.wizard .addOn header a.btn:hover {
  background: none;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.content.wizard .addOn header a.btn:hover span {
  color: #ffffff;
}
.content.wizard .addOn header a.btn span {
  position: relative;
  vertical-align: baseline;
  top: 0.1em;
  padding-left: 3px;
  color: #194471;
  display: inline-block;
  margin: 0px;
}
.content.wizard .addOn header a.btn:first-of-type span {
  position: relative;
  vertical-align: baseline;
  top: 0.1em;
  padding-right: 3px;
}
.content.wizard .addOn header a.btn p {
  margin: 0 !important;
  line-height: normal !important;
  display: inline-block;
}
.content.wizard .addOn header a.btn .hr line {
  stroke: #40b3de;
}
.content.wizard .contain.full {
  width: calc(100% - 294px);
  float: left;
  height: 540px;
  margin: 0px 0px 0px -3px;
  /*border: solid 2px #f0f0f0;*/
}
.aanmelden {
  background: #00a0df;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.aanmelden.noBlue {
  background: none;
}
.aanmelden.noBlue article {
  float: left;
  width: 100%;
  height: 300px;
}
.aanmelden header {
  float: left;
  padding: 30px 0px 30px 50px;
  color: #ffffff;
  width: 400px;
}
.aanmelden header h1 {
  margin: 0px 0px 12px 0px !important;
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
}
.aanmelden header p {
  margin: 0px;
  font-size: 16px;
  line-height: 21px;
}
.aanmelden article {
  float: right;
  width: calc(100% - 430px);
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.aanmelden article figure {
  margin: 0px;
  padding: 0px;
}
.aanmeld article {
  width: calc(100% - 380px);
  float: left;
}
.aanmeld aside {
  width: 360px;
  float: left;
  margin: 40px 0px 0px 20px;
}
.aanmeld aside p {
  margin: -5px 0px;
}
.aanmeld .fieldset {
  display: flex !important;
}
.aanmeld figure,
.aanmeld div.figure {
  margin: 0px 30px 20px 0px;
  float: left;
  width: 230px;
  position: relative;
}
.aanmeld figure img,
.aanmeld div.figure img {
  display: block;
  margin-bottom: 20px;
}
.aanmeld figure input[type=radio],
.aanmeld div.figure input[type=radio] {
  float: left;
  width: 20px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.aanmeld figure label,
.aanmeld div.figure label {
  font-size: 24px;
  color: #194471;
  float: none;
  margin-top: 0px;
  display: table-cell;
  height: 46px;
  vertical-align: middle;
  width: inherit;
}
.aanmeld figure p,
.aanmeld div.figure p {
  margin: 10px 0px 15px 0px;
}
.aanmeld figure span.price,
.aanmeld div.figure span.price {
  color: #194471;
  font-size: 18px;
  position: absolute;
  bottom: 0;
}
.aanmeld figure:last-of-type {
  margin-right: 0px;
}
.aanmeld label.select select {
  width: 100%;
}
.aanmeld span.required {
  margin: 7px 0px 0px 0px;
}
.aanmeld input[type=checkbox] {
  width: 20px;
  margin-right: 4px;
}
.aanmeld input[type=checkbox] + label,
.aanmeld table + label {
  width: calc(100% - 40px);
  font-size: 14px;
  margin-bottom: 20px;
  float: left;
  line-height: 18px;
  margin-top: 4px;
}
.aanmeld th .explain {
  margin-top: 20px;
  margin-bottom: 20px;
}
.aanmeld table th {
  width: 320px;
  padding: 5px 20px 5px 0px;
}
.aanmeld table td {
  width: calc(100% - 429px);
  padding: 5px 0px;
}
.aanmeld table thead th,
.aanmeld table thead td {
  padding: 5px 0px;
}
.aanmeld table label {
  line-height: 28px;
}
.aanmeld fieldset {
  width: 99%;
}
.aanmeld h2 {
  margin-bottom: 20px;
  font-size: 28px!important;
}
.aanmeld p:only-of-type {
  margin-bottom: 20px;
}
aside .winner {
  background: #ffffff;
  border: solid 1px #ececec;
  margin: 0px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
aside .product {
  background: #ffffff;
  border: solid 1px #ececec;
  margin: 0px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.two header {
  margin-bottom: 0px;
  padding-top: 0px;
  overflow: visible;
}
.two article {
  float: none;
  width: 100%;
}
.two article p:last-of-type {
  margin: 0px 0px 20px 0px;
}
.two header p {
  margin: 0px 0px -20px 0px;
}
.two div.win {
  width: calc(50% - 20px);
  float: left;
  margin: 0px 20px 10px 0px;
  position: relative;
}
.two div.win.wide {
  width: 100%;
  float: none;
}
.two div.win.wide img {
  width: 167px;
  margin-bottom: 0px;
}
.two div.win.wide a.btn {
  float: right;
  margin-top: -15px;
}
.two div.win.wide div.footer {
  position: initial!important;
}
.two div.win p {
  margin-bottom: 20px;
}
.two div.win:nth-of-type(even) {
  margin: 0px 0px 0px 0px;
}
.two div.win:nth-last-of-type(-n+2) {
  margin: 0px 20px 10px 0px;
}
.two figure {
  margin: 0px 20px 0px 0px;
  float: left;
  text-align: center;
}
.two figure img {
  display: block;
  margin-bottom: 20px;
}
.two h2 {
  color: #194471;
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
}
.two span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
}
.two div.footer {
  position: absolute;
  bottom: -5px;
  left: 150px;
}
.two span.price {
  display: block;
  margin-bottom: 0px;
  color: #00a0df;
  font-size: 16px;
  margin-bottom: -2px;
}
.two a {
  text-decoration: none;
}
.two.detail {
  float: left;
}
.two.detail header {
  height: auto;
  float: left;
}
.two.detail header figure {
  margin: 0px 0px 20px 0px !important;
}
.two.detail header figure img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0px !important;
}
.two.detail header span.name {
  color: #00a0df;
  font-size: 24px;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
}
.two.detail article div.left {
  width: calc(100% - 280px);
  float: left;
}
.two.detail article div.left.small {
  width: calc(100% - 386px);
}
.two.detail article div.left h2 {
  font-size: 24px;
  color: #00a0df;
  margin: 30px 0px -10px 0px !important;
}
.two.detail article div.left h2:first-of-type {
  margin-top: 0px !important;
}
.two.detail article div.right {
  text-align: center;
  width: 260px;
  margin-left: 20px;
  float: right;
  margin-top: 16px;
}
.two.detail article div.right.small {
  width: 356px;
  margin-left: 30px;
}
.two.detail article div.right.small img {
  border: solid 2px #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.two.detail article div.right h3 {
  font-size: 24px;
  line-height: 32px;
  color: #194471;
  margin: 0px 0px 0px 0px;
}
.two.detail article div.right span.price {
  color: #00a0df;
  margin-bottom: 20px;
  display: block;
}
.two.detail article div.right figure img {
  margin-bottom: 0px;
  display: inline-block;
}
.two.detail article p:only-of-type {
  margin-top: 20px;
}
.two.detail article figure {
  background: #ffffff;
  border: solid 1px #ececec;
  margin: 0px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.two.detail menu.tabs {
  /*bottom: -472px;
		position: absolute;
		left: -20px;*/
  bottom: -1px;
  position: absolute;
  left: -20px;
}
.two.detail menu.tabs li {
  list-style-type: none;
  display: inline-block;
  height: 31px;
  position: relative;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 70%, #b0b0b0 100%);
  background: linear-gradient(to bottom, #ffffff 70%, #b0b0b0 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #1b2f4b;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0px 13px;
}
.two.detail menu.tabs li.active {
  background: #ffffff;
}
.two.detail menu.tabs li a {
  height: 31px;
  text-decoration: none;
  color: #1b2f4b;
  cursor: pointer;
}
.two.detail div.accord {
  font-size: 14px;
}
.two.detail div.accord a {
  float: right;
  clear: both;
  margin-bottom: 20px;
  text-decoration: none;
  color: #194471 !important;
}
.two.detail div.accord div {
  border: solid 1px #e0e3e5;
  margin-bottom: 20px !important;
}
.two.detail div.accord div h2 {
  background: #f8f8f8;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  font-size: 16px !important;
  color: #194471 !important;
  margin-bottom: 0px !important;
  font-weight: bold;
}
.two.detail div.accord div table {
  margin: 0px !important;
  border-collapse: collapse;
  width: 100%;
}
.two.detail div.accord div table tbody tr th {
  background: #ffffff;
  color: #194471;
  border-bottom: solid 1px #e0e3e5;
  border-right: solid 1px #e0e3e5;
  text-align: left;
  padding-left: 15px;
  padding: 4px 15px;
  font-weight: normal;
  font-size: 14px;
  width: 230px;
}
.two.detail div.accord div table tbody tr td {
  color: #848e99;
  border-bottom: solid 1px #e0e3e5;
  padding: 3px 15px;
  font-size: 14px;
}
.two.detail div.accord div table tbody tr td:first-of-type,
.two.detail div.accord div table tbody tr th:first-of-type {
  border-top: solid 1px #e0e3e5;
}
.two.detail div.accord div .transition,
.two.detail div.accord div table,
.two.detail div.accord div ul li i:before,
.two.detail div.accord div ul li i:after {
  transition: all 0.25s ease-in-out;
}
.two.detail div.accord div .flipIn,
.two.detail div.accord div {
  animation: flipdown 0.5s ease both;
}
.two.detail .no-select,
.two.detail h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.two.detail div.accord {
  perspective: 900;
  padding: 0;
  margin-top: 15px;
}
.two.detail div.accord div {
  position: relative;
  padding: 0;
  margin: 0;
}
.two.detail div.accord div table {
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 2;
}
.two.detail div.accord div:nth-of-type(1) {
  animation-delay: 0.5s;
}
.two.detail div.accord div:nth-of-type(2) {
  animation-delay: 0.75s;
}
.two.detail div.accord div:nth-of-type(3) {
  animation-delay: 1s;
}
.two.detail div.accord div:last-of-type {
  padding-bottom: 0;
}
.two.detail div.accord div i {
  position: absolute;
  -moz-transform: translate(-6px, 0);
  -ms-transform: translate(-6px, 0);
  -o-transform: translate(-6px, 0);
  -webkit-transform: translate(-6px, 0);
  transform: translate(-6px, 0);
  margin-top: 11px;
  right: 15px;
}
.two.detail div.accord div i:before,
.two.detail div.accord div i:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 9px;
  display: block;
  background: #1f2e4a;
}
.two.detail div.accord div i:before {
  -moz-transform: translate(-2px, 0) rotate(45deg);
  -ms-transform: translate(-2px, 0) rotate(45deg);
  -o-transform: translate(-2px, 0) rotate(45deg);
  -webkit-transform: translate(-2px, 0) rotate(45deg);
  transform: translate(-2px, 0) rotate(45deg);
}
.two.detail div.accord div i:after {
  -moz-transform: translate(2px, 0) rotate(-45deg);
  -ms-transform: translate(2px, 0) rotate(-45deg);
  -o-transform: translate(2px, 0) rotate(-45deg);
  -webkit-transform: translate(2px, 0) rotate(-45deg);
  transform: translate(2px, 0) rotate(-45deg);
}
.two.detail div.accord div input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.two.detail div.accord div input[type=checkbox]:checked ~ table {
  margin-top: 0px;
  max-height: 0px;
  display: none;
  opacity: 0;
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.two.detail div.accord div input[type=checkbox]:checked ~ i:before {
  -moz-transform: translate(2px, 0) rotate(45deg);
  -ms-transform: translate(2px, 0) rotate(45deg);
  -o-transform: translate(2px, 0) rotate(45deg);
  -webkit-transform: translate(2px, 0) rotate(45deg);
  transform: translate(2px, 0) rotate(45deg);
}
.two.detail div.accord div input[type=checkbox]:checked ~ i:after {
  -moz-transform: translate(-2px, 0) rotate(-45deg);
  -ms-transform: translate(-2px, 0) rotate(-45deg);
  -o-transform: translate(-2px, 0) rotate(-45deg);
  -webkit-transform: translate(-2px, 0) rotate(-45deg);
  transform: translate(-2px, 0) rotate(-45deg);
}
.two.prices figure {
  background: #ebebeb;
  width: 361px;
  height: 223px;
  margin-right: 30px;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-top: 20px;
}
.two.prices p {
  margin-bottom: 20px;
}
.two.prices header p {
  margin-bottom: 2px;
}
.two.prices div.price {
  margin-bottom: -70px;
}
.two.prices div.price h2 {
  font-size: 24px;
}
.two.prices div.price span {
  color: #00a0df;
}
.two.prices div.price figure {
  margin-bottom: 0;
  padding: 0;
}
.two.prices div.price figure img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.two.prices div.price a.btn {
  width: auto !important;
  float: left !important;
}
.two.prices div.price span.price {
  margin-bottom: 22px;
  display: block;
}
.two.prices div.price.small figure {
  width: 167px;
  height: 167px;
}
.two.prices div.price.small figure img {
  display: inline-block;
  width: 100px;
}
.two.prices div.price.small span.price {
  display: inline-block;
}
.two.prices div.price.small a.btn {
  float: right !important;
}
.two.prices div.price.small .prizeRight {
  float: left;
  width: calc(100% - 197px);
}
body.preLog article {
  margin-top: -150px;
}
body.preLog header figure {
  display: none;
}
#cboxContent article {
  margin-top: 0px;
}
article {
  position: relative;
  box-sizing: border-box;
  z-index: 44;
  width: 440px;
  float: right;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
}
article section.home {
  line-height: 40px;
  font-size: 30px;
  color: #194471;
}
article section.home p {
  line-height: 40px;
  margin-bottom: 5px;
}
article section.home .hr {
  margin-top: -6px !important;
}
article div.error {
  float: none;
  background: #f9e1e1;
  border: solid 1px #f7c9c9;
  padding: 10px 20px;
  position: static;
  top: 0px;
  width: 100%;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  /*min-height: 58px;*/
  height: auto;
  margin-bottom: 20px;
  font-size: 14px;
  /*line-height: 20px;*/
  color: #7c7c87;
}
article div.error p {
  margin: 0px;
}
article div.explain {
  float: none;
  background: #f0ffef;
  border: solid 1px #c7efc3;
  padding: 10px 20px;
  position: static;
  top: 0px;
  width: 100%;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  /*min-height: 58px;*/
  height: auto;
  margin-bottom: 0px;
  font-size: 14px;
  /*line-height: 20px;*/
  color: #7c7c87;
  margin: 15px 0 0;
}
article div.explain p {
  margin: 0px !important;
}
span.inloggen {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
span.inloggen p:first-of-type {
  margin-bottom: 20px;
}
span.opvragen p:first-of-type {
  margin-bottom: 20px;
}
span.opvragen input[type=email] {
  margin-bottom: 22px;
}
#bevestig,
#playerB {
  font-size: 20px;
}
#bevestig p,
#playerB p {
  line-height: 26px !important;
}
#bevestig p:only-of-type,
#playerB p:only-of-type {
  margin-bottom: 15px;
}
article span.required {
  width: 175px;
  color: #7c7c87;
  margin: 15px 0;
  float: left;
  font-size: 14px;
}
article span.required.noTop {
  margin-top: 0!important;
}
.header {
  margin-left: 293px;
  margin-top: -20px;
  margin-bottom: 18px;
  position: relative;
  width: calc(100% - 588px);
}
.header.else {
  margin-left: 0px;
  position: relative;
  width: calc(100% - 293px);
}
.header.otherElse {
  width: calc(100% - 295px);
}
.header.full {
  margin-left: 0;
  width: 100%;
}
.header h1 {
  margin-bottom: 0!important;
}
.header span.name {
  color: #00a0df;
  font-size: 24px;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
}
a.backLink {
  float: right !important;
  text-decoration: none;
  margin-bottom: 0px;
  margin-top: 0px !important;
  font-weight: 400;
  margin-right: 0px;
  background: #00a0df;
  position: absolute;
  bottom: 11px;
  right: 0;
  background-color: #e3ebf0;
  color: #194471;
  font-weight: 600 !important;
  box-shadow: 0px 2px 6px 0px rgba(29, 57, 86, 0.4);
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
a.backLink:before {
  content: "\f0d9";
  font-family: FontAwesome;
  margin: 10px 10px 0px 0px;
  background: #ffffff;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  color: #194471;
  text-align: center;
  line-height: 18px;
}
a.backLink:hover {
  background: #c2d3de;
}
footer {
  position: relative;
  bottom: 0px;
  right: 0px;
  width: 1140px;
  color: #8199b3;
  font-size: 14px;
  height: 30px;
  text-align: right;
  font-weight: 400;
  margin: 0px auto;
}
footer div {
  position: absolute;
  right: 0px;
  top: 0px;
}
footer div a {
  padding-left: 40px;
}
footer a {
  color: #8199b3;
  padding: 0px 5px;
  font-weight: 300;
  text-decoration: none;
}
footer a span {
  display: inline-block;
  font-size: 20px !important;
}
/*Ipad */
@media screen and (min-device-width: 769px) and (max-device-width: 1250px) {
  header {
    margin-bottom: 0px!important;
  }
}
@media all and (max-width: 1250px) {
  .columns section#bodySection {
    width: 100%;
    padding: 0px 20px;
  }
  footer {
    width: 100%;
    right: 20px;
  }
  .columns header .logged {
    top: 22px;
  }
  header.preLog + article {
    margin-top: 0px !important;
  }
  .content ul.alfabet li {
    margin-right: 10px;
  }
  .content table th {
    width: 220px;
  }
  .content table th label,
  .content .content table td label {
    width: 250px;
  }
  .content.door table th,
  .content.door table td {
    display: block;
    width: 100%;
  }
  .content .linkie span:nth-of-type(1) {
    width: 70px;
    margin-left: 0px;
  }
  .content .linkie span:nth-of-type(2) {
    width: auto!important;
  }
  .content.contact table th {
    width: 130px;
  }
  .content.contact table label {
    width: 130px;
  }
  .content.wizard .contain.full {
    overflow: hidden;
    background: #fafafa;
  }
  .content.wizard .contain.full img {
    width: 100%;
  }
  .content.wizard header {
    width: 100%!important;
    margin-bottom: 10px !important;
  }
  .btn.big {
    width: 100%;
    margin: 0px 0px 10px 0px;
    height: auto;
  }
  .aanmeld span.fieldset {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .two.prices div.price {
    margin-bottom: 0!important;
  }
}
@media all and (min-width: 1000px) {
  .hide-desktop {
    display: none!important;
  }
  .volgendeVorige {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .volgendeVorige a:nth-of-type(2),
  .volgendeVorige a:last-of-type {
    position: absolute;
    right: 0;
  }
  article.change {
    width: auto;
  }
}
@media all and (max-width: 1000px) {
  section#bodySection {
    min-height: auto;
  }
  .hide-mobile {
    display: none!important;
  }
  footer.logos {
    margin: -20px 0px 120px 0px;
  }
  footer.logos figure {
    text-align: center;
    margin-right: 0px !important;
    float: none;
  }
  footer.logos a {
    text-align: center;
    margin-right: 20px !important;
    float: none !important;
  }
  footer.logos a:first-of-type {
    float: none;
  }
  .volgendeVorige {
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .volgendeVorige a:nth-of-type(2) {
    position: initial;
  }
  a.backLink {
    margin-bottom: 20px!important;
  }
  body {
    background: none !important;
  }
  .push {
    -moz-transform: translate3d(304px, 0, 0);
    -ms-transform: translate3d(304px, 0, 0);
    -o-transform: translate3d(304px, 0, 0);
    -webkit-transform: translate3d(304px, 0, 0);
    transform: translate3d(304px, 0, 0);
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .pull {
    -moz-transform: translate3d(-304px, 0, 0);
    -ms-transform: translate3d(-304px, 0, 0);
    -o-transform: translate3d(-304px, 0, 0);
    -webkit-transform: translate3d(-304px, 0, 0);
    transform: translate3d(-304px, 0, 0);
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .flow {
    overflow: hidden;
  }
  #colorbox {
    width: 100% !important;
  }
  fieldset label.single {
    margin-bottom: 5px;
  }
  fieldset label.double {
    word-spacing: initial;
  }
  article span.required {
    margin-top: 0!important;
  }
  section#bodySection,
  .columns section#bodySection {
    width: 100vw;
    margin: 0px 0px 0px 0px;
    padding: 0px;
  }
  section#bodySection .header,
  .columns section#bodySection .header {
    margin: 0px 20px;
    transition: all 0.3s ease-in-out;
    width: auto !important;
  }
  section#bodySection .header h1,
  .columns section#bodySection .header h1 {
    width: auto;
  }
  section#bodySection .header.else,
  .columns section#bodySection .header.else,
  section#bodySection .header.otherElse,
  .columns section#bodySection .header.otherElse {
    width: auto!important;
  }
  section#bodySection .header a.btn,
  .columns section#bodySection .header a.btn {
    width: 100%;
    display: block;
    float: none !important;
    position: initial;
  }
  section#bodySection .explanation,
  .columns section#bodySection .explanation {
    /*margin-bottom: 2px;*/
  }
  section#bodySection input[type=text],
  .columns section#bodySection input[type=text],
  section#bodySection input[type=password],
  .columns section#bodySection input[type=password],
  section#bodySection input[type=email],
  .columns section#bodySection input[type=email],
  section#bodySection input[type=file],
  .columns section#bodySection input[type=file],
  section#bodySection select,
  .columns section#bodySection select,
  section#bodySection textarea,
  .columns section#bodySection textarea {
    border: solid 1px #e1e1e1;
  }
  section#bodySection h1,
  .columns section#bodySection h1 {
    line-height: 46px;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 15px !important;
    font-size: 40px;
    width: calc(100vw - 40px);
    width: -webkit-calc(100vw - 40px);
  }
  section#bodySection label.select:after,
  .columns section#bodySection label.select:after {
    top: 10px;
  }
  section#bodySection article,
  .columns section#bodySection article {
    float: none;
    width: 100vw;
    padding: 20px;
    margin-top: 0px;
  }
  section#bodySection article p:only-of-type,
  .columns section#bodySection article p:only-of-type {
    margin: 0px 0px 10px 0px;
  }
  section#bodySection article header p,
  .columns section#bodySection article header p {
    margin-bottom: 0px !important;
  }
  section#bodySection article figure.video,
  .columns section#bodySection article figure.video {
    display: block;
    width: 100%;
    float: none;
    margin: 0px 0px 20px 0px;
  }
  section#bodySection article figure.video img,
  .columns section#bodySection article figure.video img {
    display: block;
    width: 100%;
  }
  section#bodySection article blockquote,
  .columns section#bodySection article blockquote {
    display: block;
    width: 100%;
  }
  section#bodySection header.change,
  .columns section#bodySection header.change {
    text-align: center;
  }
  section#bodySection header,
  .columns section#bodySection header {
    width: 100vw;
    overflow: hidden;
    padding-top: 80px;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  section#bodySection header a:first-of-type,
  .columns section#bodySection header a:first-of-type {
    margin: 0px;
  }
  section#bodySection header a:first-of-type img,
  .columns section#bodySection header a:first-of-type img {
    left: 0px;
  }
  section#bodySection header a,
  .columns section#bodySection header a,
  section#bodySection header figure,
  .columns section#bodySection header figure {
    float: none;
    display: inline-block;
    text-align: center;
  }
  section#bodySection header figure,
  .columns section#bodySection header figure {
    width: 100vw;
    text-align: center;
    margin: 40px 0px 30px 0px !important;
  }
  section#bodySection header figure img,
  .columns section#bodySection header figure img {
    width: 60px;
    margin: 0px !important;
    height: auto;
    display: inline-block;
  }
  section#bodySection header figure a,
  .columns section#bodySection header figure a {
    width: auto;
    margin-right: 4px !important;
  }
  section#bodySection header img,
  .columns section#bodySection header img {
    width: 147px;
    left: 0px;
    margin: 0px !important;
  }
  section#bodySection label,
  .columns section#bodySection label {
    display: block;
    width: 100%;
  }
  section#bodySection input[type=checkbox] + label,
  .columns section#bodySection input[type=checkbox] + label {
    width: calc(100% - 40px);
  }
  section#bodySection input[type=text],
  .columns section#bodySection input[type=text],
  section#bodySection input[type=password],
  .columns section#bodySection input[type=password],
  section#bodySection input[type=email],
  .columns section#bodySection input[type=email] {
    display: block;
    width: 100%;
  }
  section#bodySection .column,
  .columns section#bodySection .column {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    margin: 0px 20px;
    /*.video {
				margin-top: -40px;
			}*/
  }
  section#bodySection .column nav,
  .columns section#bodySection .column nav {
    min-height: 100%;
    order: 2;
    width: 100%;
    flex-basis: 100%;
    -webkit-order: 2;
    -webkit-flex-basis: 100%;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
  section#bodySection .column nav div.video img,
  .columns section#bodySection .column nav div.video img {
    width: 100%;
  }
  section#bodySection .column article,
  .columns section#bodySection .column article {
    flex-basis: 100%;
    min-height: 100%;
    float: none;
    order: 1;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    margin: 0px !important;
    padding: 0px;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  section#bodySection .column aside,
  .columns section#bodySection .column aside {
    min-height: 100%;
    order: 3;
    flex-basis: 100%;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    margin: 0px;
  }
  section#bodySection .column nav > menu,
  .columns section#bodySection .column nav > menu,
  section#bodySection .column aside nav,
  .columns section#bodySection .column aside nav {
    position: fixed;
    top: 0px;
    left: -304px;
    width: 300px;
    font-size: 120%;
    z-index: 99;
    background: #ffffff;
    padding: 20px;
    overflow: auto;
    height: 100%;
    z-index: 999;
    border-radius: 0px;
    border-right: solid 1px #ececec;
    border-left: solid 1px #ececec;
    transition: all 0.3s ease-in-out;
  }
  section#bodySection .column nav > menu.lefts,
  .columns section#bodySection .column nav > menu.lefts,
  section#bodySection .column aside nav.lefts,
  .columns section#bodySection .column aside nav.lefts {
    left: -304px;
    transition: all 0.3s ease-in-out;
  }
  section#bodySection .column nav > menu.lefts .btn,
  .columns section#bodySection .column nav > menu.lefts .btn,
  section#bodySection .column aside nav.lefts .btn,
  .columns section#bodySection .column aside nav.lefts .btn {
    width: 50%;
  }
  section#bodySection .column nav > menu.lefts .btn:before,
  .columns section#bodySection .column nav > menu.lefts .btn:before,
  section#bodySection .column aside nav.lefts .btn:before,
  .columns section#bodySection .column aside nav.lefts .btn:before {
    content: none !important;
  }
  section#bodySection .column menu.open,
  .columns section#bodySection .column menu.open {
    display: block;
    -moz-transform: translate3d(304px, 0, 0);
    -ms-transform: translate3d(304px, 0, 0);
    -o-transform: translate3d(304px, 0, 0);
    -webkit-transform: translate3d(304px, 0, 0);
    transform: translate3d(304px, 0, 0);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  section#bodySection .column nav.rights,
  .columns section#bodySection .column nav.rights {
    right: -304px;
    width: 300px;
    left: auto;
    box-shadow: 3px 0 5px -2px #888888;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  section#bodySection .column nav.rights menu,
  .columns section#bodySection .column nav.rights menu {
    position: static;
    border: none;
    padding: 0px;
    max-width: 100%;
  }
  section#bodySection .column nav.rights menu li a:before,
  .columns section#bodySection .column nav.rights menu li a:before {
    margin: 10px 10px 10px 0px;
  }
  section#bodySection .column nav.rights.open,
  .columns section#bodySection .column nav.rights.open {
    display: block;
    -moz-transform: translate3d(-304px, 0, 0);
    -ms-transform: translate3d(-304px, 0, 0);
    -o-transform: translate3d(-304px, 0, 0);
    -webkit-transform: translate3d(-304px, 0, 0);
    transform: translate3d(-304px, 0, 0);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  section#bodySection .column .two div.win,
  .columns section#bodySection .column .two div.win {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px;
  }
  section#bodySection .column .two div.win:not(:last-of-type),
  .columns section#bodySection .column .two div.win:not(:last-of-type) {
    border-bottom: 1px solid #e0e3e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  section#bodySection .column .two div.win:not(:last-of-type) .footer,
  .columns section#bodySection .column .two div.win:not(:last-of-type) .footer {
    position: absolute;
    bottom: 15px !important;
  }
  section#bodySection .column .two div.win .btn,
  .columns section#bodySection .column .two div.win .btn {
    /*margin-top:20px!important;*/
    margin-bottom: 0 !important;
  }
  section#bodySection .column .two div.win div.footer,
  .columns section#bodySection .column .two div.win div.footer {
    position: absolute;
    bottom: 0;
  }
  section#bodySection .column header,
  .columns section#bodySection .column header {
    padding-top: 0px;
  }
  section#bodySection .column tr.price td,
  .columns section#bodySection .column tr.price td,
  section#bodySection .column tr.price th,
  .columns section#bodySection .column tr.price th {
    height: auto;
  }
  section#bodySection fieldset label,
  .columns section#bodySection fieldset label {
    font-weight: bold;
  }
  section#bodySection fieldset label:not(:last-of-type),
  .columns section#bodySection fieldset label:not(:last-of-type) {
    margin-bottom: 10px;
  }
  section#bodySection fieldset span,
  .columns section#bodySection fieldset span {
    margin-bottom: 4px;
  }
  section#bodySection header span.fa-bars,
  .columns section#bodySection header span.fa-bars {
    color: #00a0df;
    font-size: 200%;
    padding: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 110;
    display: block;
  }
  section#bodySection header span.fa-pencil,
  .columns section#bodySection header span.fa-pencil,
  section#bodySection header span.fa-info-circle,
  .columns section#bodySection header span.fa-info-circle {
    color: #00a0df;
    font-size: 200%;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 110;
    display: block;
  }
  section#bodySection div.logged,
  .columns section#bodySection div.logged {
    position: absolute;
    top: 25px;
    left: 60px;
    text-align: left;
    width: 220px;
    right: auto;
  }
  section#bodySection div.logged a.btn,
  .columns section#bodySection div.logged a.btn {
    width: auto;
    padding-right: 15px;
    text-align: center;
    float: none;
    display: inline-block;
    margin: 10px 0px 0px 0px;
  }
  section#bodySection .content,
  .columns section#bodySection .content {
    padding-bottom: 0px;
  }
  section#bodySection .content h1,
  .columns section#bodySection .content h1 {
    margin-top: 0px;
  }
  section#bodySection .content figure.contain,
  .columns section#bodySection .content figure.contain {
    width: 100%;
    float: none;
  }
  section#bodySection .content article,
  .columns section#bodySection .content article,
  section#bodySection .content header:not(.wizardHeader),
  .columns section#bodySection .content header:not(.wizardHeader),
  section#bodySection .content fieldset,
  .columns section#bodySection .content fieldset {
    width: 100%;
    margin-bottom: -10px !important;
  }
  section#bodySection .content table th,
  .columns section#bodySection .content table th,
  section#bodySection .content table td,
  .columns section#bodySection .content table td {
    width: 100%;
    display: block;
    padding: 2px 0px;
  }
  section#bodySection .content table th div,
  .columns section#bodySection .content table th div,
  section#bodySection .content table td div,
  .columns section#bodySection .content table td div {
    float: none;
  }
  section#bodySection .content table th,
  .columns section#bodySection .content table th {
    font-weight: bold;
    padding: 0px;
  }
  section#bodySection .content table td:not(.head),
  .columns section#bodySection .content table td:not(.head) {
    margin-bottom: 10px;
  }
  section#bodySection .content table.rates th,
  .columns section#bodySection .content table.rates th,
  section#bodySection .content table.rates td,
  .columns section#bodySection .content table.rates td {
    width: auto;
    display: table-cell;
  }
  section#bodySection .content table tfoot tr:first-of-type td:first-of-type,
  .columns section#bodySection .content table tfoot tr:first-of-type td:first-of-type {
    display: none;
  }
  section#bodySection .content input[type=radio],
  .columns section#bodySection .content input[type=radio] {
    top: 0em;
    margin-left: -2px;
  }
  section#bodySection .content input[type=radio] + label,
  .columns section#bodySection .content input[type=radio] + label {
    display: inline-block;
    width: -webkit-calc(50% - 41px);
    width: calc(50% - 41px);
  }
  section#bodySection .content table.numbers th:nth-of-type(1),
  .columns section#bodySection .content table.numbers th:nth-of-type(1),
  section#bodySection .content table.numbers td:nth-of-type(1),
  .columns section#bodySection .content table.numbers td:nth-of-type(1) {
    width: 40px;
  }
  section#bodySection .content .linkie span:nth-of-type(1),
  .columns section#bodySection .content .linkie span:nth-of-type(1) {
    width: 70px;
  }
  section#bodySection .content .linkie span:nth-of-type(2),
  .columns section#bodySection .content .linkie span:nth-of-type(2) {
    width: calc(100% - 180px);
  }
  section#bodySection .content.wizard,
  .columns section#bodySection .content.wizard {
    margin-bottom: 40px;
  }
  section#bodySection .content.wizard .addOn,
  .columns section#bodySection .content.wizard .addOn {
    background: #00a0df;
    width: 100%;
    padding: 20px;
    color: #ffffff;
    float: left;
    height: auto;
    position: relative;
  }
  section#bodySection .content.wizard .addOn h2,
  .columns section#bodySection .content.wizard .addOn h2 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 24px;
  }
  section#bodySection .content.wizard .addOn footer,
  .columns section#bodySection .content.wizard .addOn footer {
    position: relative;
    bottom: 0px;
    width: auto;
    left: 0px;
  }
  section#bodySection .content.wizard .addOn footer a.btn,
  .columns section#bodySection .content.wizard .addOn footer a.btn {
    background: #ffffff;
    color: #194471;
    width: 48%;
    height: auto;
    padding: 7px 20px;
    line-height: 16px;
    margin-bottom: -10px;
    position: relative;
  }
  section#bodySection .content.wizard .contain.full,
  .columns section#bodySection .content.wizard .contain.full {
    width: 100%;
    float: none;
    height: auto;
    background: none;
    border: solid 1px #f0f0f0;
  }
  section#bodySection .content.wizard .contain.full img,
  .columns section#bodySection .content.wizard .contain.full img {
    width: 100%;
  }
  section#bodySection .box figure img,
  .columns section#bodySection .box figure img {
    width: 100%;
  }
  section#bodySection .two article,
  .columns section#bodySection .two article {
    width: 100% !important;
  }
  section#bodySection .two header,
  .columns section#bodySection .two header {
    width: 100% !important;
  }
  section#bodySection header a.backLink,
  .columns section#bodySection header a.backLink {
    width: 100% !important;
    float: right;
    text-align: right;
    clear: both;
    margin-right: 20px;
  }
  section#bodySection .two div.win.wide img,
  .columns section#bodySection .two div.win.wide img {
    width: 130px;
  }
  section#bodySection .two.prices figure,
  .columns section#bodySection .two.prices figure {
    width: 100%;
  }
  section#bodySection .two.prices .prizeRight,
  .columns section#bodySection .two.prices .prizeRight {
    width: 100%!important;
    margin: 15px 0;
  }
  section#bodySection .two.detail figure,
  .columns section#bodySection .two.detail figure {
    float: none;
    width: 100%;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
  section#bodySection .two.detail figure img,
  .columns section#bodySection .two.detail figure img {
    width: 100% !important;
    height: auto !important;
  }
  section#bodySection .two.detail menu.tabs,
  .columns section#bodySection .two.detail menu.tabs {
    bottom: 6px;
    left: -30px;
  }
  section#bodySection .two.detail menu.tabs a,
  .columns section#bodySection .two.detail menu.tabs a {
    width: auto;
  }
  section#bodySection .two.detail div.accord tbody tr th,
  .columns section#bodySection .two.detail div.accord tbody tr th {
    width: 160px;
  }
  section#bodySection .two.detail article div.left,
  .columns section#bodySection .two.detail article div.left,
  section#bodySection .two.detail article div.right,
  .columns section#bodySection .two.detail article div.right {
    float: none;
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  section#bodySection .two.detail article div.left.small,
  .columns section#bodySection .two.detail article div.left.small,
  section#bodySection .two.detail article div.right.small,
  .columns section#bodySection .two.detail article div.right.small {
    margin: 0px 0px 20px 0px;
  }
  section#bodySection .two.detail article div.left img,
  .columns section#bodySection .two.detail article div.left img,
  section#bodySection .two.detail article div.right img,
  .columns section#bodySection .two.detail article div.right img {
    width: 100%;
  }
  section#bodySection select,
  .columns section#bodySection select {
    width: 100%;
  }
  section#bodySection input[type=text].small,
  .columns section#bodySection input[type=text].small {
    width: 80px !important;
    display: inline-block;
  }
  section#bodySection input[type=text].medium,
  .columns section#bodySection input[type=text].medium {
    width: 160px !important;
    display: inline-block;
  }
  section#bodySection .btn,
  .columns section#bodySection .btn {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px 0px 10px 0px;
  }
  section#bodySection .btn.big,
  .columns section#bodySection .btn.big {
    width: 100%;
    margin: 0px 0px 10px 0px;
    height: auto;
  }
  section#bodySection .fileUpload,
  .columns section#bodySection .fileUpload {
    width: auto !important;
    margin: 3px 0px 10px 10px;
    clear: both;
  }
  section#bodySection table.numbers th,
  .columns section#bodySection table.numbers th,
  section#bodySection table.numbers td,
  .columns section#bodySection table.numbers td {
    display: table-cell;
  }
  section#bodySection table.numbers td:last-of-type a,
  .columns section#bodySection table.numbers td:last-of-type a {
    margin-left: 10px;
    margin-right: 20px;
  }
  section#bodySection .aanmeld figure,
  .columns section#bodySection .aanmeld figure {
    width: 100%;
  }
  section#bodySection .aanmeld figure img,
  .columns section#bodySection .aanmeld figure img {
    width: 100%;
    height: auto;
  }
  section#bodySection .aanmeld figure label,
  .columns section#bodySection .aanmeld figure label {
    display: block !important;
    margin-bottom: 4px;
    width: auto !important;
  }
  section#bodySection .aanmeld figure input[type=radio],
  .columns section#bodySection .aanmeld figure input[type=radio] {
    margin-bottom: 20px;
  }
  section#bodySection .aanmeld figure .explain,
  .columns section#bodySection .aanmeld figure .explain {
    width: 100%;
  }
  section#bodySection .aanmelden header,
  .columns section#bodySection .aanmelden header {
    padding: 20px;
  }
  section#bodySection .aanmelden header h1,
  .columns section#bodySection .aanmelden header h1 {
    width: 80%;
  }
  footer {
    width: 100vw;
    margin-bottom: 40px;
    text-align: center;
    right: 0px;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  footer span.social,
  footer div {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 30px;
  }
  .aanmelden {
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 0px !important;
    overflow: hidden;
  }
  .aanmelden article img {
    width: 100%;
  }
  .aanmeld div.figure,
  .aanmeld figure {
    margin-right: 10px;
  }
  .aanmeld label {
    height: auto!important;
    margin-bottom: 10px;
  }
  .aanmeld .rightPrizeSection {
    float: right;
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
  }
  .aanmeld aside {
    width: 100%;
    float: none;
  }
  .aanmeld p:only-of-type {
    margin: 0px 0px 7px 0px!important;
  }
}
#factuurV img {
  width: 100%;
}
#inliner_content > div {
  margin-top: 40px;
}
@media screen and (device-aspect-ratio: 40/71) {
  section#bodySection,
  .columns section#bodySection,
  footer {
    width: 100%;
  }
  section#bodySection header,
  .columns section#bodySection header {
    width: 100%;
  }
  section#bodySection header a,
  .columns section#bodySection header a,
  section#bodySection header figure,
  .columns section#bodySection header figure {
    width: 100%;
  }
}
#colorbox.flex #inliner_content {
  height: 100%;
}
#colorbox.flex #inliner_content > header {
  min-height: 94px !important;
  box-sizing: border-box;
  display: table;
  border-collapse: collapse;
  margin: 30px 0px 15px 0px !important;
}
#colorbox.flex #inliner_content > header div.logo {
  width: auto!important;
  height: auto !important;
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-right: 10px;
}
#colorbox.flex #inliner_content > header div.logo > img {
  vertical-align: middle;
}
#colorbox.flex #inliner_content > header div.logo + h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 100%;
}
#colorbox.flex #inliner_content > div {
  margin-top: 0 !important;
  margin-bottom: 15px;
}
.center {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
