.onderwerp{
    width: 100%;
    height: 5px;
}

.card-content{

    font-size: 15px;
}

.card-content2{
    font-size: 14px;
}

.pfimg{
    border-radius: 10%;
}

.pfimgr{
    margin-top: 7px;
}

.commentpfinfo{
    margin-left: 10px;
    width: 100%;
}

.reactiehead{
    margin-left: 10px;
}



.comment {
    display: none;
    overflow: hidden;
    margin: auto;
    width: 100%;
  }

  .dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Dots */

  
  .three-dots:after {
    cursor: pointer;
    color: black;
    content: '\f141';
    font-size: 20px;
  }
  

  
  .dropdowndots {
    position: absolute;
    right: 10px;
    outline: none;
    opacity: 0;
    z-index: -1;
    max-height: 0;
    transition: opacity 0.1s, z-index 0.1s, max-height 5s;
    background-color: black;
  }
  
  .dropdowndots-container:focus {
    outline: none;
  }
  
  .dropdowndots-container:focus .dropdowndots {
    opacity: 1;
    z-index: 100;
    max-height: 100vh;
    transition: opacity 0.2s, z-index 0.2s, max-height 0.2s;
  }

  .clickable{
      cursor: pointer;
  }

  .actiefdots{
      background-color: white;
      color: black;
      border: 1px solid rgba(187, 186, 186, 0.493);
  }