html, body {
      overflow: visible!important;
}
   /*==================*/ /*STAGE AANMELDEN/*==================*/

   .tekstColor {
         color: #473C8A;
         font-weight: bold;}

       .tekstColorHeader {
         color: #473C8A;
         margin-bottom: 10px;
         font-family: 'Abril Fatface', cursive;
         font-weight: 200;
       }

    .containerMain {
      margin-topx: 180px;
    }

    .containerAanmelden h1, h2, h3, h4, h5 ,h6 {
        font-weight: 200;
      }

    .containerAanmelden a{
        text-decoration: none;
      }


    .containerAanmelden fieldset{
        margin: 0;
        padding: 0;
        border: none;
      }

      fieldset h3 {
        padding-top: 5px;
      }

      /* GRID */

      .twelve { width: 100%; }
      .eleven { width: 91.53%; }
      .ten { width: 83.06%; }
      .nine { width: 74.6%; }
      .eight { width: 66.13%; }
      .seven { width: 57.66%; }
      .six { width: 49.2%; }
      .five { width: 40.73%; }
      .four { width: 32.26%; }
      .three { width: 23.8%; }
      .two { width: 15.33%; }
      .one { width: 6.866%; }

      /* COLUMNS */

      .containerMain .col {
        display: block;
        float:left;
        margin: 0 0 0 1.6%;
      }

      .containerMain .col:first-of-type {
        margin-left: 0;
      }

      .containerMain .containerAanmelden{
        margin-top: 90px;
        max-width: 800px;
        position: relative;
      }

      .containerMain .row{
        padding: 20px 0;
      }

      /* CLEARFIX */

      .containerMain .cf:before,
      .containerMain .cf:after {
          content: " ";
          display: table;
      }

      .containerMain .cf:after {
          clear: both;
      }

      .containerMain .cf {
          *zoom: 1;
      }

      .containerMain .wrapper{
        
        margin: 30px 0;

      }

      /* STEPS */

      .containerMain .steps{
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-color: #C7C4DC;
        text-align: center;
      }

      .containerMain .steps li{
        display: inline-block;
        margin: 15px;
        color: rgb(160,155,196);
        padding-bottom: 15px;

      }

      .containerMain .steps li.is-active{
        border-bottom: 1px solid #473C8A;
        color: #473C8A;
      }

      /* FORM */

      .form-wrapper .section{
        padding: 0px 20px 30px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        opacity: 0;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        text-align: center;
        position: absolute;
        width: 100%;
        min-height: 300px;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
      }

      .form-wrapper .section h3{
        margin-bottom: 30px;
      }

      .form-wrapper .section.is-active{
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        background: #C7C4DC;

      }

      .form-wrapper .button, .form-wrapper .submit{
        background-color: #473C8A;
        display: inline-block;
        padding: 8px 30px;
        color: #fff;
        cursor: pointer;
        font-size: 14px !important;
        position: absolute;
        right: 20px;
        bottom: 20px;
        color: #C7C4DC;
        margin-bottom: 9px;
        text-shadow: 1px 1px black;
        padding: 10px 30px;
        font-weight: bold;
        border-radius: 5px;
      }

      .form-wrapper .button:hover, .form-wrapper .submit:hover{
        background-color: rgb(71, 60, 138, 0.9);
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      }


      .form-wrapper .submit{
        border: none;
        outline: none;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }

      .form-wrapper input[type="text"],
      .select
      {
        display: block;
        padding: 10px;
        margin: 10px auto;
        background-color: #fff;
        border: none;
        width: 100%;
        outline: none;
        font-size: 14px !important;
        font-family: 'Open Sans', sans-serif !important;
      }
      
      .containerAanmelden select{
        width: 100%;
        border: none;
        background-color: #fff ;
        color: grey;
      }
      
      /* update select*/
      .select2 select{
        padding: 10px;
        margin: 10px auto;
        font-family: 'Oswald', sans-serif !important;
        font-size: 14px;
      }

      .form-control {
        align-items: start;
        margin-left: -40%;
        border: none;
        color: grey;
        background-color: #f1f1f1;
        border-radius: 0px;
        }

        /* CHECKBOX SBB */
        .checkbox-wrapper-34 {
          --blue: #0D7EFF;
          --g08: #E1E5EB;
          --g04: #848ea1;    
        }

        .checkbox-wrapper-34 .tgl {
          display: none;
        }
        .checkbox-wrapper-34 .tgl,
        .checkbox-wrapper-34 .tgl:after,
        .checkbox-wrapper-34 .tgl:before,
        .checkbox-wrapper-34 .tgl *,
        .checkbox-wrapper-34 .tgl *:after,
        .checkbox-wrapper-34 .tgl *:before,
        .checkbox-wrapper-34 .tgl + .tgl-btn {
          box-sizing: border-box;
        }
        .checkbox-wrapper-34 .tgl::selection,
        .checkbox-wrapper-34 .tgl:after::selection,
        .checkbox-wrapper-34 .tgl:before::selection,
        .checkbox-wrapper-34 .tgl *::selection,
        .checkbox-wrapper-34 .tgl *:after::selection,
        .checkbox-wrapper-34 .tgl *:before::selection,
        .checkbox-wrapper-34 .tgl + .tgl-btn::selection {
          background: none;
        }
        .checkbox-wrapper-34 .tgl + .tgl-btn {
          outline: 0;
          display: block;
          width: 57px;
          height: 27px;
          position: relative;
          cursor: pointer;
          user-select: none;
          font-size: 12px;
          font-weight: 400;
          color: #fff;
        }
        .checkbox-wrapper-34 .tgl + .tgl-btn:after,
        .checkbox-wrapper-34 .tgl + .tgl-btn:before {
          position: relative;
          display: block;
          content: "";
          width: 44%;
          height: 100%;
        }
        .checkbox-wrapper-34 .tgl + .tgl-btn:after {
          left: 0;
        }
        .checkbox-wrapper-34 .tgl + .tgl-btn:before {
          display: inline;
          position: absolute;
          top: 7px;
        }
        .checkbox-wrapper-34 .tgl:checked + .tgl-btn:after {
          left: 56.5%;
        }

        .checkbox-wrapper-34 .tgl-ios + .tgl-btn {
          background: var(--g08);
          border-radius: 20rem;
          padding: 2px;
          transition: all 0.4s ease;
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
        }
        .checkbox-wrapper-34 .tgl-ios + .tgl-btn:after {
          border-radius: 2em;
          background: #fff;
          transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        }
        .checkbox-wrapper-34 .tgl-ios + .tgl-btn:before {
          content: "Nee";
          left: 28px;
          color: var(--g04);
          transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .checkbox-wrapper-34 .tgl-ios + .tgl-btn:active {
          box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
        }
        .checkbox-wrapper-34 .tgl-ios + .tgl-btn:active:after {
          padding-right: 0.4em;
        }
        .checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn {
          background: var(--blue);
        }
        .checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:active {
          box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
        }
        .checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:active:after {
          margin-left: -0.4em;
        }
        .checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:before {
          content: "Ja";
          left: 4px;
          color: #fff;
        }


  /* HOMEPAGE IMAGE */

     .FormBox0{
      width: 100%;}

     .TextBox0{
      margin-left: 60px;
      width: 82%;
      }

    
/* ALL ERROR OK IMAGES */

     .FormBox{
      width: 100%;
      margin-left:40px;}

     .TextBox{
      width: 45%;
      display: inline-block; }

     .imagesErro_form{
      width: 6%;
      display: inline-block;}

/* DATE SECTION BPV GEGEVENS*/

  .sectionDate{
      width: 100%;}

     .inputDate .form-control {
      width: 100%;
      margin-left: 0px;
      padding: 10px;
      background-color: #fff;
      font-size: 14px}

/* CHECKLIST SBB */

     .checkboxWrapperText {
      width: 100%;
      margin-left: -12px;}

     .TextBox2{
      margin-bottom: -7px}

     .checkbox-wrapper-34x {
      width: 12%;
      display: inline-block;
      position: absolute; }

      .containerStageAanmelden {
        margin-top: -140px;
      }




     /* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other */
      @media screen and (max-width: 600px) {

        .containerMain {
          margin-top: 0px;
        }

        .containerAanmelden html, body{
          margin-top: 10px }

          .containerMain .steps li{
            display: inline-block;
            margin: 12px;
            color: rgb(160,155,196);
            padding-bottom: 5px;
          }

        .TextBox0{
          width: auto;
          margin: auto;}

        .FormBox{ 
          margin-left: 28px;}

        .TextBox{
          width: 78%;
          display: inline-block;}

         .TextBox2{
          margin-bottom: -7px}
        
        .imagesErro_form{
            width: 12%;
            display: inline-block;}

        .containerStageAanmelden .float-end  {
          display: none;
        }
        .docentenLink{
         margin-top: 13px;
        }

        .stageMarktLink {
         margin-bottom: 16px;
        }
    }
        
    @media (max-width: 768px) {
        .containerMain .wrapper {
          padding: 0px!important;
        }

        .form-wrapper .section h3 {
            margin-top: 20px;
          }
      } 

@media (width < 1200px){
 #fotoStageAanmelden{
  margin:auto;
   opacity: 0.1;
 } 
}
@media (width < 990px){
 .docentenLink{
         margin-top: 13px;
         margin-bottom: 16px;
        }
}


