.akkordeon {
    position: relative;
    background-color: #e9eaec;
    padding: 10px;
    overflow: hidden;
    margin: 1em 0;
}

.akkordeon-image {
    position: relative;
    z-index: 10;
    float: left;
    margin: -10px 10px 10px -10px;
}
.akkordeon h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.akkordeon .read-more {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    height: 45px;
    width: 100%;
    background-image: url(../Images/more-bg.png);
    background-position: 0 6px;
    background-repeat: repeat-x;

    text-align: right;
    padding: 20px 25px;
}

.akkordeon.isopen {
    padding-bottom: 45px;
}
.akkordeon .read-more a {}
