#facts {
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

.introtext-readmore {
    position: relative;
}

.introtext-rest {
    float: left;
}

.introtext-readmore:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.introtext-readmore.aktiv:before {
    display: none;
}

.nichtanzeigen {
    display: none;
}