/*  SWITCH ACCREDITATIE SBB NIEUW */

/* From Uiverse.io by vihstorck */ 
.switch {
  /* switch */
  --switch-width: 46px;
  --switch-height: 24px;
  --switch-bg: rgb(131, 131, 131);
  --switch-checked-bg: #1676df;
  --switch-offset: calc((var(--switch-height) - var(--circle-diameter)) / 2);
  --switch-transition: all 0.2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
  /* circle */
  --circle-diameter: 18px;
  --circle-bg: #fff;
  --circle-shadow: 1px 1px 2px rgba(146, 146, 146, 0.45);
  --circle-checked-shadow: -1px 1px 2px rgba(163, 163, 163, 0.45);
  --circle-transition: var(--switch-transition);
  /* icon */
  --icon-transition: all 0.2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
  --icon-cross-color: var(--switch-bg);
  --icon-cross-size: 6px;
  --icon-checkmark-color: var(--switch-checked-bg);
  --icon-checkmark-size: 10px;
  /* effect line */
  --effect-width: calc(var(--circle-diameter) / 2);
  --effect-height: calc(var(--effect-width) / 2 - 1px);
  --effect-bg: var(--circle-bg);
  --effect-border-radius: 1px;
  --effect-transition: all 0.2s ease-in-out;
}

