.kliste-headline > h1, .kliste-headline > h2, .kliste-headline > h3, .kliste-headline > h4, .kliste-headline > h5, .kliste-box > h6, .kliste-box > .h1, .kliste-box > .h2, .kliste-box > .h3, .kliste-box > .h4, .kliste-box > .h5, .kliste-box > .h6 {
    padding: 0;
}

.kliste-box{
    margin: 10px 0;
    width: 100%;
    min-height: 50px;
    float: left;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
}

.kliste-headline{
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.kliste-btn .kliste-status-icon{
    width: 50px;
    height: 50px;
    display: block;
    float: left;
}

.kliste-btn .kliste-status-icon{
    float: right;
}

.kliste-btn{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    z-index: 2;
    display: none;
    cursor: pointer;
    background-color: #fff;
}
.kliste-content{
    width: 100%;
    float: left;
    margin:50px 0 0 0;
    box-sizing: border-box;
    position: relative;
    padding: 0 10px 10px 10px;
}

.arrow-down{
    background-image: url('../Icons/accordeon/btn-show-content.svg');
    transform: rotate(0deg);
    transition: .5s;
}
.arrow-up{
    background-image: url('../Icons/accordeon/btn-show-content.svg');
    transform: rotate(135deg);
    transition: .5s;
}


.kliste-content .rw-youtube-wrap{
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 0px) and (max-width: 5200px) {
    .kliste-btn{
        display: block;
    }

    .kliste-content{
        /*display: none;*/
    }
}