html{
  overflow-y: auto !important;
}
/**********************************************************/
.assignment_content .kop1,
#vragen_container .kop1,
.assignment_content .kop1,
#vragen_container .kop2 {
  border-bottom: 1px solid #afb9bd;
}

.assignment_content .kop1,
#vragen_container .kop1,
.assignment_content .kop1 *,
#vragen_container .kop1 *,
.cke_editable p.kop1,
.cke_editable span.kop1,
.cke_editable li.kop1 {
  /* color: #606253; */
  font-size: 2.5rem !important;
}
.assignment_content .kop2,
#vragen_container .kop2,
.assignment_content .kop2 *,
#vragen_container .kop2 *,
.cke_editable p.kop2,
.cke_editable span.kop2,
.cke_editable li.kop2 {
  /* color: #606253; */
  font-size: 2rem !important;
}
.assignment_content .kop3,
#vragen_container .kop3,
.assignment_content .kop3 *,
#vragen_container .kop3 *,
.cke_editable p.kop3,
.cke_editable span.kop3,
.cke_editable li.kop3 {
  /* color: #606253; */
  font-size: 1.75rem !important;
}
.cke_editable a,
.assignment_content a,
.assignment_content .kop1 a,
.assignment_content .kop2 a,
.assignment_content .kop3 a {
  /* color: rgb(2, 130, 194); */
}

/**********************************************************/
.assignment_content .klein,
#vragen_container .klein,
.monitor_blok .klein,
.cke_editable p.klein,
.cke_editable span.klein,
.cke_editable li.klein,
.cke_editable ul.klein li {
  color: #666;
  font-size: 0.8rem !important;
  line-height: 1rem !important;
}
.klein {
  font-size: 0.8rem !important;
  line-height: 1rem;
}
/**********************************************************/
.assignment_content ol {
  color: #555;
}
.assignment_content ul:not(.cbt_vraag),
.cke_editable ul,
.assignment_content ul.bullet_groot,
.cke_editable ul.bullet_groot {
  /* list-style: none; */
   /* de ul img staat in leerplein.css dus WEGHALEN */
  /* list-style-image: none; */
  margin: 0px !important;
  padding: 0px !important;
  /* color: #555; */
}
.assignment_content ul.bullet_groot li,
.cke_editable ul.bullet_groot li {
  /* background: url(../images/listing_bullet.png) no-repeat left 0.25em; */
  padding: 0px 0px 0px 25px !important;
  margin: 5px 0px 5px 0px !important;
  /* min-height: 18px; */
  list-style: disc;
  list-style-position: inside;
}

.assignment_content ul.bullet_groot li,
.cke_editable ul.bullet_groot li,
.assignment_content ul.bullet_groot li a,
.cke_editable ul.bullet_groot li p {
  font-size: 1.8rem !important;
  line-height: 25px;
  font-weight: normal;
  color: #606253;
}
/**********************************************************/
.assignment_content ul:not(.cbt_vraag) li,
.cke_editable ul li {
  padding: 0px 0px 0px 0px !important;
  margin: 0 0 0.5em 30px !important;
  /* list-style: disc;
  list-style-position: outside; */
}

/**********************************************************/
.assignment_content .onzichtbaar {
  display: none;
}
.cke_editable p.onzichtbaar,
.cke_editable span.onzichtbaar {
  background-color: #f1f1f1;
  color: #cccccc;
}

.cke_editable .onzichtbaar:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cke_editable .onzichtbaar:hover:after,
.cke_editable .onzichtbaar:focus:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.cke_editable .onzichtbaar:after {
  content: "Onzichtbaar element";
  background: #718eb3;
  color: white;
  text-shadow: 0 -1px 0px #718eb3;
  padding: 8px 10px;
  font-size: 12px;

  white-space: nowrap;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  left: 3px;
  bottom: 0;
}

.assignment_content a.pag,
.cke_editable a.pag {
  /*directe link naar een pagina binnen de moduele*/
}
.assignment_content .niet_printen,
.cke_editable .niet_printen {
  /*dit deel niet printen*/
}

/*************************************************************************************DIKKE KNOPPEN*/
.assignment_content a.knop_rood,
.cke_editable a.knop_rood,
.assignment_content a.knop_groen,
.home_block_content a.knop_groen,
.cke_editable a.knop_groen {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 30px !important;
  height: 33px !important;
  font-size: 1.8rem !important;
  padding: 2px 0 0 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #f1f1f1;
}
.assignment_content a.knop_rood:hover,
.cke_editable a.knop_rood:hover,
.assignment_content a.knop_groen:hover,
.home_block_content a.knop_groen:hover,
.cke_editable a.knop_groen:hover {
  text-decoration: none;
  color: #000;
  border-left: 6px solid #eaeaea;
  background-color: #f3f3f3;
  padding-left: 6px !important;
}

