.container-accordeon {
    border: 1px solid #0856AD;
    padding: 20px;
    background-color: #edf0f3;
    position: relative;
}

.container-accordeon td {
    padding-top: 20px;
    background-color: #edf0f3;
}
.container-accordeon .news-single-item.lepurpose-single-item {
    margin-top: 2em
}
.container-accordeon.loading {
    background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.close-accordeon {
    width: 20px;
    height: 20px;
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 4px;
    z-index: 1;
}

.rte_text.label-layout_text {
    margin-bottom: 0.2em
}

.isLoading {
    opacity: 0.5;
}

.leipzig-tabs-type-1.le-purpose .embed-container {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    max-width: 100%;
}
.leipzig-tabs-type-1.le-purpose .embed-container iframe,
.leipzig-tabs-type-1.le-purpose .embed-container object,
.leipzig-tabs-type-1.le-purpose .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.leipzig-tabs-type-1.le-purpose small {
    position: absolute;
    z-index: 40;
    bottom: 0;
    margin-bottom: -15px;
}

.leipzig-tabs-type-1.le-purpose .tab-content {
    border: 0;
}

html {
    scroll-padding-top: 200px;
}