.switch input {
  display: none;
}

.switch {
  display: inline-block;
}

.switch svg {
  -webkit-transition: var(--icon-transition);
  -o-transition: var(--icon-transition);
  transition: var(--icon-transition);
  position: absolute;
  height: auto;
}

.switch .checkmark {
  width: var(--icon-checkmark-size);
  color: #473C8A;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.switch .cross {
  width: var(--icon-cross-size);
  color: var(--icon-cross-color);
}

.slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: var(--switch-width);
  height: var(--switch-height);
  background: var(--switch-bg);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: var(--switch-transition);
  -o-transition: var(--switch-transition);
  transition: var(--switch-transition);
  cursor: pointer;
}

.circle {
  width: var(--circle-diameter);
  height: var(--circle-diameter);
  background: var(--circle-bg);
  border-radius: inherit;
  -webkit-box-shadow: var(--circle-shadow);
  box-shadow: var(--circle-shadow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: var(--circle-transition);
  -o-transition: var(--circle-transition);
  transition: var(--circle-transition);
  z-index: 1;
  position: absolute;
  left: var(--switch-offset);
}

.slider::before {
  content: "";
  position: absolute;
  width: var(--effect-width);
  height: var(--effect-height);
  left: calc(var(--switch-offset) + (var(--effect-width) / 2));
  background: var(--effect-bg);
  border-radius: var(--effect-border-radius);
  -webkit-transition: var(--effect-transition);
  -o-transition: var(--effect-transition);
  transition: var(--effect-transition);
}

/* actions */

.switch input:checked + .slider {
    background: #473C8A;
}

.switch input:checked + .slider .checkmark {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.switch input:checked + .slider .cross {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.switch input:checked + .slider::before {
  left: calc(
    100% - var(--effect-width) - (var(--effect-width) / 2) -
      var(--switch-offset)
  );
}

.switch input:checked + .slider .circle {
  left: calc(100% - var(--circle-diameter) - var(--switch-offset));
  -webkit-box-shadow: var(--circle-checked-shadow);
  box-shadow: var(--circle-checked-shadow);
}

.checkboxWrapperText {
  margin: auto;
  justify-content:center;
}

.colAccreditatie {
  text-align: right;
  padding: 0px;
}

.checkboxWrapperText a{
  color: #473C8A;
  margin-top: 7px;
}

.checkboxWrapperText a:hover{
  color: rgb(71, 60, 138, 0.7);
}

@media only screen and (max-width: 768px) { 
    .colAccreditatie {
      width: 80%;
      padding-right: 8px;
    }
    .colSwitch {
      width: 20%;
      padding: 0px;
    }

    .checkboxWrapperText a{
      margin-top: 8px;
    }
}



 