p {
  vertical-align: middle; 
  text-align: justify;
}

.section h4, h3, h2 {
  padding-top: 65px !important;
  margin-top: -50px !important;
}

/* overrulen van standaardinstelling mbt TOC-breedte */
div.tocify {
    width: 20%;
    max-width: 325px;
    max-height: 95%;
}

/* custom gemaakt: extra brede pagina */
div.main-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

div.inhoudsopgave {
  background-color: rgba(68, 110, 155, .75);
  color: #eeeeff;
  font-size: 16px;
  padding: 5px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* Tooltip container */
.tt {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

/* Tooltip text */
.tt .ttt {
  visibility: hidden;
  width: 300px;
  background-color: #d9e1f1;
  color: #000;
  text-align: left;
  border-radius: 30px;
  padding: 5px 25px;
  
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -150px;
  
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tt .ttt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tt:hover .ttt {
  visibility: visible;
  border: 3px solid #555;
  opacity: 1;
}


/* CSS voor inklapbare vraagblokken */

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: rgba(0, 54, 160, 0.25);
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 2px solid #aaa;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
collapsible:hover {
  background-color: rgba(0, 54, 160, 0.15);
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 18px;
  display: none;
  overflow: hidden;
  background-color: rgba(0, 54, 160, 0.15);
}


/* linker kolom (met doorlopende tekst) */
.lk {
  width: 82%;
}

/* middelste kolom */
.mk { 
  width: 3%;
}

/* rechter kolom */
.rk {
  vertical-align: top;
  text-align: right;
}

/* samenvatting in rechter kolom */
.sv{
  border-style: dashed;
  border-color: #ddd;
  padding: 5px;
  font-size: 90%;
}

/* Tooltip container */
.tt {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}


/* Tooltip text */
.tt .ttt {
  visibility: hidden;
  width: 300px;
  background-color: #d9e1f1;
  color: #000;
  text-align: left;
  border-radius: 30px;
  padding: 5px 25px;
  
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -150px;
  
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tt .ttt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tt:hover .ttt {
  visibility: visible;
  border: 3px solid #555;
  opacity: 1;
}

