/**
 * @version     CVS: 1.0.2
 * @package     com_ergon_downloads_new
 * @copyright   2020 Destiny Nederland
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Destiny Nederland <publicanda@destiny.nl>
 */
.documentenblok .uk-card:hover{
    border: 1px solid #3d3d3d;
    text-decoration: none;
}
.documentenblok a:hover{
    text-decoration: none;
}
.documentenblok .uk-card:hover .pijltje{
    transition: .5s;
    margin-top: 20px;
}
.documentenblok .question-title{
    align-items: flex-end !important;
    height: 50%;
    min-height: 75px;
}
.documentenblok .uk-grid{
    min-height: 75px;
}
.documentenblok h4{
    position: relative;
    bottom: -40px;
}
.documentenblok .pijltje{
    color: #707070;
    width: 60px;
}