@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&family=Sen:wght@400;700;800&display=swap");
@import url("https://use.typekit.net/kku4ptp.css");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kryh5a");
  src: url("../fonts/icomoon.eot?kryh5a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kryh5a") format("truetype"), url("../fonts/icomoon.woff?kryh5a") format("woff"), url("../fonts/icomoon.svg?kryh5a#icomoon") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
.cta {
  appearance: none;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease-in;
  width: auto;
}
.cta-white {
  background-color: #fff;
}
.cta-prev, .cta-next {
  text-align: center;
  width: 100%;
}
@media (min-width: 480px) {
  .cta-prev, .cta-next {
    text-align: left;
    width: auto;
  }
}
.cta-prev {
  background-color: #E87722;
  color: #fff;
  float: left;
  padding-left: 44px;
  position: relative;
}
.cta-prev:before {
  content: "\e912";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icomoon";
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-29px);
}
@media (min-width: 480px) {
  .cta-prev:before {
    font-size: 24px;
  }
}
.cta-next {
  background-color: #434967;
  color: #fff;
  float: right;
  padding-right: 44px;
  position: relative;
}
.cta-next:after {
  content: "\e913";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icomoon";
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(5px);
}
@media (min-width: 480px) {
  .cta-next:after {
    font-size: 24px;
  }
}
.cta-prev, .cta-next {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .cta-prev, .cta-next {
    margin-top: 40px;
  }
}
.cta-final {
  background-color: #434967;
  color: #fff;
  margin-top: 24px;
  float: left;
}
@media (min-width: 1024px) {
  .cta-final {
    float: right;
    margin-top: 0;
    transform: translate(30px, 150px);
  }
}
.cta-primary {
  background-color: #434967;
  color: #fff;
}
.cta-add {
  color: #fff;
  background-color: #434967;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 44px;
  position: relative;
}
@media (min-width: 1024px) {
  .cta-add {
    margin-bottom: 48px;
  }
}
.cta-add:before {
  content: "\e91b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icomoon";
  font-size: 24px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-29px);
}

.error {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: -20px;
  color: #dc6a51;
}
.error a {
  color: inherit;
}

.error-inline {
  display: none;
}
.has-required .error-inline {
  display: block;
}

.message {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: -20px;
  color: #feca29;
}

:root .cmk-form .has-required.touched label {
  color: #dc6a51;
}
:root .cmk-form select.is-required,
:root .cmk-form input.is-required {
  border-bottom-color: #dc6a51;
}

:root div.touched [type=text],
:root div.touched [type=date],
:root div.touched [type=number],
:root div.touched [type=email] {
  padding: 27px 16px 8px 16px;
}
:root div.touched select {
  padding: 27px 40px 8px 16px;
}
:root div.touched label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  pointer-events: none;
  top: 0;
  width: 90%;
}

:root div.focussed label {
  color: #309591;
}

:root .cmk-formrow-touched {
  float: left;
  width: 100%;
  position: relative;
}
:root .cmk-formrow-touched label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  left: 16px;
  line-height: 24px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 90%;
}
:root .cmk-formrow-touched [type=text],
:root .cmk-formrow-touched [type=number],
:root .cmk-formrow-touched [type=date],
:root .cmk-formrow-touched [type=email] {
  padding: 27px 16px 8px 16px;
}
:root .cmk-formrow-touched select {
  padding: 27px 40px 8px 16px;
}

:root .cmk-formrow-touchable {
  float: left;
  width: 100%;
  position: relative;
}
:root .cmk-formrow-touchable [type=text],
:root .cmk-formrow-touchable [type=number],
:root .cmk-formrow-touchable [type=date],
:root .cmk-formrow-touchable [type=email] {
  padding: 27px 16px 8px 16px;
}
:root .cmk-formrow-touchable select {
  padding: 27px 40px 8px 16px;
}
:root .cmk-formrow-touchable label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 16px;
  pointer-events: none;
  position: absolute;
  top: 15px;
  transition: all 0.1s ease-in;
  width: 90%;
}

