
* {
    scrollbar-face-color: #00233b;
    scrollbar-track-color: #707070;
    scrollbar-color: #00233b #707070;
    scrollbar-width: thin;
}

html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}


/*==================*/ /* TEKSTEN KLEUREN /*==================*/

.tekstOranje{
  color: #C35253;
}

.tekstOrange{
  color: #F39200;
  text-shadow: 1px 1px black;
}

.tekstMint {
  color: #218894;
  font-weight: 700;
}

.tekstPurple {
  color: #473C8A;
  font-weight: 600;
}

.tekstBlue {
  color: #93D4EC;
  text-shadow: 1px 1px black;
}

.tekstDarkblue {
  color: #6383b4;
}


/* ============================================== START NAVBAR ============================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
nav {
  position: fixed;
  z-index: 99;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}
nav .wrapper-Navbar{
  position: relative;
  max-width2222: 1300px;
  padding: 0px 30px;
  height: 10%;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper-Navbar .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.wrapper-Navbar .logo a img{
  will-change: transform;
  transition: transform 450ms;
}

.wrapper-Navbar .logo a img:hover{
  transition: transform 125ms;
  transform: translateY(-10px);
}

  
.wrapper-Navbar .logoMobile a{
  display: none;
}
.wrapper-Navbar .nav-Links{
  display: inline-flex;
}
.nav-Links li{
  list-style: none;
}
.nav-Links li .nav-Links-item{
  color: #93D4EC;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-Links li .nav-Links-item:hover{
  text-decoration: #218894 wavy underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
  cursor: pointer;
}

.navbarIcon {
  height: 40px;
  margin-left: -10px;
  transition: all 0.3s ease;
}
.navbarIcon:hover {
  transform:scale(1.2) ;
}
.wrapper-Navbar .NavbarButton{
  color: #77A8BB;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper-Navbar .NavbarButton.closeButton{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper-Navbar .NavbarButton{
    display: block;
  }
  .wrapper-Navbar .logoMobile a{
    display: block!important;
  }
  .wrapper-Navbar .nav-Links{
    position: fixed;
    background: #FFF;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }

 .wrapper-Navbar .nav-Links .firstLi {
  margin-top: 50px;}

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menuButton:checked ~ .nav-Links{
    left: 0%;
  }
  #menuButton:checked ~ .NavbarButton.menuButton{
    display: none;
  }
  #closeButton:checked ~ .NavbarButton.menuButton{
    display: block;
    left: 0%;
  }
  .nav-Links li{
    margin: 15px 10px;
  }
  .nav-Links li .nav-Links-item{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .navbarIcon {
  margin-left: 0px!important;
  }
}

nav input{
  display: none;
}


 /************ nav2 (responsive)  ************/

 #nav2{
   display: none;
 }

 nav .wrapper-Navbar2{
   position: relative;
   max-width: 1300px;
   padding: 0px 45px;
   height: 10%;
   line-height: 70px;
   margin: auto;
   display: flex;
   align-items: center;
   justify-content: space-between;
   display: none2222222222222222222;
 }
 .wrapper-Navbar2 .logo a{
   color: #f2f2f2;
   font-size: 30px;
   font-weight: 600;
   text-decoration: none;
 }
 .wrapper-Navbar2 .logoMobile2 a{
   display: none;
 }
 .wrapper-Navbar2 .nav-Links2{
   display: inline-flex;
 }
 .nav-Links2 li{
   list-style: none;
 }
 .nav-Links2 li .nav-Links-item2{
   color: #93D4EC;
   text-decoration: none;
   font-size: 18px;
   font-weight: 500;
   padding: 9px 15px;
   border-radius: 5px;
   transition: all 0.3s ease;
 }
 .nav-Links2 li .nav-Links-item2:hover{
   text-decoration: #218894 wavy underline;
   text-decoration-thickness: 3px;
   text-underline-offset: 8px;
   cursor: pointer;
 }

 .navbarIcon2 {
   height: 40px;
   margin-left: -10px;
   transition: all 0.3s ease;
 }
 .navbarIcon2:hover {
   transform:scale(1.2) ;
 }
 .wrapper-Navbar2 .NavbarButton2{
   color: #77A8BB;
   font-size: 20px;
   cursor: pointer;
   display222222: none222222222222222222222222222;
 }
 .wrapper-Navbar2 .NavbarButton2.closeButton2{
   position: absolute;
   right: 30px;
   top: 10px;
 }


@media screen and (max-width: 970px) {

 #nav2 {
   position: fixed;
   z-index: 99;
   width: 100%;
   font-family: 'Poppins', sans-serif;
   top: 0px;
 }
  #nav1{
   display: none;
  }
  #nav2{
   display: block;
  }
   .wrapper-Navbar2 .nav-Links2{
     position: fixed;
     background: #FFF;
     height: 100vh;
     width: 100%;
     max-width: 350px;
     top: 0;
     left: -100%;
     display: block;
     padding: 50px 10px;
     line-height: 50px;
     overflow-y: auto;
     box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
     transition: all 0.3s ease;
   }
  .wrapper-Navbar2 .nav-Links2 .firstLi2 {
   margin-top: 50px;}

   .wrapper-Navbar2 .logoMobile2 a {
     margin-bottom:-20px;
     display: block;
     will-change: transform;
     transition: transform 450ms;
   }

   .wrapper-Navbar2 .logoMobile2 a:hover {
     transition: transform 125ms;
     transform: translateY(-10px);
   }

   .wrapper-Navbar2 .logo a img{
     margin-bottom: 10px;
     display: block;
     will-change: transform;
     transition: transform 450ms;
   }

   .wrapper-Navbar2 .logo a img:hover{
     transition: transform 125ms;
     transform: translateY(-10px);
   }


   /* custom scroll bar */
   ::-webkit-scrollbar {
     width: 10px;
   }
   ::-webkit-scrollbar-track {
     background: #242526;
   }
   ::-webkit-scrollbar-thumb {
     background: #3A3B3C;
   }
   #menuButton2:checked ~ .nav-Links2{
     left: 0%;
   }
   #menuButton2:checked ~ .NavbarButton2.menuButton2{
     display: none;
   }
   #closeButton2:checked ~ .NavbarButton2.menuButton2{
     display: block;
     left: 0%;
   }
   .nav-Links2 li{
     margin: 15px 10px;
   }
   .nav-Links2 li .nav-Links-item2{
     padding: 0 20px;
     display: block;
     font-size: 20px;
   }
   .navbarIcon2 {
   margin-left: 0px!important;
   }
}


.btn-Navbar {
  letter-spacing: 1.1px;
  font-weight: 600;
  margin-bottom: 15px;
  background-color: #93D4EC;
  color: white;
  border: 1px solid #fff;
  transition: all .35s cubic-bezier(.77,0,0,.96);
  padding: 10px 30px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-Navbar:hover {
  background: #F39200;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px 30px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-Navbar .fa-arrow-right:hover {
  color: white;
}

.btn-Navbar-arrow, {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: rgb(135,128,179);
  letter-spacing: 3px;
}

.btn-Navbar-arrow .fa-arrow-right{
  flex: 0 0 auto;
  margin-right: 15px;
  transition: transform .35s cubic-bezier(.77,0,0,.96);}

.btn-Navbar-arrow:hover .fa-arrow-right{
   color: white;
   transform: translateX(10px); /* Verplaats de pijl naar rechts bij hover */}


/* search modal */

#NavbarModal_Search {
  background: rgba(255, 255, 255, 0.3); /* Witte achtergrond met 30% dekking */
  transition: opacity 0.5s ease; /* Overgangseffect */
  backdrop-filter: blur(4px); /* Blur-effect toevoegen */
}

#NavbarModal_Search .modal-content {
  border-radius: 0px;
  padding: 30px;
} 

#NavbarModal_Search .modal-header{
  border-bottom: none;
}
#NavbarModal_Search .modal-footer{
  border-top: none;
}

#NavbarModal_Search .modal-title{
  font-size: 30px!important;
}

.navbarInfo {
  color: #4d9fa9;
  letter-spacing: 1.1px;
  font-weight: 600;
  line-height: 30px;
}

#NavbarModal_Search .navSearch-Links_div {
  padding: 8px;
}
#NavbarModal_Search .navSearch-Links a{
  color: rgb(109,153,158,0.8);
  text-decoration: none;
  transition: all .35s cubic-bezier(.77,0,0,.96);
  transition-property: color, fill;
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}
#NavbarModal_Search .fa-arrow-right{
  flex: 0 0 auto;
  margin-right: 10px;
  transition: transform .35s cubic-bezier(.77,0,0,.96);
}
#NavbarModal_Search .navSearch-Links a:hover {
  color:  #219467;
}
.navSearch-Links a:hover, .navSearch-Links a:hover .fa-arrow-right{
  color:  #219467;
  transform: translateX(10px); /* Verplaats de pijl naar rechts bij hover */
}

 #NavbarModal_Search .navSearch-Links .FAQ{
    color: #942d21;
  }

  #NavbarModal_Search .navSearch-Links .FAQ:hover{
    color: #d14131;
  }