.assignment_content a.knop_rood,
.cke_editable a.knop_rood {
  color: #e32628;
}
.assignment_content a.knop_rood:hover,
.cke_editable a.knop_rood:hover {
  background-color: #f3d7d8;
}
.assignment_content a.knop_groen,
.cke_editable a.knop_groen {
}
.assignment_content a.knop_groen:hover,
.cke_editable a.knop_groen:hover {
}

/*ico Font-Awesome*/
.assignment_content a.knop_rood:before,
.cke_editable a.knop_rood:before,
.assignment_content a.knop_groen:before,
.home_block_content a.knop_groen:before,
.cke_editable a.knop_groen:before {
  /*Font-Awesome*/
  display: inline-block;
  font: normal normal normal 20px/1 "Font Awesome 7 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  margin: 0 10px 0 0;
}

.assignment_content a.knop_rood:before,
.cke_editable a.knop_rood:before {
  color: #e32628;
}
.assignment_content a.knop_groen:before,
.home_block_content a.knop_groen:before,
.cke_editable a.knop_groen:before {
  color: #04a700;
}

#vragen_container a.vragenlijst,
.cke_editable a.vragenlijst {
  display: inline-block;
  font-size: 1.5rem;
  height: 40px;
  width: auto;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 0 1.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  background-color: #80c0e0;
}
#vragen_container a.vragenlijst:hover,
.cke_editable a.vragenlijst:hover {
  background-color: #0282c2;
  text-decoration: none;
}