.cmk-body {
  float: left;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.cmk-bus label {
  float: left;
  width: 100%;
  margin-bottom: 48px;
  margin-top: 24px;
}

.cmk-bus label {
  float: left;
  width: 100%;
  margin-bottom: 48px;
  margin-top: 24px;
}

.cmk-checkbox-group {
  float: left;
  width: 100%;
  margin-top: -12px;
  margin-bottom: 24px;
}
.cmk-checkbox-group label {
  float: left;
  margin-bottom: 8px;
  width: 105px;
}
.cmk-checkbox-group label:nth-of-type(odd) {
  clear: left;
}
.cmk-checkbox-group:nth-last-of-type(1) label, .cmk-checkbox-group:last-of-type label {
  margin-bottom: 0;
}
.cmk-checkbox-group.has-required label {
  color: #dc6a51;
  font-weight: 700;
}

.cmk-error {
  float: left;
  width: 100%;
  background-color: #dc6a51;
  color: #000;
  margin-bottom: 24px;
  padding: 24px 24px 24px 52px;
  position: relative;
}
.cmk-error:before {
  content: "\e904";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icomoon";
  font-size: 22px;
  left: 16px;
  position: absolute;
  top: 25px;
}
.cmk-error a {
  color: #000;
  text-decoration: underline;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
}

.cmk-form {
  float: left;
  width: 100%;
}
.cmk-form button,
.cmk-form a {
  transition: all 0.1s ease-in;
}
.cmk-form legend {
  float: left;
  width: 100%;
  color: #E87722;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 700;
  margin: 0 0 24px;
  padding: 0;
}
.cmk-form legend.legend-big {
  font-size: 24px;
  line-height: 32px;
}
.cmk-form legend.legend-small {
  font-size: 19px;
  line-height: 29px;
}
.cmk-form legend.legend-small-voucher {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .cmk-form legend.legend-small-voucher {
    margin-top: 35px;
  }
}
.cmk-form legend span {
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .cmk-form legend span {
    margin-left: 0;
    float: right;
  }
}
.cmk-form fieldset {
  float: left;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .cmk-form fieldset.tabcontent {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .cmk-form fieldset.tabcontent.cmk-voucher {
    margin-bottom: 0;
  }
}
.cmk-form fieldset.school_box {
  margin-top: 12px;
}
.cmk-form .no-spin[type=number]::-webkit-inner-spin-button,
.cmk-form .no-spin[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cmk-form [type=number],
.cmk-form [type=email],
.cmk-form [type=text],
.cmk-form [type=date],
.cmk-form select {
  appearance: none;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 16px;
  height: 55px;
  margin-bottom: 24px;
  max-width: 432px;
  padding: 0 16px;
  transition: all 0.25s ease-in;
  width: 100%;
  border-bottom: 1px solid #434967;
}
.cmk-form [type=number]:focus,
.cmk-form [type=email]:focus,
.cmk-form [type=text]:focus,
.cmk-form [type=date]:focus,
.cmk-form select:focus {
  outline: none;
  border-bottom: 2px solid #E87722;
}
.cmk-form [type=number]:hover,
.cmk-form [type=email]:hover,
.cmk-form [type=text]:hover,
.cmk-form [type=date]:hover,
.cmk-form select:hover {
  background-color: rgb(244.8, 244.8, 244.8);
}
.cmk-form select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAb1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///9tVJtUAAAAI3RSTlMAAQYHCAkLDRASOz13eHx/g4WxtbzBwsPJztrb3OHi9/r7/bWaVo0AAAABYktHRCS0BvmZAAABAklEQVR42u3YRRLDMBAFUYfZDqODuv8dswwZZ0ZyFv0u8LtUJS0URQAAAAAAAAAA/LN2fLw5lXuadBX7a2dgKy+InYm5OOBkE3AWB1xtAh4taUBqE3ARn0BiE7AQB3R2Fvv7nvwe9jf6/cNI8xLpC3T7+gLtvrZAv68rsNjXFNjsywus9qUFdvuyAst9SYHtfv0C6/26Bfb79Qp87Ncp8LNfvcDXftUCf/vVCnzuVynwu19e4Hu/rMD/fnFBiP2igjD7+QWh9vMKwu1nF4TczyoIu/9bEHr/uyD8/mdBE/vvBc3svwqa2o+iwdI551bDBj8Sx9PZhO9UAAAAAAAAAFB6AiBP7cX9Nvf5AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
}
.cmk-form option {
  font-family: Arial, Helvetica, sans-serif;
}
.cmk-form p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 18px;
}

.cmf-formrow {
  float: left;
  width: 100%;
}

.cmk-inner {
  background-color: #fff;
  box-sizing: border-box;
  color: #434967;
  display: block;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  max-width: 1170px;
}
.cmk-inner * {
  box-sizing: inherit;
}

.cmk-intro {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

.cmk-notice {
  float: left;
  width: 100%;
  background-color: #E87722;
  color: #000;
  margin-bottom: 24px;
  padding: 24px 24px 24px 52px;
  position: relative;
}
.cmk-notice:before {
  content: "\e905";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icomoon";
  font-size: 22px;
  left: 16px;
  position: absolute;
  top: 25px;
}
.cmk-notice a {
  color: #000;
  text-decoration: underline;
}
.cmk-notice-inline {
  padding: 24px;
}
.cmk-notice-inline:before {
  display: none;
}
.cmk-notice-inline .cta-add {
  margin-bottom: 12px;
}

.cmk-small-tooltip {
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in;
  top: -2px;
  width: 12px;
}
@media (min-width: 1024px) {
  .cmk-small-tooltip {
    position: relative;
  }
}
.cmk-small-tooltip:focus, .cmk-small-tooltip:active, .cmk-small-tooltip:hover {
  background-color: #309591;
}
.cmk-small-tooltip:focus .cmk-small-tooltip-text, .cmk-small-tooltip:active .cmk-small-tooltip-text, .cmk-small-tooltip:hover .cmk-small-tooltip-text {
  opacity: 1;
}
.cmk-small-tooltip-text {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  left: 0;
  line-height: 20px;
  margin-top: 10px;
  max-width: 296px;
  opacity: 0;
  padding: 13px 18px 14px 18px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  transition: all 0.25s ease-in;
  width: calc(100vw - 40px);
  z-index: 10000000;
}
@media (min-width: 1024px) {
  .cmk-small-tooltip-text {
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    top: 17px;
  }
}

.cmk-small {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: -20px;
  margin-left: 16px;
}

.cmk-tabs {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .cmk-tabs {
    width: calc(100% - (366px + 24px));
  }
}

.cmk-tabs-links {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .cmk-tabs-links {
    display: flex;
    flex: 6;
    height: 105px;
    margin-bottom: 20px;
    position: relative;
  }
}
.error-school .cmk-tabs-links {
  pointer-events: none;
}
@media (min-width: 1024px) {
  .cmk-tabs-links:after {
    background-color: #C7C8D1;
    bottom: 26px;
    content: "";
    height: 2px;
    left: 9%;
    position: absolute;
    width: 83%;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .cmk-tabs-links:before {
    background-color: #E87722;
    bottom: 26px;
    content: "";
    height: 2px;
    left: 9%;
    position: absolute;
    transition: all 0.25s ease-in;
    width: 83%;
    z-index: 2;
  }
}

.cmk-tabs-link {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #C7C8D1;
  cursor: pointer;
  float: left;
  clear: both;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  margin: 0 0 12px 0;
  padding: 10px 10px 0 0;
}
@media (min-width: 520px) {
  .cmk-tabs-link {
    clear: none;
    margin: 0 24px 24px 0;
    padding: 10px 10px 10px 0;
  }
}
@media (min-width: 1024px) {
  .cmk-tabs-link {
    height: 70px;
    margin: 0;
    padding: 10px 0;
    width: 100%;
  }
}
.cmk-tabs-link:after {
  background-color: #C7C8D1;
  border-radius: 100%;
  bottom: -16px;
  color: #C7C8D1;
  content: "";
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: 10px;
  transform: translateX(5px);
  transition: all 0.1s ease-in;
  z-index: 3;
}
@media (min-width: 1024px) {
  .cmk-tabs-link:after {
    left: 50%;
    position: absolute;
    top: initial;
    transform: translateX(-50%);
    height: 16px;
    width: 16px;
  }
}
.cmk-tabs-link.tablinksselected {
  color: #E87722;
}
@media (min-width: 1024px) {
  .cmk-tabs-link.tablinksselected:after {
    background-color: #E87722;
    color: #E87722;
    bottom: -20px;
    height: 24px;
    line-height: 24px;
    width: 24px;
  }
}
.cmk-tabs-link span {
  transition: all 0.25s ease-in;
  color: #A1A4B3;
}
@media (min-width: 1024px) {
  .cmk-tabs-link span {
    bottom: 15px;
    left: 50%;
    max-width: 109px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
  }
}

.cmk-tabs-content {
  float: left;
  width: 100%;
  background-color: #EBEDF0;
  border-radius: 20px;
  padding: 16px;
}
@media (min-width: 1024px) {
  .cmk-tabs-content {
    padding: 40px 32px;
  }
}
.cmk-tabs-content .tabcontent {
  position: relative;
}
.cmk-tabs-content p strong {
  font-size: 14px;
  line-height: 20px;
}

.tabbox[data-activesteps="1"] .cmk-tabs-link:nth-of-type(1):after {
  background-color: #E87722;
}
.tabbox[data-activesteps="1"]:before {
  width: 0;
}

.tabbox[data-activesteps="2"] .cmk-tabs-link:nth-of-type(1):after,
.tabbox[data-activesteps="2"] .cmk-tabs-link:nth-of-type(2):after {
  background-color: #E87722;
}
.tabbox[data-activesteps="2"]:before {
  width: 16%;
}

.tabbox[data-activesteps="3"] .cmk-tabs-link:nth-of-type(1):after,
.tabbox[data-activesteps="3"] .cmk-tabs-link:nth-of-type(2):after,
.tabbox[data-activesteps="3"] .cmk-tabs-link:nth-of-type(3):after {
  background-color: #E87722;
}
.tabbox[data-activesteps="3"]:before {
  width: 34%;
}

.tabbox[data-activesteps="4"] .cmk-tabs-link:nth-of-type(1):after,
.tabbox[data-activesteps="4"] .cmk-tabs-link:nth-of-type(2):after,
.tabbox[data-activesteps="4"] .cmk-tabs-link:nth-of-type(3):after,
.tabbox[data-activesteps="4"] .cmk-tabs-link:nth-of-type(4):after {
  background-color: #E87722;
}
.tabbox[data-activesteps="4"]:before {
  width: 48%;
}

.tabbox[data-activesteps="5"] .cmk-tabs-link:nth-of-type(1):after,
.tabbox[data-activesteps="5"] .cmk-tabs-link:nth-of-type(2):after,
.tabbox[data-activesteps="5"] .cmk-tabs-link:nth-of-type(3):after,
.tabbox[data-activesteps="5"] .cmk-tabs-link:nth-of-type(4):after,
.tabbox[data-activesteps="5"] .cmk-tabs-link:nth-of-type(5):after {
  background-color: #E87722;
}
.tabbox[data-activesteps="5"]:before {
  width: 66%;
}

.tabbox[data-activesteps="6"] .cmk-tabs-link:nth-of-type(1):after,
.tabbox[data-activesteps="6"] .cmk-tabs-link:nth-of-type(2):after,
.tabbox[data-activesteps="6"] .cmk-tabs-link:nth-of-type(3):after,
.tabbox[data-activesteps="6"] .cmk-tabs-link:nth-of-type(4):after,
.tabbox[data-activesteps="6"] .cmk-tabs-link:nth-of-type(5):after {
  background-color: #E87722;
}
.tabbox[data-activesteps="6"]:before {
  width: 83%;
}

:root .error-school .cmk-tabs .tablinks[data-tabcontent=school]:after,
:root .error-spoor .cmk-tabs .tablinks[data-tabcontent=spoor]:after,
:root .error-leerlijnen .cmk-tabs .tablinks[data-tabcontent=leerlijnen]:after,
:root .error-voorstellingen .cmk-tabs .tablinks[data-tabcontent=voorstellingen]:after,
:root .error-bijscholing .cmk-tabs .tablinks[data-tabcontent=bijscholing]:after,
:root .error-afronding .cmk-tabs .tablinks[data-tabcontent=afronding]:after {
  background-color: #dc6a51;
  color: #fff;
  content: "!";
  width: 16px;
}
@media (min-width: 1024px) {
  :root .error-school .cmk-tabs .tablinks[data-tabcontent=school]:after,
  :root .error-spoor .cmk-tabs .tablinks[data-tabcontent=spoor]:after,
  :root .error-leerlijnen .cmk-tabs .tablinks[data-tabcontent=leerlijnen]:after,
  :root .error-voorstellingen .cmk-tabs .tablinks[data-tabcontent=voorstellingen]:after,
  :root .error-bijscholing .cmk-tabs .tablinks[data-tabcontent=bijscholing]:after,
  :root .error-afronding .cmk-tabs .tablinks[data-tabcontent=afronding]:after {
    width: 24px;
  }
}
:root .error-school .cmk-tabs .tablinks[data-tabcontent=school] span,
:root .error-spoor .cmk-tabs .tablinks[data-tabcontent=spoor] span,
:root .error-leerlijnen .cmk-tabs .tablinks[data-tabcontent=leerlijnen] span,
:root .error-voorstellingen .cmk-tabs .tablinks[data-tabcontent=voorstellingen] span,
:root .error-bijscholing .cmk-tabs .tablinks[data-tabcontent=bijscholing] span,
:root .error-afronding .cmk-tabs .tablinks[data-tabcontent=afronding] span {
  color: #dc6a51;
}

.cmk-total-calculation {
  padding: 0;
}
.cmk-total-calculation-coach div {
  padding: 16px 16px 12px 16px;
}
.cmk-total-calculation div {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  padding: 16px;
}
.cmk-total-calculation div label {
  float: left;
  width: 100%;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .cmk-total-calculation div label {
    width: 75%;
  }
}
.cmk-total-calculation div span {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .cmk-total-calculation div span {
    float: right;
    text-align: right;
    width: 25%;
  }
}

.cmk-total {
  float: left;
  width: 100%;
}
.cmk-total hr {
  float: left;
  width: 100%;
  background-color: #000;
  border: 0;
  height: 1px;
  margin: 0;
  padding: 0;
}
.cmk-total h3 {
  font-family: "objektiv-mk1", sans-serif;
  font-size: 18px;
  color: #E87722;
  margin: 0 0 12px 0;
}
.cmk-total p {
  float: left;
  width: 100%;
  margin: 0;
}
.cmk-total p strong {
  float: left;
  width: 50%;
}
.cmk-total p span {
  float: left;
  text-align: right;
  width: 50%;
}
.cmk-total-boxes {
  float: left;
  width: 100%;
  max-width: 480px;
}
.cmk-total-normal {
  padding: 17px 16px 17px 16px;
}
.cmk-total-small {
  padding: 17px 16px 4px 16px;
}
.cmk-total-small-inline {
  padding: 17px 0 4px 0;
}
.cmk-total-small-max {
  max-width: 480px;
}
@media (min-width: 1024px) {
  .cmk-total-small-max {
    padding-right: 16px;
  }
}

.tabcontent.cmk-voucher {
  border-top: 9px solid #fff;
  margin-left: -16px;
  padding: 33px 16px 33px 16px;
  width: calc(100% + 16px * 2);
}
@media (min-width: 1024px) {
  .tabcontent.cmk-voucher {
    margin-left: -32px;
    padding: 33px 32px 13px 32px;
    width: calc(100% + 32px * 2);
  }
}
.tabcontent.cmk-voucher legend {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 23px;
}
@media (min-width: 1024px) {
  .tabcontent.cmk-voucher legend span {
    float: right;
  }
}
.tabcontent.cmk-voucher p {
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 24px 16px;
}
.tabcontent.cmk-voucher p:last-of-type {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
@media (min-width: 1024px) {
  .tabcontent.cmk-voucher p strong {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .tabcontent.cmk-voucher p span {
    float: right;
    text-align: right;
    width: 25%;
  }
}
.tabcontent.cmk-voucher #voucherwaarde_kosten_onderdelen {
  padding: 0;
}
.tabcontent.cmk-voucher #voucherwaarde_kosten_onderdelen div {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  padding: 16px;
}
.tabcontent.cmk-voucher #voucherwaarde_kosten_onderdelen div label {
  display: block;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .tabcontent.cmk-voucher #voucherwaarde_kosten_onderdelen div label {
    float: left;
    width: 75%;
  }
}
.tabcontent.cmk-voucher #voucherwaarde_kosten_onderdelen div span {
  display: block;
}
@media (min-width: 1024px) {
  .tabcontent.cmk-voucher #voucherwaarde_kosten_onderdelen div span {
    float: right;
    text-align: right;
    width: 25%;
  }
}