#NavbarModal_Search .btn-close{
  border: 1px solid grey;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#NavbarModal_Search .btn-close:hover{
  transform:scale(1.2) ;
}
 @media (max-width: 768px){
  #NavbarModal_Search .modal-content {
    margin: 0px!important;
  } 

 }

 /* styling dropdown-menu link1, link2 en link3 */

.fixed-container {
  padding-bottom: 140px;
  z-index: 999; /* Lager dan de navbar */
}
  .container_Navbar-Dropdown {
    position: relative;
    height: 100%;
  }
  .navbar-dropDown {
    position: fixed;
    top: 10%;
    right: 0;
    width: 100%;
    height: 67%;
    background-color: #218894; /* Achtergrondkleur van het blok */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optioneel: schaduw voor beter zicht */
    z-index: 1; /* Zorgt ervoor dat het blok boven de overlay wordt geplaatst */
    display: flex;
    padding: 20px;
    box-sizing: border-box;
  }

  .blurred {
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: blur(5px);
    z-index: 0;
  }

 /* Stijl voor de tekst */
 .navbar-dropDown_text {
     color: white;
     opacity: 0;
     transform: translateY(-20px);
     transition: transform 0.35s cubic-bezier(.77,0,0,.96), opacity 0.35s cubic-bezier(.77,0,0,.96);
     transition-delay: 0s; /* Vertraging van 1 seconde */
 }

 /* Actieve stijl om de tekst zichtbaar te maken */
 .navbar-dropDown_text.active {
     opacity: 1;
     transform: translateY(0);
 }

  .notification__close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 20px;
    align-items: center;
    background: transparent;
    color: #FFF;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 0;
    position: fixed;
    top: 30px;
    top: calc(70px + var(--ribbonHeight));
    transition: all .35s cubic-bezier(.77,0,0,.96);
    transition-property: border-color, background;
    width: 40px;
    font-size: 25px;
    font-weight: 100;
    transition: all 0.3s ease;
  }
  .notification__close:hover {
    color: #FFF;
    transform:scale(1.2) ;
  }
 
  #link1, #link2, #link3{
    display: none;
  }

  .main-title-Navbar {
    font-family: 'Abril Fatface', cursive;
    font-size: 30px;
    line-heightxx: 2.3;
  }

  .main-title-Navbar2 {
    font-family: 'Abril Fatface', cursive;
    font-size: 30px;
    text-decoration: none;
    color: white;
    line-height: 2.3;
  }

  .main-title-Navbar2:hover {
    color: #F39200;
  }

  .container_Navbar-Dropdown .navbar-Dropdown-item {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    display: flex;
    color: white;
    font-size: 17px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .container_Navbar-Dropdown .navbar-Dropdown-item:hover {
    color: #F39200;
  }

  .navbar-Dropdown-Links .fa-arrow-right {
    font-size: 15px;
    margin-right: 10px;
    align-self: center
  }

  .container_Navbar-Dropdown .notification__close {
    right: 0px;
    }
  .navbar-dropdown-card {
    border-radius: 40px;
  }

  .navbar-dropdown-card .navbar-Dropdown-item {
    color: #93D4EC;
  }

  /* card navbar */

      article {
    --img-scale: 1.001;
    --title-color: black;
    --link-icon-translate: -20px;
    --link-icon-opacity: 1;
    color: #218894;
    position: relative;
    border-radius: 16px;
    box-shadow: none;
    background: #fff;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    margin-bottom: 50px;
  } 

  article a:before {
    color: #218894;
    opacity: 1;
  }

  article a::after {
    position: absolute;
    inset-block: 0;
    inset-inline: 0;
    cursor: pointer;
    content: '';
  }

  figure {
    margin: 0;
    padding: 0;
    border: 1px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  article img {
    max-width: 100%;
    transform-origin: center;
    transform: scale(var(--img-scale));
    transition: transform 0.4s ease-in-out;
  }

  .article-body {
    padding: 24px;
  }

  article a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  article a:focus {
    outline: 1px dotted #28666e;
  }

  article a .icon {
    color: #218894;
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    transform: translateX(var(--link-icon-translate));
    opacity: var(--link-icon-opacity);
    transition: all 0.3s;
  }

  /* using the has() relational pseudo selector to update our custom properties */
  article:has(:hover, :focus) {
    --img-scale: 1.1;
    --title-color: #28666e;
    --link-icon-translate: 0;
    --link-icon-opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }

  .articles {
    display: grid;
    max-width: 1200px;
    margin-inline: auto;
    line-height: normal;
    margin-leftx: -50px;
    margin-rightx: 80px;
  }

  .articles .navbar-Dropdown-item {
    color: #218894;
  }

  .articles .main-title-Navbar {
    margin-bottom: 11px;

  }

  @media screen and (max-width: 960px) {
     article {
       container: card/inline-size;
    }
  }
   @container card (min-width: 380px) {
     .article-wrapper {
       display: grid;
       grid-template-columns: 100px 1fr;
       gap: 16px;
    }
     .article-body {
       padding-left: 0;
    }
     figure {
       width: 100%;
       height: 100%;
       overflow: hidden;
    }
     figure img {
       height: 100%;
       aspect-ratio: 1;
       object-fit: cover;
    }
  }

  .sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
  }




  .sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
  }

  @media screen and (max-width: 970px) {
    .container_Navbar-Dropdown .notification__close {
      right: 0px;
      }
  }
  

/* ============================================== END NAVBAR ============================================== */

/* ============================================== BEGIN HOME ============================================== */

.StudentenContainer {
  background-image: url("../img/happy3.jpg");
  background-size: cover;
  height: 800px ;
}

.StudentenContainer .Header_BBL {
  text-shadow: 2px 2px black;
  color: white;
}

.StudentenContainer .content {
  color: white;
  text-shadow: 1px 1px black;
}

.StudentenContainer .content .Buttons {
  text-shadow: none;
}

.btn-arrow .fa-arrow-right{
  flex: 0 0 auto;
  margin-right: 15px;
  transition: transform .35s cubic-bezier(.77,0,0,.96);}

