.art-lining-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    position: relative;
}
.taxonomy-header {
    width: 100%;
    text-align: center;
}
/* .taxonomy-list {
    transform: rotate(90deg) translate(30px, -50%);
    transform-origin: left top;
} */
.taxonomy-btn {
    padding: 0;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1.75rem;
    font-family: var(--font-heading-bold);
    text-transform: uppercase;
    margin-left: 2rem;
}
button.taxonomy-btn.active {
    border-bottom: 1px solid;
}
.art-lining-content {
    display: flex;
    margin-top: 3rem;
    position: relative;
}

.taxonomy-list {
    width: 20%;
    margin-right: 0;
    /* display: flex;
    flex-direction: column; */
}
.art-lining-detail {
    width: 80%;
}

.post-item {
    cursor: pointer;
    padding: 0px;
    transition: background 0.3s;
    letter-spacing: 0.1rem;
    display: inline-block;
    width: fit-content;
    border-bottom: 1px solid transparent;
}
.post-item:hover span, .post-item.active span{
    border-bottom: 1px solid #fff;
    font-family: var(--font-heading-bold);
}
p.post-item {
    opacity: 1 !important;
    width: 100%;
    border: 0;
}
img.art_lining_slider_inner {
    max-height: 17.1rem;
    float: right;
}
.art_lining_content {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}
.content-list-post {
    max-width: 53%;
    flex-basis: 53%;
}
.slider_image_custom.art_lining_slider {
    max-width: 47%;
    flex-basis: 47%;
}
.content-list-post-inner {
    max-width: 27rem;
    margin-left: auto;
}

.loading-overlay {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    display: flex
;
    z-index: 999;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    justify-content: center;
    margin-top: 4rem;
}
.text-mit {
    display: flex;
}
.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.content-list-post-inner h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
    font-family: var(--font-heading-bold);
}
.content p {
    font-size: 0.8125rem;
    letter-spacing: 0.01rem;
}
.text-mit h4 {
    font-size: 0.8125rem;
    letter-spacing: 0.01rem;
    display: block;
    width: fit-content;
    margin-right: 3rem;
}
.kombiniert_mit_img {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.kombiniert_mit_img img {
    width: 4.6875rem;
    margin-right: 0.625rem;
    max-height: 3.125rem;
    object-fit: cover;
}
h4.taormina {
    font-family: var(--font-text);
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.taxonomy-list {
    max-height: 288px;
    overflow-y: auto;
    position: relative;
}
.arrow-down {
    display: none;
    position: absolute;
    bottom: -1.875rem;
    left: 1rem;
    cursor: pointer;
    padding: 0;
    background: url(/wp-content/uploads/2025/03/Component-32-–-12.svg) no-repeat center / contain;
    color: white;
    border: none;
    border-radius: 5px;
    width: .75rem;
    height: 1.75rem;
}
.taxonomy-list::-webkit-scrollbar {
    display: none;
}
button.arrow-down.arrow-down-right {
    font-size: 1rem;
    letter-spacing: 1.6px;
    font-family: var(--font-heading-light);
    font-weight: normal;
    width: fit-content;
    background-image: none;
    right: 11.5rem;
    left: auto;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    border-radius: 0;
    padding: 0;
}