#vragen_container a.vragenlijst::after,
.cke_editable a.vragenlijst::after {
  background-image: url(../../../images/btn_volgende_vorige_klein.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  background-position: -40px 0;
  content: " ";
  float: right;
}
/**************************************************************************************/

.assignment_content .blok_links,
.cke_editable div.blok_links,
.assignment_content .blok_rechts,
.cke_editable div.blok_rechts {
  background-color: rgba(255, 255, 255, 0.85);
  margin: 40px;
  width: 50%;
  padding: 30px;
  border: 1px solid #ccc;
  border-bottom-width: 3px;
}
.assignment_content .blok_links,
.cke_editable div.blok_links {
  float: left;
}
.assignment_content .blok_rechts,
.cke_editable div.blok_rechts {
  float: right;
}

.assignment_content .blok_midden,
.cke_editable div.blok_midden {
  background-color: rgba(255, 255, 255, 0.85);
  width: 80%;
  margin: 40px auto;
  position: relative;
  padding: 30px;
  border: 1px solid #ccc;
  border-bottom-width: 3px;
}

/*****************************************************************************uitklap listing*/

/*IN EN UITKLAPBARE TEKST*/
/*te klikken kopjes*/

.assignment_content ul.uit-in-schuifbaar > li,
.cke_editable ul.uit-in-schuifbaar > li,
.assignment_content ul.uitschuifbaar > li,
.cke_editable ul.uitschuifbaar > li {
  list-style: none;
  background-image: none;
}

.assignment_content ul.uit-in-schuifbaar > li:nth-child(odd),
.cke_editable ul.uit-in-schuifbaar > li:nth-child(odd),
.assignment_content ul.uitschuifbaar > li:nth-child(odd),
.cke_editable ul.uitschuifbaar > li:nth-child(odd) {
  cursor: pointer;
  padding: 0 !important;
  border-bottom: none !important;
  color: rgba(45, 155, 206, 1);
  text-decoration: underline;
}
/*uit te klappen tekst*/
.assignment_content ul.uit-in-schuifbaar > li:nth-child(even),
.assignment_content ul.uitschuifbaar > li:nth-child(even) {
  display: none;
  border-bottom: 1px solid rgba(45, 155, 206, 0.6);
  border-left: 1px solid rgba(45, 155, 206, 0.6);
  border-left: 1px solid rgba(45, 155, 206, 0.6);

  padding: 30px 0 0.5em 0.5em !important;
  margin: -30px 0 0 15px !important;
}
.cke_editable ul.uit-in-schuifbaar > li:nth-child(even),
.cke_editable ul.uitschuifbaar > li:nth-child(even) {
  opacity: 0.5;
}
.assignment_content ul.uit-in-schuifbaar > li:nth-child(even).uitgeklapt,
.assignment_content ul.uitschuifbaar > li:nth-child(even).uitgeklapt {
  display: list-item;
}

/*pijltjes voor kopjes*/
.assignment_content ul.uit-in-schuifbaar > li:nth-child(odd):before,
.cke_editable ul.uit-in-schuifbaar > li:nth-child(odd):before,
.assignment_content ul.uitschuifbaar > li:nth-child(odd):before,
.cke_editable ul.uitschuifbaar > li:nth-child(odd):before {
  font-family: "Font Awesome 7 Pro";
  font-size: 1.1em;
  content: "\f078";
  color: rgba(45, 155, 206, 0.6);
  width: 50px;
  display: inline-block;
}
.assignment_content ul.uit-in-schuifbaar > li:nth-child(odd):hover:before,
.assignment_content ul.uitschuifbaar > li:nth-child(odd):hover:before {
  color: rgba(45, 155, 206, 1);
}
.assignment_content ul.uit-in-schuifbaar > li:nth-child(odd).uitgeklapt:before,
.assignment_content ul.uitschuifbaar > li:nth-child(odd).uitgeklapt:before {
  content: "\f077";
}

/*
ul.uit-in-schuifbaar > li{clear:both;}
ul.uitschuifbaar > li{clear:both;}

ul.uit-in-schuifbaar > li:nth-child(even),
ul.uitschuifbaar > li:nth-child(even){
   display:none !important; 
   border-bottom:1px solid rgba(45, 155, 206, 0.6);
   border-left:1px solid rgba(45, 155, 206, 0.6);
   border-left: 1px solid rgba(45, 155, 206, 0.6);
   margin-left: 15px;
   padding: 30px 0 .5em .5em;
   margin-top: -40px;
}
ul.uit-in-schuifbaar > li:nth-child:before(odd),
ul.uitschuifbaar > li:nth-child:before(odd){
   font-family: 'Font Awesome 7 Pro';
   font-size:1.1em;
   content:'\f078';
   color: rgba(45, 155, 206, 0.6);
   width:50px;
   display:inline-block;
}

ul.uit-in-schuifbaar > li.sel,
ul.uitschuifbaar > li.sel{
   display:block !important;
}
.cke_editable ul.uit-in-schuifbaar > li,
.cke_editable ul.uitschuifbaar > li{
   opacity:.5;
}

.cke_editable ul.uit-in-schuifbaar > li.kop1,
.cke_editable ul.uit-in-schuifbaar > li.kop2,
.cke_editable ul.uit-in-schuifbaar > li.kop3,
.cke_editable ul.uitschuifbaar > li.kop1,
.cke_editable ul.uitschuifbaar > li.kop2,
.cke_editable ul.uitschuifbaar > li.kop3{
   color:#000;
}

ul.uit-in-schuifbaar > li.kop1,
ul.uit-in-schuifbaar > li.kop2,
ul.uit-in-schuifbaar > li.kop3,
ul.uitschuifbaar > li.kop1,
ul.uitschuifbaar > li.kop2,
ul.uitschuifbaar > li.kop3,
.cke_editable ul.uit-in-schuifbaar > li.kop1,
.cke_editable ul.uit-in-schuifbaar > li.kop2,
.cke_editable ul.uit-in-schuifbaar > li.kop3,
.cke_editable ul.uitschuifbaar > li.kop1,
.cke_editable ul.uitschuifbaar > li.kop2,
.cke_editable ul.uitschuifbaar > li.kop3{
   display:block !important;
   background: url("../images/listing_bullet.png") no-repeat 0 4px;
   cursor:pointer;
   margin-bottom:5px !important;
}
*/
.togglelist,
.faq-item {
  padding: 5px;
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
  position: relative;
}
.togglelist__title,
.togglelist__content,
.faq-item__title,
.faq-item__content {
  box-shadow: 0 1px 1px #ddd inset;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #fff;
}
.togglelist__title,
.faq-item__title {
  padding: 5px 8px;
  margin: 0 0 5px 0;
  border: 1px solid #cccccc;
  border-radius: 0;
  padding-left: 45px;
  line-height: 26px;
  height: 26px;
}
.faq-item .fal {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  top: 6px;
  left: 6px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  border-right: 1px solid #ccc;
}
.togglelist__content,
.faq-item__content {
  padding: 0 8px;
  border-radius: 0;
}
.cke_editable table{width: 80%;}
.cke_editable table *{color: #555555;}