.btn-arrow:hover .fa-arrow-right{
   transform: translateX(10px); /* Verplaats de pijl naar rechts bij hover */}

  .homeBlok1 .btn {
    font-size: 18px;
    padding: 18px 15px;
    text-align: left;
    margin-bottom: 15px;
  }

   .homeBlok1 .btn1 {
      background: #fff;
      color: #298798;
      font-weight: 700;
      margin-right: 15px;
      transition: all .35s cubic-bezier(.77,0,0,.96);
      transition-property: border-color, color, #a3195b;
  }

  .homeBlok1 .btn1:hover {
    color: #94D2BD;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .homeBlok1 .btn2 {
      background: transparent;
      color: white;
      margin-right: 15px;
      border: 1px solid #fff;
      transition: all .35s cubic-bezier(.77,0,0,.96);
      transition-property: border-color, color, background-color;
  }

  .homeBlok1 .btn2:hover {
    background: white;
    color: #94D2BD;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .TallandBlok {
    background-color: rgb(189,214,211);
    padding: 60px;
    padding-top: 40px;
    margin:50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .containerHome2 .fa-check {
    color: #218894;
    font-size: 30px;
  }

  .containerHome2 .RowColumn{
    margin-left: 20px;
    margin-bottom: 40px;
  }

  .card_Opleiding .card {
      border-radius: 0px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      height: 500px;
      overflow: auto;
    }
    .card_Opleiding .card-header {
      background-color:#473C8A;
      border-radius: 0px;
      color: white;
      padding: 20px;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 20px;
    }
    .card_Opleiding .card-body {
      padding: 20px;
    } 
    .card_Opleiding .bullet{
      color: rgb(71, 60, 138, 0.5);
      letter-spacing: 1.1px;
      font-weight: 600;
      line-height: 20px;
      font-size: 17px;
    }

    .DiplomaBlok {
      background-color: #C7C4DC;
      padding: 30px;
      padding-top: 40px;
    }

   .wrapperHome {
     width: 100%;
     margin: auto;
     font-family: 'Source Sans Pro', sans-serif;
     font-size: 20px;
  }
   @media (max-width: 768px) {
     .wrapper {
       width: auto;
       padding: 30px;
    }

    .homeBlok1 .btn {
      font-size: 17px;
    }
  }
   .wrapperHome input[type='radio'] {
     display: none;
  }
   .wrapperHome input[type='radio']:checked + .item .title {
     color: #fff;
    border-color: #218894;
    background-color: #218894;
    text-shadow: 1px 1px black;
  }
   .wrapperHome input[type='radio']:checked + .item .title:after {
     transform: rotate(180deg);
  }
   .wrapperHome input[type='radio']:checked + .item .content {
     margin-top: 30px;
     margin-bottom: 30px;
     height: auto;
     opacity: 1;
     visibility: visible;
     transition: all 0.3s, opacity 0.7s;
  }
   .wrapperHome .item {
     display: block;
     margin-bottom: 10px;
  }
   .wrapperHome .title {
     padding: 10px 30px;
     font-size: 18px;
     border-radius: 30px;
     color: #218894;
     border: 1px solid;
     font-weight: bold;
     cursor: pointer;
     transition: all 0.2s;
     display: flex;
     justify-content: space-between;
     align-items: center;
  }

  .wrapperHome .title:hover{
    background-color: rgb(33,136,148,0.2);
  }
   .wrapperHome .title:after {
     content: '\25bc';
     display: inline-block;
     font-size: 12px;
  }
   .wrapperHome .content {
     width: 95%;
     margin: 0 auto;
     padding: 0 30px;
     font-size: 16px;
     line-height: 1.6;
     color: #218894;
     border: 1px solid;
     border-width: 0 1px;
     height: 0;
     opacity: 0;
     visibility: hidden;
     transition: all 0.2s;
  }

  .contactForm {
    background-color: #BDD6D3;
    padding: 50px;
    box-shadowxxx: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin-bottom: 15px;
    margin: 50px;
  }

  .contactForm input, .contactForm textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 17px;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s;
    border-bottom: 1px solid grey;
  }

  .contactForm input::placeholder, .contactForm textarea::placeholder{
    font-size: 13px;

  }

  .contactForm label{ 
    font-size: 18px;
    color: #218894;
    font-weight: bold;
  }

  .contactForm textarea {
    height: 100px;
  }


  .scene {
    width: 700px;
    height: 700px;
    background-colorx: #BDD6D3;
    padding: 50px;
    margin-bottom: 15px;
    perspective: 600px;
    }

  .card_contactform {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .card_contactform.is-flipped {
    transform: translateX(-100%) rotateY(-180deg);
  }

  .card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    padding: 50px;
    backface-visibility: hidden;
  }

  .card_contactform input, .card_contactform textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 17px;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s;
    border-bottom: 1px solid grey;
  }

  .card_contactform input::placeholder, .card_contactform textarea::placeholder{
    font-size: 0.8125rem;
  }

  .card_contactform label{ 
    font-size: 1.125rem;
    color: #218894;
    font-weight: bold;
  }

  .card_contactform textarea {
    height: 100px;
  }

  .card__face--front {
    background: #BDD6D3;
  }

  .card__face--back {
    background: rgb(33, 136, 148);
    transform: rotateY(180deg);
    display: flex;
    justify-content: center; /* Horizontaal centreren */
    align-items: center;    /* Verticaal centreren */
  }

  @media (max-width: 1400px) {
       .scene {
        width: 650px;
      height: 680px;
       }
    }

    @media (max-width: 1350px) {
       .scene {
        width: 550px;
      height: 650px;
       }
    }

    @media (max-width: 1170px) {
       .scene {
        width: 600px;
      height: 680px;
       }
    }
    
    @media (max-width: 768px) {
      .scene {
        width: 376px;
        height: 550px;
      padding: 0px;
      margin: auto;
      }

      .card__face--back {
        display: block; 
      }

    }

   @media (max-width: 1450px) {
      .TallandBlok {
        margin:0px;
      }

      .card_Opleiding .card {
          height: 640px;
          margin-bottom: 30px;
        }
    }

    @media (max-width: 1080px) {
      .card_Opleiding .card {
          height: 650px;
          margin-bottom: 30px;
        }
    }

     @media (max-width: 768px) {

        .TallandBlok {
          margin: 0px;
        }
        .containerOpleidingsprogramma {
          margin-bottom: -70px!important;
        }

        .card_Opleiding .card {
          height: 610px;
          margin-bottom: 30px;
        }

        .img-Diploma {
          margin-top: 10px;
          margin-bottom: 30px;
          margin-left: 0px!important;
        }

        .contactForm {
          margin: 0px!important;
        }

    }



/* ============================================== END HOME ================================================ */

/* ============================================== BEGIN PAGINA BBL ============================================== */

