.apelsun_important_text .text {
    overflow: hidden;
    position: relative;
}

.apelsun_important_text .text h1,
.apelsun_important_text .text h2,
.apelsun_important_text .text h3,
.apelsun_important_text .text h4,
.apelsun_important_text .text h5,
.apelsun_important_text .text h6 {
    margin: 0;
    margin-bottom: 30px;
    font-family: inherit;
    font-weight: 400;
}

.apelsun_important_text .text h1,
.apelsun_important_text .text h2,
.apelsun_important_text .text h3 {
    font-size: 18px;
    line-height: 18px;
}

.apelsun_important_text .text h4,
.apelsun_important_text .text h5,
.apelsun_important_text .text h6 {
    font-size: 16px;
    line-height: 16px;
}

.apelsun_important_text .text p {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 22px;
}

.apelsun_important_text.closed .text:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none;
}

.apelsun_important_text .readmore {
    text-align: center;
    cursor: pointer;
}

.apelsun_important_text .readmore span {
    text-align: center;
}

.apelsun_important_text .readmore .readmore-arrow {
    display: inline-block;
    width: 50px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    background-image: url('/modules/mod_apelsun_seotext/img/readmore.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}