.diakonie-teaser-container{
    position: fixed;
    top: 50vh;
    transform: translateY(-50%);
    z-index: 1000;
    right: 0;
    max-width: 0;
    transition: max-width 0.3s ease-in-out;
}
.diakonie-teaser-container .handle{
    color: #009bdc;
    background: #fff;
    font-size: 20px;
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    left: -1.5em;
    top: calc(50% - 0.75em);
    text-align: center;
    font-weight: bold;
}
.diakonie-teaser{
    background: #fff;
    margin-bottom: 10px;
    border-bottom: 2px solid #009bdc;
}
.diakonie-teaser > *:last-child{
    margin-bottom: 0;
}
.diakonie-teaser-container.active{
    max-width: 100vw;
}

@media screen and (min-width: 600px){
    .diakonie-teaser-container{
        max-width: 100vw;
    }
    .diakonie-teaser-container .handle{
        display: none;
    }
}