/**
 * @copyright   (C) 2017 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

#view-fr-animals .animals-icon{
    max-height: 70px;
    max-width: 70px;
    border-radius: 0px;
}

#view-fr-animals .div-one-row{
    display: inline-block;
}

#view-fr-animals .marg-left{
    margin-left: 20px;
}

#view-fr-animals .div-one-row a{
    text-decoration: none;
}

#view-fr-animals .info-text-p-bottom{
    margin-top: 0.8rem;
}

#view-fr-animals .info-text-css{
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: inherit;
}

#view-fr-animals .card .card-title{
    height: 90px;
}

#view-fr-animals .card .card-title-feedback{
    height: 100px;
}

/* 
#view-fr-animals .card .card-text{
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  height: 180px;
}
*/

#view-fr-animals .card .card-body{
	padding: 0px;
}

#view-fr-animals .card .card-text{
  height: 180px;
}

/* button mehr erfahren*/
#view-fr-animals .animal-more-infobutton{
    padding-top: 1rem;
}

@media (min-width: 992px) {  
    #view-fr-animals .card .card-title{
        height: 100px;
    }
}