#telemann-wrapper {
    word-break: break-word;
}

.general-informations-row {
    padding-bottom: 20px;
}

.gnd-link {
    margin-left: 20px;
    vertical-align: bottom;
}

.text-right {
    text-align: right;
}

svg#xml-file-icon {
    max-width: 30px;
}

.badge {
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 50px;
}

.border-line-top {
    border-top: 1px solid #D6D6D6;
}

.back-to-search {
    color: #ffffff !important;
}

.hr-color {
    display:block;
    height: 1px;
    border:0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.telemann-posts-wrapper .post {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.pagination-wrapper {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.text-right {
    text-align: right;
}

.pagination-wrapper .search-results, .pagination-wrapper .sorting-options {
    margin: 20px auto;
    display: inline-flex;
}

.select-field {
    display: inline-block;
    width: auto;
    background-color: white;
    border: 0;
    padding: 0 10px;
}

.text-end {
    text-align: end;
}

.accordion-wrapper input {
    display: none;
}

.accordion-content {
    padding-bottom: 40px;
}

.accordion-wrapper input + label + .accordion-content {
    display: none;
}

.accordion-wrapper label {
    transition: ease .5s;
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
}

.accordion-wrapper input:checked + label + .accordion-content {
    display: block;
}

.accordion-wrapper label::before {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100'%3E%3C!-- Generator: Adobe Illustrator 29.2.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 108) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23707070; %7D %3C/style%3E%3C/defs%3E%3Crect class='st0' x='47.2' width='5.5' height='100'/%3E%3Crect class='st0' y='47.3' width='100' height='5.5'/%3E%3C/svg%3E");
    position: absolute;
    left: 10px;
    top: -5px;
    font-size: 2rem;
    color: #AF1917;
    width: 20px;
}

.accordion-wrapper input:checked + label::before {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100'%3E%3C!-- Generator: Adobe Illustrator 29.2.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 108) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23707070; %7D %3C/style%3E%3C/defs%3E%3Crect class='st0' y='47.3' width='100' height='5.5'/%3E%3C/svg%3E");
    position: absolute;
    left: 10px;
    top: -5px;
    font-size: 2rem;
    color: #AF1917;
}

.accordion-wrapper {
    border-top: 1px solid #D6D6D6;
    padding-top: 20px;
}

.accordion-content {
    padding-top: 20px;
}