.Header_BBL {
  color: #218894;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', cursive;
  font-size: 35px;
  font-weight: 200;
}
 .contentColumnBlok_BBL {
  color: white;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  background: #218894;
  width: 25%;
  padding: 8px;
  margin-bottom: 15px;
  letter-spacing: 3px;
 }
 .contentColumn-Header {
  color: #218894;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', cursive;
  font-size: 35px;
 }
 .content{
  display: flex;
  flex-direction: column;
  font-size: 23px;
  height: 100%;
  justify-content: center;
  line-height: 30px;
  padding: 30px;
 }
 .container_cardBBL {
  position: relative;
  height: 420px;
 }
 .row_cardBBL {
  position: absolute;
  top: 270px;
  left: 8px;
 }
 .cardBBL1, .cardBBL2 {
  color: white;
  background-color: #218894;
  padding: 20px;
  margin: 10px;
  font-size: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }
 .cardBBL1 h3, .cardBBL2 h3 {
  text-shadow: 1px 1px black;
 }
 .verschilBol {
  background-color: rgb(33,136,148, 0.2);
  padding: 50px;
  padding-top: 25px;
  margin: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
 }
 .verschilBBL {
  background: RGB(243,146,0,0.3);
  padding: 50px;
  padding-top: 25px;
  margin: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
 }
 .verschilBol h1, .verschilBBL h1 {
  color: white;
  text-shadow: 1px 1px black;
  letter-spacing: 3px;
 }
 .verschilBol span, .verschilBBL span {
  text-transform: uppercase;
  letter-spacing: 1.4px;
 }
 .verschilBol-list div, .verschilBBL-list div {
  margin-bottom: 25px;
 }

 .row_overichtVerschillen h5 {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 25px;
  margin-top: 25px;
 }
 .Benefits-items { 
  color: white;
  background-color: rgb(195,82,83);
  margin: 20px;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
 }
 .Benefits-items2{
  color: white;
  background-color: rgb(33,136,148);
  margin: 20px;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
 }
 .benefits_number {
  font-size: 30px;
  text-shadow: 2px 2px black;
 }
 .benefits-title {
  text-shadow: 2px 2px black;
 }


  /* ----- WRAPPER VOORDELEN -----*/

  .wrapperBenefits .main-title {
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Abril Fatface', cursive;
    font-size: 35px;
    color: #218894;
    display: flex;
    justify-content: center;
    align-items: center;
 }
  .wrapperBenefits .main-title:before, .main-title:after {
    content: '';
    display: block;
    margin: 20px;
    flex: 1;
    border-bottom: 1px solid #218894;
 }
  .wrapperBenefits {
    width: 50%;
    margin: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
 }
  @media (max-width: 768px) {
     .wrapperBenefits {
       width: 100%;
    }
    .wrapper {
      width: auto;
      padding: 30px;
   }
 }
  .wrapperBenefits input[type='radio'] {
    display: none;
 }
  .wrapperBenefits input[type='radio']:checked + .item .title {
    color: #fff;
    border-color: #218894;
    background-color: #218894;
    text-shadow: 1px 1px black;
 }
  .wrapperBenefits input[type='radio']:checked + .item .title:after {
    transform: rotate(180deg);
 }
  .wrapperBenefits input[type='radio']:checked + .item .content {
    margin-top: 30px;
    margin-bottom: 30px;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s, opacity 0.7s;
 }
  .wrapperBenefits .item {
    display: block;
    margin-bottom: 10px;
 }
  .wrapperBenefits .title {
    padding: 10px 30px;
    border-radius: 30px;
    color: #218894;
    border: 1px solid;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }

  .wrapperBenefits .title:hover{
    background-color: rgb(33,136,148,0.2);
  }

  .wrapperBenefits .title:after {
    content: '\25bc';
    display: inline-block;
    font-size: 12px;
 }
  .wrapperBenefits .content {
    width: 95%;
    margin: 0 auto;
    padding: 0 30px;
    font-size: 18px;
    line-height: 1.6;
    color: #218894;
    border: 1px solid;
    border-width: 0 1px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
 }

  @media (max-width: 1400px) {
    .container_cardBBL {
     position: relative;
     height: 503px;
    }

    .row_cardBBL {
        top: 326px;
        left: 8px;
      }
  }

   @media (max-width: 1200px) {
      .verschilBBL h3, .verschilBol h3 {
        font-size: 20px!important;
    }
   }

  @media only screen and (max-width: 600px) {

    .contentColumnBlok_BBL {
       width: 65%; 
      }
      .container_cardBBL {
       position: relative;
       height: 1290px;
    }
    .row_cardBBL {
      top: 441px;
      left: 22px;
    }

    .verschilBBL h3, .verschilBol h3 {
        font-size: 23px!important; 
      }

    #Toelatingseisen, #Studiekosten {
      padding: 0px!important;
    }
    .container3_foto img{
      display: none ;
    }

    .row_toelatingsitems h5 {
      margin-top: 10px;
    }

    .item-row_toelatingsitems {
      padding-bottom: 0px!important;
    }

    .img-Salaris {
      margin-left: 0px!important;
      margin-bottom: 20px;
    }
    .verschilBol, .verschilBBL {
      margin: 0px!important;
      padding: 10px;
    }
    .row_overichtVerschillen div {
      margin-top: 10px!important;
    }
    .main-title-Verschillen, .main-title-Overzicht, .wrapperBenefits, .main-title {
        width: 100%; 
    }
    .row_overichtVerschillen {
      margin-top: 0px!important;
      text-align: center!important;
    }

  }

  .Student_Info {
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  .row_Administratie h5 {
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 25px;
    margin-top: 20px;
    color: #218894;
  }
  .row_Administratie .hr_nextPage {
    width: 60px;
    color: #218894;
    border: 2px solid;
  }

  .containerContact .hr_nextPage {
    width: 60px;
    color: #218894;
    border: 2px solid;
  }

/* ============================================== END PAGINA BBL ============================================== */

/* ============================================ START PAGINA BBL OPLEIDING ============================================== */

  .row_toelatingsitems h5 {
    margin-left: -20px;
  }
  .row_toelatingsitems {
    overflow-wrap: break-word;
  }
  .ToelatingsItem {
    background-color: #FBDEB2;
    margin-top: 10px;
    padding: 20px;
    padding-top: 35px;
    height: 235px;
    overflow: auto;
  }
  .ToelatingsItem2 {
    background-color: #FBDEB2;
    margin-top: 10px;
    padding: 20px;
    padding-top: 35px;
    height: 360px;
    overflow: auto;
  }
   .ModalArrow2 {
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: rgb(135,128,179);
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 1px 1px #4d9fa9;
    color: #BDD6D3;
  }
   .ModalArrow2 .fa-arrow-right {
    flex: 0 0 auto;
    margin-right: 12px;
    transition: transform .35s cubic-bezier(.77,0,0,.96);
  }
  .ModalArrow2:hover .fa-arrow-right{
     color: #218894;
     transform: translateX(10px); /* Verplaats de pijl naar rechts bij hover */}
  .ModalArrow2:hover {
    color: #218894;
    text-shadow: none;
  }
  .ModalBBL .modal-content{
    border-radius: 0px;
    padding: 30px;
  }
 .ModalBBL .modal-body {
    background-color: #BDD6D3;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin-bottom: 15px;
 } 
 .ModalBBL2 .modal-content {
    border-radius: 0px;
    padding: 20px;
 }
 .ModalBBL .modal-header{
  border-bottom: none;
 }
 .ModalBBL .modal-footer{
  border-top: none;
 }
 .ModalBBL .tekstMint  {
  font-size: 19px;
  text-shadow: 1px 1px grey;
  color: rgb(71,60,138, 0.6);
 }
 .ModalBBL a {
  color: #C35253;
  text-decoration: none;
 }
 .ModalBBL a:hover {
  color: rgb(71,60,138, 0.8);
 }
 .ModalBBL ul {
  margin-top: 10px;
  margin-bottom: 20px;
 }
  .Modal_subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #BDD6D3;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  .ModalBBL .bullet2 {
    letter-spacing: 1px;
    color: rgb(135,128,179);
    font-weight: 600;
  }
   .wrapperTips .main-title {
     margin-bottom: 30px;
     text-align: left;
     font-family: 'Abril Fatface', cursive;
     font-size: 35px;
     color: #218894;
     display: flex;
  }
   .wrapperTips {
     margin: auto;
     font-family: 'Source Sans Pro', sans-serif;
     font-size: 20px;
  }
   @media (max-width: 768px) {
     .wrapper {
       width: auto;
       padding: 30px;
    }
  }
   .wrapperTips input[type='radio'] {
     display: none;
  }
   .wrapperTips input[type='radio']:checked + .item .title {
     color: #fff;
     border-color: #218894;
     background-color: #218894;
     text-shadow: 1px 1px black;
  }
   .wrapperTips input[type='radio']:checked + .item .title:after {
     transform: rotate(180deg);
  }
   .wrapperTips input[type='radio']:checked + .item .content {
     margin-top: 30px;
     margin-bottom: 30px;
     height: auto;
     opacity: 1;
     visibility: visible;
     transition: all 0.3s, opacity 0.7s;
  }
   .wrapperTips .item {
     display: block;
     margin-bottom: 10px;
  }
   .wrapperTips .title {
     padding: 10px 30px;
     border-radius: 30px;
     color: #218894;
     border: 1px solid;
     font-weight: bold;
     cursor: pointer;
     transition: all 0.2s;
     display: flex;
     justify-content: space-between;
     align-items: center;
  }
   .wrapperTips .title:hover{
     background-color: rgb(33,136,148,0.2);
   }
   .wrapperTips .title:after {
     content: '\25bc';
     display: inline-block;
     font-size: 12px;
  }
   .wrapperTips .content {
     width: 95%;
     margin: 0 auto;
     padding: 0 30px;
     font-size: 18px;
     line-height: 1.6;
     color: #218894;
     border: 1px solid;
     border-width: 0 1px;
     height: 0;
     opacity: 0;
     visibility: hidden;
     transition: all 0.2s;
  }
  .row_Rollen .tekstMint {
    letter-spacing: 1.1px;
    font-weight: 600;
  }
  .row_Rollen img {
    background-color:#218894;
    margin-top: 30px;
    padding: 15px;
  }
  .card_Rollen .card {
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 450px;
  }
  .card_Rollen .card-header {
    background-color:#218894;
    border-radius: 0px;
    color: white;
    padding: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
  }
  .card_Rollen .card-body {
    padding: 20px;
  } 
  .Extra_info {
    font-size: 14px;
    font-weight: 500;
    color: #BDD6D3;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
  .SalarisBlok {
    background-color: #BDD6D3;
    padding: 30px;
    padding-top: 40px;
  }

  .SalarisBlok2 {
    margin-left: 15px;
  }
  .Studiekosten_row .bullet2, .ToelatingsItem2 .bullet2 {
    color: #4d9fa9;
    letter-spacing: 1.1px;
    font-weight: 600;
    line-height: 20px;
  }
    .card_Examens .card, .card_examinering .card{
      border-radius: 0px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      max-width:;
      height: 650px;
      overflow: auto;
    }
    .card_Examens .card-header, .card_examinering .card-header {
      background-color:#473C8A;
      border-radius: 0px;
      color: white;
      padding: 20px;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 20px;
    }
    .card_Examens .card-body, .card_examinering .card-body {
      padding: 20px;
    } 
    .card_Examens .bullet, .card_examinering .bullet{
      color: #473C8A;
      letter-spacing: 1.1px;
      font-weight: 600;
      line-height: 20px;
      font-size: 17px;
    }

    .card_Examens .bullet2, .card_examinering .bullet2 {
      color: rgb(135,128,179);
    }

    .card_examinering a {
      color: #7E76AD;
      text-decoration: none;
      text-transform: uppercase;
      text-shadow: 1px 1px black;
      font-weight: bold;
      letter-spacingx: 1.3px;
    }

    .card_examinering a:hover {
      color: rgb(243,220,221);
    }

     @media (max-width: 1480px) {
      .card_examinering .card{
        height: 750px;
      }

     }
     .bullet3 {
      letter-spacing: 1.1px;
      font-weight: 600;
      line-height: 20px;
      font-size: 17px;
     }

  @media only screen and (max-width: 600px) {
    .ToelatingsItem {
      height: auto!important;
    }
    .row_Rollen img {
      margin-bottom: 20px;
    }

    .card_examinering1 .card{
      height: 890px;
      margin-bottom: 10px;
    }

    .SalarisBlok2 {
      margin-top: 53px;
      margin-left: 0px;
    }

  }


/* ============================================== END PAGINA BBL OPLEIDING ============================================== */

/* ===================================BEGIN PAGINA STUDENT ADMINISTRATIE ====================================== */

  li{
    margin-bottom: 10px;
  }
  .contentColumnBlok_Student_info{
    color: white;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: #473C8A;
    width: 35%;
    padding: 8px;
    margin-bottom: 15px;
    letter-spacing: 3px;
  }
  .Header_Student_info{
    color: #473C8A;
    margin-bottom: 10px;
    font-family: 'Abril Fatface', cursive;
    font-size: 35px;
    font-weight: 200;
  }
  .container_leerbedrijf {
   position: relative;
   height: 580px;
  }
  .row_leerbedrijf {
   position: absolute;
   top: 430px;
   right: 60px;
  }
  .cardLeerbedrijf1, .cardLeerbedrijf2 {
   color: white;
   background-color: #473C8A;
   padding: 30px;
   margin: 10px;
   font-size: 15px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .cardLeerbedrijf1 h3, .cardLeerbedrijf2 h3 {
   text-shadow: 1px 1px black;
  }
  .column_BPVContract {
    background-color: RGB(71,60,138,0.3);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .column_BPVContract .tekstOranje, .column_BPVContract .tekstPurple {
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 600;
  }
  .column_BPVContract li {
    margin-bottom: 15px;
  }
  .checklist-ul {
     list-style-type: none;
     padding: 0;
  }
   .checklist-ul li {
     padding: 0 0 0 25px;
     position: relative;
     margin-bottom: 5px;
  }
   .checklist-ul li:before {
     position: absolute;
     left: 5px;
     content: "\2713";
     color: #666;
  }
  .stappenplan-ol {
    list-style: none; /* Verberg de standaard list-styling */
    padding-left: 0;
    counter-reset: item;
  }
  .stappenplan-ol li {
      display: flex;
      align-items: center;
      padding: 5px 0;
  }
   .stappenplan-ol li::before {
      content: counter(item);
      counter-increment: item;
      flex: 0 0 30px; /* Brede container voor het nummer */
      text-align: center;
      color: #C7C4DC; 
      text-shadow: 2px 2px #473C8A;
      font-size: 65px;
      padding-right: 20px;
      font-style: italic;
  }
  .stappenplan-ol .list-content {
        flex: 1; /* Zorg ervoor dat de tekst de resterende ruimte inneemt */
    }
  .row_contractduur h5, .title-leerbedrijf, {
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 25px;
    margin-top: 25px;
  }
  .contractduurItem {
    background-color: rgb(195,82,83, 0.2);
    margin-top: 10px;
    padding: 20px;
    padding-top: 35px;
    height: 450px;
    overflow: auto;
  }
  .row_contractduur p {
    background-color: #BDD6D3;
  }
  .row_contractduur .tekstPurple, .row_ZiekteAfwezig .tekstPurple {
    letter-spacing: 1.1px;
    font-weight: 600;
  }
  .row_ZiekteAfwezig img {
    background-color:#473C8A;
    margin-top: 30px;
    padding: 15px;
  }
/*card_ZiekteAfwezig .card {
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 300px;
    overflow: auto;
  }
  .card_ZiekteAfwezig .card-header {
    background-color:#473C8A;
    border-radius: 0px;
    color: white;
    padding: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
  }
  .card_ZiekteAfwezig .card-body {
    padding: 20px;
  } */

  .card_ZiekteAfwezig .card {
      display: flex;
      flex-direction: column;
      height: 300px;
      border-radius: 0px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      overflow: hidden; /* Dit voorkomt dat er een tweede scrollbalk verschijnt */
  }

  .card_ZiekteAfwezig .card-header {
      flex-shrink: 0; /* Zorgt ervoor dat de header een vaste hoogte heeft */
      background-color: #473C8A;
      border-radius: 0px;
      color: white;
      padding: 20px;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 20px;
  }

  .card_ZiekteAfwezig .card-body {
      flex-grow: 1; /* Laat de body het resterende beschikbare ruimte innemen */
      overflow-y: auto; /* Alleen scrollen als de inhoud te groot is */
      padding: 20px;
  }

  .card_ziekte1 {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     margin-bottom: 15px;
     border-radius: 0px;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     height: 341px;
     overflow: auto;
    }
   .card_ziekte1 .card-header {
     background-color:#473C8A;
     border-radius: 0px;
     color: white;
     padding: 20px;
     font-family: 'Source Sans Pro', sans-serif;
     font-size: 20px;
   }

    @media (max-width: 1610px) {
      .card_ziekte1 {
      height: 360px;
    }
  }

   @media (max-width: 1450px) {
      .card_ziekte1 {
      height: 380px;
    }
  }

   @media (max-width: 1210px) {
      .card_ziekte1 {
      height: 400px;
    }
  }


  .row_Opleidingen h5 {
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 25px;
    margin-top: 20px;
    color: #473C8A;
  }
  .row_Opleidingen .hr_nextPage {
    width: 60px;
    color: #473C8A;
    border: 2px solid;
  }



  /* -------------------------------------------- WRAPPER VOORDELEN ------------------------------------------*/

   .wrapperBegeleiding .main-title {
     margin-bottom: 30px;
     text-align: left;
     font-family: 'Abril Fatface', cursive;
     font-size: 35px;
     color: #473C8A;
     display: flex;
     justify-content: center;
     align-items: center;
  }
   .wrapperBegeleiding {
     width: 100%;
     margin: auto;
     font-family: 'Source Sans Pro', sans-serif;
     font-size: 20px;
  }
   @media (max-width: 768px) {
     .wrapper {
       width: auto;
       padding: 30px;
    }
  }
   .wrapperBegeleiding input[type='radio'] {
     display: none;
  }
   .wrapperBegeleiding input[type='radio']:checked + .item .title {
     color: #fff;
     border-color: #473C8A;
     background-color: #473C8A;
     text-shadow: 1px 1px black;
  }
   .wrapperBegeleiding input[type='radio']:checked + .item .title:after {
     transform: rotate(180deg);
  }
   .wrapperBegeleiding input[type='radio']:checked + .item .content {
     margin-top: 30px;
     margin-bottom: 30px;
     height: auto;
     opacity: 1;
     visibility: visible;
     transition: all 0.3s, opacity 0.7s;
  }
   .wrapperBegeleiding .item {
     display: block;
     margin-bottom: 10px;
  }
   .wrapperBegeleiding .title {
     padding: 10px 30px;
     border-radius: 30px;
     color: #473C8A;
     border: 1px solid;
     font-weight: bold;
     cursor: pointer;
     transition: all 0.2s;
     display: flex;
     justify-content: space-between;
     align-items: center;
  }

  .wrapperBegeleiding .title:hover{
    background-color: rgb(71,60,138, 0.2);
  }
   .wrapperBegeleiding .title:after {
     content: '\25bc';
     display: inline-block;
     font-size: 12px;
  }
   .wrapperBegeleiding .content {
     width: 95%;
     margin: 0 auto;
     padding: 0 30px;
     font-size: 18px;
     line-height: 1.6;
     color: #473C8A;
     border: 1px solid;
     border-width: 0 1px;
     height: 0;
     opacity: 0;
     visibility: hidden;
     transition: all 0.2s;
  }
  .row_motivatie_listtitle {
    font-size: 17px;
    margin-bottom: 10px;
    padding-top: 15px;
    font-weight: 600;
  }
  .img-problemen {
    border-radius: 50%; 
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; 
    margin:30px;
  }
  .row_stappenplan {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .streamer_buttons {
    color: black;
  }
  .pink_background {
    background-color: #C7C4DC;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .green_background{
    background-color: #BDD6D3;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .blue_background {
    background-color: #CD757B;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .fit_image img {
      object-fit: cover;
      width: 100%;
      height: 100%;}

  #pagina0, #pagina00 {
    display: block;}

  #pagina2, #pagina1, #pagina3, #pagina4, #pagina5, #pagina01, #pagina02, #pagina03, #pagina04, #pagina05 {
    display: none;
  }
  .streamer_buttons_button {
    margin-right: 5px;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn-light-purple {
    background-color: rgb(71, 60, 138, 0.5);
    text-shadow: 1px 1px black;
    margin-bottom: 9px;
    color: #C7C4DC;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn-light-purple:hover {
    background-color: rgb(71, 60, 138, 0.3);
    text-shadow: 1px 1px black;
    color: #C7C4DC;
    margin-bottom: 9px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn-purple {
    background-color: #473C8A;
    color: #C7C4DC;
    margin-bottom: 9px;
    text-shadow: 1px 1px black;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn-purple:hover {
    background-color: rgb(71, 60, 138, 0.9);
    text-shadow: 1px 1px black;
    margin-bottom: 9px;
    color: #C7C4DC;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }

  .btn-purple2 {
    background-color: #473C8A;
    color: #C7C4DC;
    margin-bottom: 9px;
    text-shadow: 1px 1px black;
    padding: 5px 15px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn-purple2:hover {
    background-color: rgb(71, 60, 138, 0.9);
    text-shadow: 1px 1px black;
    margin-bottom: 9px;
    color: #C7C4DC;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px 15px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }

  .btn-light-green {
    background-color: #6d999e;;
    text-shadow: 1px 1px black;
    margin-bottom: 9px;
    color: #BDD6D3;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn-light-green:hover {
    background-color: rgb(121,183,190,0.8);
    text-shadow: 1px 1px black;
    color: #BDD6D3;
    margin-bottom: 9px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn-green {
    background-color: rgb(33,136,148);
    color: #BDD6D3;
    margin-bottom: 9px;
    text-shadow: 1px 1px black;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn-green:hover {
    background-color: rgb(33,136,148, 0.8);
    text-shadow: 1px 1px black;
    color: #BDD6D3;
    margin-bottom: 9px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }

  .btn-lila {
    letter-spacing: 1.1px;
    font-weight: 600;
    margin-bottom: 15px;
    background: transparent;
    color: white;
    border: 1px solid #fff;
    transition: all .35s cubic-bezier(.77,0,0,.96);
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }

  .btn-lila:hover {
    background: white;
    color: #473C8A;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }

  .streamer_buttons_content .bullet2 {
    color: #4d9fa9;
  }

  .img-container2, .img-container3, .img-containerBBL_ICT, .img-container4{
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  @media only screen and (max-width: 600px) {

    .contentColumnBlok_Student_info{
      width: 65%;
    }
    .container_leerbedrijf {
       position: relative;
       height: 1100px;
    }
    .row_leerbedrijf {
      top: 680px;
      left: 22px;
    }
    .img-container2 {
      margin-top: 280px;
      padding-bottom: 0px!important;
    }

    #BPVContract  {
      padding-bottom: 0px!important;
    }

    #Portfiolio {
      padding: 0px!important;
    }

    .portfolio_lastColumn {
      margin-top: 25px;
    }

    .row_contractduur {
      margin-top:0px!important;
      text-align: left;
    }
    .row_contractduur div {
      margin-top: 10px!important;
    }
    .contractduurItem {
      height: auto!important;
    }
    .main-title-Verschillen, .main-title-Overzicht, .wrapperBegeleiding, .main-title {
        width: 100%; 
    }
    .img-problemen {
      margin: 0px!important;
    }
    .row_ZiekteAfwezig img {
      margin-bottom: 20px;
    }
    .btn-light-purple, .btn-purple{
      margin-bottom: 10px;
    }
    .modal-body_tips {
      margin: 10px;
    }
  }

/* =================================== EIND PAGINA STUDENT ADMINISTRATIE ====================================== */

/* ===================================BEGIN PAGINA OPLEIDING ICT ====================================== */
 
  .container_leerbedrijf2 {
     position: relative;
     height: 460px;
  }
  .WerkzaamhedenHeader {
    margin-left: -20px;
  }
  .werkzaamhedenItem {
    background-color: rgb(195, 82, 83, 0.2);
    margin-top: 10px;
    padding: 20px;
    padding-top: 35px;
    height: 230px; 
    position: relative;
    overflow: hiden;
  }

  .werkzaamhedenItem .scrollable-content, .SamenwerkingItem .scrollable-content{
      height: 100%; /* Vul de volledige hoogte van de container */
      overflow-y: auto; /* Scrollbaar maken */
      padding-bottom: 30px; /* Zorg ervoor dat de scrollbare content niet over de absolute tekst heen komt */
  }

  .werkzaamhedenItem .fixed-text, .SamenwerkingItem .fixed-text{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; /* Tekst over de volledige breedte van het blok */
      z-index: 1; /* Zorg ervoor dat de tekst boven de scrollbare content wordt weergegeven */
      padding: 10px; /* Voeg padding toe als dat nodig is */
  }
  .containerKerntaken a {
    color: rgb(71, 60, 138);
    text-decoration: none;
  }
  .containerKerntaken a:hover {
    color: rgb(71, 60, 138, 0.4);
  }
  .modal-kerntaken {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: rgb(135,128,179);
    letter-spacing: 3px;
  }
  .modal-kerntaken .fa-arrow-right {
    flex: 0 0 auto;
    margin-right: 15px;
    transition: transform .35s cubic-bezier(.77,0,0,.96);}

  .modal-kerntaken:hover .fa-arrow-right{
     color: #473C8A;
     transform: translateX(10px); /* Verplaats de pijl naar rechts bij hover */}

  .modal-kerntaken:hover{
    color: #473C8A;
  }
  .ExamenPlan .modal-title{
    color: rgb(199,196,220);
    text-shadow: 2px 2px black;
    letter-spacing: 3px;
  }
   .ModalArrow {
    position: absolute;
    bottom: 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: rgb(135,128,179);
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 1px 1px #473C8A;
    color: #C7C4DC;
  }
   .ModalArrow .fa-arrow-right {
    flex: 0 0 auto;
    margin-right: 12px;
    transition: transform .35s cubic-bezier(.77,0,0,.96);
  }
  .ModalArrow:hover .fa-arrow-right{
     color: #473C8A;
     transform: translateX(10px); /* Verplaats de pijl naar rechts bij hover */}
  .ModalArrow:hover {
    color: #473C8A;
    text-shadow: none;
  }
  a .ModalArrow {
    position: absolute;
    bottom: 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: rgb(135,128,179);
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 1px 1px #473C8A;
    color: #C7C4DC;
  }
   a .ModalArrow .fa-arrow-right {
    flex: 0 0 auto;
    margin-right: 12px;
    transition: transform .35s cubic-bezier(.77,0,0,.96);
  }
  a .ModalArrow:hover .fa-arrow-right{
     color: #473C8A;
     transform: translateX(10px); /* Verplaats de pijl naar rechts bij hover */}
  a .ModalArrow:hover {
    color: #473C8A;
    text-shadow: none;
  }
.modalWerkzaamheden .modal-content,
 .modalKerntaken .modal-content {
  border-radius: 0px;
  padding: 30px;
  }

.modalExamenplan1 .modal-content {
  border-radius: 0px;
  padding: 19px;
  }

 .modalWerkzaamheden .modal-body {
    background-color: #C7C4DC;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin-bottom: 15px;
 } 
 .modalWerkzaamheden2 .modal-content {
  border-radius: 0px;
  padding: 20px;
 }
 .modalWerkzaamheden2 .modal-body {
    background-color: #C7C4DC;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin-bottom: 15px;
 } 
 .modalWerkzaamheden .modal-header, .modalWerkzaamheden2 .modal-header {
  border-bottom: none;
 }
 .modalWerkzaamheden .modal-footer, .modalWerkzaamheden2 .modal-footer{
  border-top: none;
 }
 .modalWerkzaamheden .tekstPurple, .modalWerkzaamheden2 .tekstPurple {
  font-size: 19px;
  text-shadow: 1px 1px grey;
  color: rgb(71,60,138, 0.6);
 }
 .modalWerkzaamheden a, .modalWerkzaamheden2 a {
  color: #C35253;
  text-decoration: none;
 }
 .modalWerkzaamheden a:hover, .modalWerkzaamheden2 a:hover {
  color: rgb(71,60,138, 0.8);
 }
 .modalWerkzaamheden ul {
  margin-top: 10px;
  margin-bottom: 20px;
 }
  .Modal_subtitle {
    font-size: 14px;
    font-weight: 500;
    color: rgb(160,155,196, 0.6);
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  .modalWerkzaamheden .bullet {
    letter-spacing: 1px;
    color: rgb(135,128,179);
    font-weight: 600;
  }
  .streamer_buttons_content .bullet {
    letter-spacing: 1px;
    color: rgb(135,128,179);
    font-weight: 600;
  }
  .styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  .styled-table thead th {
    background: #473C8A;
    color: #ffffff;
    text-align: left;
  }
  .styled-table th,
  .styled-table td {
      padding: 12px 15px;
  }
  .styled-table .werkproces td {
    font-style: italic;
  }
  .styled-table .table-color th,
  .styled-table .table-color td {
      background-color: rgb(199,196,220, 0.5);
      background-color: rgb(243,220,221,0.7);
  }
   .styled-table .table-color2 th,
   .styled-table .table-color2 td{
    background-color: rgb(148,210,189,0.2);
    background-color: rgb(243,220,221,0.2)
   }
  .styled-table tbody tr:last-of-type {
      border-bottom: 4px solid #C7C4DC;
  }
  .card_examenplan .card {
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 530px;
  }
  .card_examenplan .card-header {
    background-color:#473C8A;
    border-radius: 0px;
    color: white;
    padding: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
  }
  .card_examenplan .card-body {
    padding: 20px;
  } 
  .portfolio a {
    color: #473C8A;
  }
  .portfolio a:hover{
    color: #218894;
  }
  .accordionStage {
    margin: 25px 0;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  .accordionStage .accordion-button:focus,
  .accordionStage .accordion-button:not(.collapsed) {
    font-size: 20px;
    background-color: #473C8A; /* Vervang door de gewenste achtergrondkleur */
    color: #C7C4DC; /* Vervang door de gewenste tekstkleur */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  .accordionStage .accordion-body {
    background-color: rgb(243,220,221,0.2);
    font-style: italic;
  }
  .containerPortfolio a, .streamer_buttons_content a{
    color: #7E76AD;
    text-decoration: none;
  }
  .containerPortfolio a:hover{
    color: #C7C4DC;
  }
  .streamer_buttons_content a:hover {
    color: rgb(135,128,179,0.6);
  }
  .portfoliocolumn, .portfoliocolumn2 {
    background-color: rgb(71,60,138, 0.7); 
    color: white; 
    padding-top: 100px; 
    padding-bottom: 100px; 
    padding-left: 50px; 
    padding-right: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }


  @media only screen and (max-width: 600px) {
    .werkzaamhedenItem {
      height: 285px;
    }

    .container_leerbedrijf2 {
     position: relative;
     margin-top: -10px!important;
     height: 1280px;
    }
    .img-containerBBL_ICT {
      margin-top: 0px;
    }

    #BPVContract {
      padding: 0px!important;
    }
    .card_examenplan .card {
      border-radius: 0px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      height: 800px;
    }
    .containerPortfolio div {
      margin-left: 0px!important;
    }
    .portfoliocolumn2 {
      display: none;
    }
  }

   /* -------------------------------------------- WRAPPER portfolio ------------------------------------------*/

   .wrapperPortfolio .main-title {
     margin-bottom: 30px;
     text-align: left;
     font-family: 'Abril Fatface', cursive;
     font-size: 30px;
     color: #473C8A;
     display: flex;
     justify-content: center;
     align-items: center;
  }

   .wrapperPortfolio {
     width: 100%;
     margin: auto;
  }

   @media (max-width: 768px) {
     .wrapper {
       width: auto;
       padding: 30px;
    }
  }
   .wrapperPortfolio input[type='radio'] {
     display: none;
  }
   .wrapperPortfolio input[type='radio']:checked + .item .title {
     font-family: 'Source Sans Pro', sans-serif;
     color: #fff;
     border-color: #473C8A;
     background-color: #473C8A;
     text-shadow: 1px 1px black;
  }
   .wrapperPortfolio input[type='radio']:checked + .item .title:after {
     transform: rotate(180deg);
  }
   .wrapperPortfolio input[type='radio']:checked + .item .content {
     font-family: 'Source Sans Pro', sans-serif;
     margin-top: 25px;
     margin-bottom: 25px;
     height: auto;
     opacity: 1;
     visibility: visible;
     transition: all 0.3s, opacity 0.7s;
  }

   .wrapperPortfolio .item {
     font-family: 'Source Sans Pro', sans-serif;
     display: block;
     margin-bottom: 10px;
  }
   .wrapperPortfolio .title {
     font-family: 'Source Sans Pro', sans-serif;
     padding: 10px 30px;
     border-radius: 30px;
     color: #473C8A;
     border: 1px solid;
     font-weight: bold;
     cursor: pointer;
     transition: all 0.2s;
     display: flex;
     justify-content: space-between;
     align-items: center;
  }
   .wrapperPortfolio .title:after {
     font-family: 'Source Sans Pro', sans-serif;
     content: '\25bc';
     display: inline-block;
     font-size: 12px;
  }
  .wrapperPortfolio .title:hover{
    font-family: 'Source Sans Pro', sans-serif;
    background-color: rgb(199,196,220);
  }
   .wrapperPortfolio .content {
     font-family: 'Source Sans Pro', sans-serif;
     width: 95%;
     margin: 0 auto;
     padding: 0 30px;
     font-size: 16px;
     line-height: 1.6;
     color: #473C8A;
     border: 1px solid;
     border-width: 0 1px;
     height: 0;
     opacity: 0;
     visibility: hidden;
     transition: all 0.2s;
  }

  .btn-lichtpaars {
    margin-top: 13px;
    margin-right: 5px;
    background-color: rgb(71,60,138, 0.2);
    text-shadow: 1px 1px rgb(71, 60, 138, 0.2);
    color: #473C8A;
  }
  .btn-lichtpaars:hover {
    background-color: rgb(216,210,226, 0.4);
    text-shadow: 1px 1px rgb(71, 60, 138, 0.2);
    color: #473C8A;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
   .row_motivatie .bullet {
    letter-spacing: 1px;
    color: rgb(135,128,179);
    font-weight: 600;
  }

  .containerPortfolio a {
    color: #C35253;
    text-decoration: none;
  }

  .containerPortfolio a:hover {
    color: rgb(135, 128, 179);
  }

  .linkPortfolio a { 
    color:rgb(135,128,179);
  }

  .linkPortfolio a:hover {
    color: #473C8A;
  }
  
  .PortfolioBlok {
    background-color: #C7C4DC;
    padding: 30px;
    padding-top: 40px;
  }

 @media only screen and (max-width: 600px) {
  .Header_Student_info, .contentColumn-Header, .Header_BBL, .Header_Bedrijven_info  {
    font-size: 30px;
  }

  .Header_Bedrijven_info {
    word-break: break-word;
  }
}

 @media (max-width: 768px) {

    .container_homeFAQ, .containerBenefits, .containerBegeleiding {
      padding-right: 0px!important;
      padding-left: 0px!important;
    }

    .container_homeFAQ .homeFAQ_tekst, .containerBenefits .containerBenefits_tekst, 
    .wrapperTips_tekst, .containerBegeleiding .Begeleiding_tekst{
      padding-right: 30px!important;
      padding-left: 30px!important;
    }

    .wrapperTips_Items, .wrapperBenefits_items {
      padding-right: 5px!important;
      padding-left: 5px!important;
    }

    .ModalBBL .modal-content {
      padding: 8px!important;
    }


    .ModalBBL .modal-body {
      padding-left: 0px!important;
      padding-right: 0px!important;
    }

    .wrapperTips .content, .wrapperBenefits .content {
      padding: 0px 7px;}

    .PortfolioBlok {
      padding: 8px;
    }
    .PortfolioBlok .portfolio_startTekst {
      padding-top: 30px;
      padding-right: 20px;
      padding-left: 20px;
      padding-bottom: 20px;
    }

    .ExamenplanButtons .btn-purple2 {
      margin-bottom: 0px!important;
      margin-top: 2px!important;
    }

    .ExamenplanButtons1 .btn-purple2 {
      margin-right: 4px;
    }

  }


/* =================================== EIND PAGINA OPLEIDING ICT ====================================== */

/* =================================== BEGIN FAQ ====================================== */
     .containerFAQ {
         height: 1400px;
     } 
     .lightgreen_background {
         background-color: #BDD6D3;
         width: 100% !important;
         margin-left: 0 !important;
         margin-right: 0 !important;
         height: 420px;
         z-index: -9999;
     }

     .row_relative {
         position: relative;
         margin-top: 380px;
     }

     .FAQIMG {
         position: absolute;
         top: -75%;
         right: 10%;
         z-index: -99;
     }

     .colAccordionFAQ {
         position: absolute;
         top: 35%;
         left: 12%;
     }

     .accordion_FAQ {
         height: 510px;
         margin: 30px;
         box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     }

     .accordion_FAQ .accordion-button {
         color: #459BA5;
         font-weight: bold;
         font-size: 16px;

     }

     .accordion_FAQ .accordion-item:first-of-type>.accordion-header .accordion-button {
         border-top-left-radius: 0px!important;
         border-top-right-radius: 0px!important;
     }

     .accordion_FAQ .accordion-button:not(.collapsed)  {
           color: white;
         text-shadow: 1px 1px black;
         background-color: #459BA5!important;
         border-radius: 0px!important;
         border-top-left-radius: 0px!important;
         border-top-right-radius: 0px!important;
         box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
     }

     .accordion_FAQ .accordion-button:hover {
         background-color: #459BA5!important;
         color: white;
         text-shadow: 1px 1px black;
     }

     .accordion_FAQ .accordion-item, .accordion_FAQ .accordion, .accordion_FAQ .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
         border-radius: 0px!important;
         border: none!important;
     }

     .accordion-button:not(.collapsed)::after {
         color: white!important;
     }

     .accordion_FAQ  .accordion-button:focus {
         box-shadow: none;
         border-color: rgba(0,0,0,.125);
     }

     @media (max-width: 767px) {

         .containerFAQ {
             height: 1100px;
         } 
         .row_relative {
             margin-top: 170px;
         }
         .FAQIMG {
             top: -35%;
             right: 0;
         }
         .colAccordionFAQ {
             top: 30%;
             left: 0;
         }

         .accordion_FAQ {
             margin: 0px;
         }  
 }

 @media (min-width: 1800px) {
    .lightgreen_background {
        height: 480px;
    }
 }
/* =================================== EIND FAQ ====================================== */

/* =================================== START BEDRIJVEN ====================================== */
  
  .contentColumnBlok_Bedrijven_info{
    color: white;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: #214e94;
    width: 35%;
    padding: 8px;
    margin-bottom: 15px;
    letter-spacing: 3px;
  }

  .Header_Bedrijven_info{
    color: #214e94;;
    margin-bottom: 10px;
    font-family: 'Abril Fatface', cursive;
    font-size: 35px;
    font-weight: 200;
  }

  .container_samenwerking {
   position: relative;
   height: 380px;
  }

  .row_samenwerking {
   position: absolute;
   top: 280px;
   right: 60px;
  }

  .cardBedrijven1, .cardBedrijven2 {
     color: white;
     background-color: #214e94;
     padding: 30px;
     margin: 10px;
     font-size: 15px;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .cardBedrijven1 h3, .cardBedrijven2 h3 {
    text-shadow: 1px 1px black;
  }

  .row_samenwerking  .ModalArrow {
    color: #a6b8d4;
    margin-bottom: 14px;
  }

  .row_samenwerking .ModalArrow:hover,
  .row_samenwerking .ModalArrow:hover .fa-arrow-right {
    color: #d2dbe9;
  }

  .SamenwerkingItem .ModalArrow {
    color: #214e94;
    text-shadow: none;
  }

  .SamenwerkingItem .ModalArrow:hover,
  .SamenwerkingItem .ModalArrow:hover .fa-arrow-right {
    color: rgb(33,78,148, 0.6);
  }

  .ErkenningBlok {
    background-color: #A6B8D4;
    padding: 60px;
    padding-top: 40px;
    margin:50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .containerErkenning .fa-check{
    color: #218894;
    font-size: 30px;
  }

  .row_Stageplaatsen .fa-check{
    color: #A6B8D4;
    text-shadow: 1px 1px 1px #214e94;
    font-size: 20px;
  }

  .containerErkenning .RowColumn{
    margin-left: 20px;
    margin-bottom: 40px;
  }

  .btn-blue {
    background-color: rgb(33,78,148);
    color: #bcc9de;
    margin-bottom: 9px;
    text-shadow: 1px 1px black;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn-blue:hover {
    background-color: rgb(33,78,148, 0.8);
    text-shadow: 1px 1px black;
    color: #bcc9de;
    margin-bottom: 9px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }

  .btn-lightblue {
    background-color: #6383b4;
    color: #bcc9de;
    margin-bottom: 9px;
    text-shadow: 1px 1px black;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn-lightblue:hover {
    background-color: rgb(99,131,180, 0.8);
    text-shadow: 1px 1px black;
    color: #bcc9de;
    margin-bottom: 9px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
  }

  .Modal_Erkenning .modal-content, .Modal_bedrijvenContact .modal-content{
    border-radius: 0px;
    padding: 30px;
    }

  .Modal_Erkenning .Modal_subtitle, .call-to-action-bedrijven, .Modal_bedrijvenContact .Modal_subtitle{
    font-size: 14px;
    font-weight: 500;
    color: #bcc9de;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

   .Modal_Erkenning .modal-body {
      background-color: rgb(166,184,212, 0.8);
      padding: 30px;
      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
      margin-bottom: 15px;
   } 

  .Modal_Erkenning .modal-footer, .Modal_bedrijvenContact .modal-footer {
    border-top: none;
    }

  .Modal_Erkenning .tekstDarkblue, .Modal_bedrijvenContact .tekstDarkblue{
    font-size: 17px;
    text-shadow: 1px 1px #214e94;
  }

  .Modal_Erkenning .bullet, .Modal_bedrijvenContact .bullet {
    letter-spacing: 1px;
    color: #6383b4;
    font-weight: 600;
  }

  .Modal_Erkenning a, .Modal_bedrijvenContact a {
    color: #b46383;
    text-decoration: none;
  }

  .Modal_Erkenning a:hover, .Modal_bedrijvenContact a:hover {
    color: #7994be;
  }

  .card_stageplaatsen .card{
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width:;
    height: 600px;
    overflow: auto;
  }
  .card_stageplaatsen .card-header {
    background-color:#214E94;
    border-radius: 0px;
    color: white;
    padding: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
  }
  .card_stageplaatsen .card-body {
    padding: 20px;
  } 
  .card_stageplaatsen .bullet, .row_Stageplaatsen .bullet{
    color: #214E94;
    letter-spacing: 1.1px;
    font-weight: 600;
    line-height: 20px;
    font-size: 17px;
  }

  .SamenwerkingItem {
    background-color: #b8d4a6;
    margin-top: 10px;
    padding: 20px;
    padding-top: 35px;
    height: 225px;
    overflow: auto;
  }

  .contactForm_bedrijven {
    background-color: rgb(166,184,212, 0.8);
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin-bottom: 15px;
  }

  .contactForm_bedrijven input, .contactForm_bedrijven textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 17px;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s;
    border-bottom: 1px solid grey;
  }

  .contactForm_bedrijven input::placeholder, .contactForm_bedrijven textarea::placeholder{
    font-size: 13px;
  }

  .contactForm_bedrijven label{ 
    font-size: 18px;
    color: #214e94;
    font-weight: bold;
  }

  .contactForm_bedrijven textarea {
    height: 100px;
  }

  @media (max-width: 1450px) {
      .ErkenningBlok {
        margin:0px;
      }

      .card_stageplaatsen .card {
          height: 740px;
          margin-bottom: 30px;
        }

      .SamenwerkingItem {
        height: 325px;
      }

      .container1SamenWerken .Header_Bedrijven_info {
        margin-top: 30px;
      }


  }
  
    @media (max-width: 768px) {
      .contentColumnBlok_Bedrijven_info {
            width: 71%;
          } 

      .container_samenwerking {
          height: 526px;
      }

      .row_samenwerking {
          top: 367px;
          right: 0px;
      }

      .SamenwerkingItem {
          height: 257px;
         }

      .img-container4 {
        margin-top: 406px;
        padding-bottom: 0px !important;
    }

    .ErkenningBlok {
        margin: 0px;
    }

    .card_stageplaatsen .card {
        height: 673px;
        margin-bottom: 15px;
      }

    #erkendLeerbedrijf, #Stageplaatsen {
      padding: 0px!important;
    }

    .containerContact {
      padding-top: 0px!important;
    }

    .col_contactform {
      margin-left: 0px!important;
    }
  }

  .scene2 {
    width: 700px;
    height: 700px;
    background-colorx: #BDD6D3;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    margin-bottom: 15px;
    perspective: 600px;
    }

  .card_contactform2 {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }

  .card_contactform2.is-flipped {
    transform: translateX(-100%) rotateY(-180deg);
  }

  .card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    padding: 50px;
    backface-visibility: hidden;
  }

  .card_contactform2 input, .card_contactform2 textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 17px;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s;
    border-bottom: 1px solid grey;
  }

  .card_contactform2 input::placeholder, .card_contactform2 textarea::placeholder{
    font-size: 0.8125rem;
  }

  .card_contactform2 label{ 
    font-size: 1.125rem;
    color: #214e94;
    font-weight: bold;
  }

  .card_contactform2 textarea {
    height: 100px;
  }

  .card__face--front2 {
    background: rgb(166,184,212, 0.8);
  }

  .card__face--back2 {
    background: #214e94;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center; /* Horizontaal centreren */
    align-items: center;    /* Verticaal centreren */
  }

  @media (max-width: 1400px) {
       .scene2 {
        width: 650px;
      height: 680px;
       }
    }

    @media (max-width: 1350px) {
       .scene2 {
        width: 550px;
      height: 650px;
       }
    }

    @media (max-width: 1170px) {
       .scene2 {
        width: 600px;
      height: 680px;
       }
    }
    
    @media (max-width: 768px) {
      .scene2 {
        width: 376px;
        height: 550px;
      padding: 0px;
      margin: auto;
      }

      .card__face--back2 {
        display: block; 
      }
    }


/* =================================== EIND BEDRIJVEN ====================================== */