.cmk-widget.cmk-widget-icc {
  margin-top: 9px;
}
.cmk-widget.cmk-widget-icc legend {
  font-size: 20px;
}
.cmk-widget.cmk-widget-icc p {
  margin-bottom: 15.5px;
}
.cmk-widget.cmk-widget-icc p strong {
  font-size: 14px;
  line-height: 20px;
}
.cmk-widget.cmk-widget-icc a {
  color: #434967;
  text-decoration: underline;
}
.cmk-widget.cmk-widget-icc a:hover {
  color: #309591;
}

.cmk-widget {
  float: left;
  width: 100%;
  background-color: #EBEDF0;
  border-radius: 20px;
  padding: 16px;
}
@media (min-width: 1024px) {
  .cmk-widget {
    float: right;
    margin-top: 125px;
    max-width: 366px;
    padding: 32px;
  }
}
.cmk-widget legend {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 22px;
}
@media (min-width: 1024px) {
  .cmk-widget .cta {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .cmk-widget p {
    margin-bottom: 41px;
  }
}
@media (min-width: 1024px) {
  .cmk-widget [type=email] {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .cmk-widget [type=button] {
    margin-bottom: 30px;
  }
}

.school_box,
.skeletcode_box,
#incomplete_submit,
#school_inschrijving_deels,
#school_inschrijving_gereed,
#school_inschrijving_geblokkeerd,
.leerlijn_box,
.voorstelling_box,
.bijscholing_box,
#busvervoer_box,
#btnprevioustab,
#btnnexttab,
#iccerwidgetbox,
#voucherwaardebox,
#voorstelling_backup_box {
  display: none;
}

.keuze_optie_box {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}

.leerlijn_aanbieder_emailadres-link {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin-right: 4px;
}
.leerlijn_aanbieder_emailadres-link:hover {
  color: #309591;
}
.leerlijn_aanbieder_emailadres-link:hover:after {
  color: #000;
}
.leerlijn_aanbieder_emailadres-link:after {
  content: ",";
}
.leerlijn_aanbieder_emailadres-link:last-of-type:after {
  content: "";
}

p.has-required {
  color: #dc6a51;
  font-weight: 700;
}

.cmk-footnote {
  float: left;
  width: 100%;
  padding-top: 24px;
}
@media (min-width: 1024px) {
  .cmk-footnote {
    bottom: -230px;
    left: -32px;
    padding-top: 0;
    position: absolute;
  }
}
.cmk-footnote p {
  font-size: 14px;
  line-height: 24px;
}
.cmk-footnote a {
  color: #000;
  text-decoration: underline;
}

.cmk-finished {
  float: left;
  width: 100%;
}
.cmk-finished-intro {
  float: left;
  width: 100%;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .cmk-finished-intro {
    margin-bottom: 64px;
    max-width: 756px;
  }
}
.cmk-finished-intro h1 {
  color: #E87722;
  font-family: "objektiv-mk1", sans-serif;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .cmk-finished-intro h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 35px;
  }
}
.cmk-finished-intro p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .cmk-finished-intro p {
    font-size: 20px;
    line-height: 28px;
  }
}
.cmk-finished-content {
  float: left;
  width: 100%;
}
.cmk-finished-content-main {
  float: left;
  width: 100%;
  background-color: #EBEDF0;
  margin-bottom: 24px;
  padding: 16px;
}
@media (min-width: 1024px) {
  .cmk-finished-content-main {
    margin-bottom: 0;
    margin-right: 24px;
    max-width: calc(100% - 390px);
    padding: 40px 32px;
  }
}
.cmk-finished-content-main h2 {
  color: #E87722;
  font-family: "objektiv-mk1", sans-serif;
  margin-top: 0;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .cmk-finished-content-main h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.cmk-finished-content-widgets {
  float: left;
  width: 100%;
  background-color: #EBEDF0;
  padding: 16px;
}
@media (min-width: 1024px) {
  .cmk-finished-content-widgets {
    float: right;
    max-width: 366px;
    padding: 32px;
  }
}
.cmk-finished-content-widgets h2 {
  color: #E87722;
  font-family: "objektiv-mk1", sans-serif;
  margin-top: 0;
  font-size: 20px;
  line-height: 32px;
}

.cmk-selection {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .cmk-selection {
    margin-bottom: 35px;
  }
}
.cmk-selection-item {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  margin-bottom: 8px;
  padding: 17px 24px 0 24px;
}
.cmk-selection-item h3 {
  color: #E87722;
  font-family: "objektiv-mk1", sans-serif;
  margin-top: 0;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}

.cmk-coach-data {
  float: left;
  width: 100%;
}
.cmk-coach-data h2 {
  color: #E87722;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}

.cmk-summary {
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
.cmk-summary-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 2px;
}
.cmk-summary-content {
  font-size: 16px;
  line-height: 24px;
}
.cmk-summary-content a {
  color: #000;
  text-decoration: underline;
}

.cmk-widget-form {
  float: left;
  width: 100%;
}
.cmk-widget-form-item {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .cmk-widget-form-item {
    margin-bottom: 52px;
  }
}
@media (min-width: 1024px) {
  .cmk-widget-form-item:last-of-type {
    margin-bottom: 41px;
  }
}
.cmk-widget-form-item h3 {
  color: #E87722;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 4px;
  margin-top: 0;
}
.cmk-widget-form-item p {
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .cmk-widget-form-item p {
    margin-bottom: 32px;
  }
}
.cmk-widget-form-item label {
  float: left;
  width: 100%;
}
.cmk-widget-form-item label input {
  float: left;
  margin-right: 8px;
}
.cmk-widget-form-item label span {
  float: left;
}
.cmk-widget-form .cta {
  background-color: #E87722;
}
@media (min-width: 1024px) {
  .cmk-widget-form .cta {
    float: left;
    width: 100%;
    text-align: center;
  }
}

.cmk-success {
  float: left;
  width: 100%;
  background-color: #8ec5bb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  color: #000;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 24px;
  padding: 24px 24px 24px 82px;
  position: relative;
}
@media (min-width: 1024px) {
  .cmk-success {
    font-size: 24px;
    line-height: 34px;
    padding: 35px 35px 35px 112px;
  }
}
.cmk-success:before {
  content: "\e908";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icomoon";
  font-size: 22px;
  left: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .cmk-success:before {
    font-size: 30px;
    left: 60px;
  }
}
.cmk-success a {
  color: #000;
  text-decoration: underline;
}
.cmk-success.small {
  font-size: 14px;
  line-height: 22px;
  padding: 16px 16px 16px 50px;
}
@media (min-width: 1024px) {
  .cmk-success.small {
    font-size: 16px;
    line-height: 24px;
  }
}
.cmk-success.small:before {
  content: "\e908";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icomoon";
  font-size: 18px;
  left: 16px;
}
@media (min-width: 1024px) {
  .cmk-success.small:before {
    font-size: 20px;
    left: 16px;
  }
}

.cmk-tabs-link.tablinksselected span {
  color: #E87722;
}/*# sourceMappingURL=cmk_formulier.css.map */