/* Blog */

.blogpage-container {
    padding-top: 2rem;
}

.blogpage-container h1 {
    padding-bottom: 2rem;
}

.blogpage-container .ctaelementst {
    background-color: #E2EDE9;
    padding: 3rem;
    margin-bottom: 3rem;
}

.item-content-wrapper .item-title, .item-content-wrapper .button-container {
    padding: 1rem;
    hyphens: auto;
}

.item-content-wrapper {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.item-content-inner-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.therapien-item-content-wrapper {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.therapien-item-inner-wrapper {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 75%;
}

.therapien-item-content-wrapper .green-custom-button {
    margin: 0;
}

.therapien-item-content-wrapper img {
    height: 100%;
    object-fit: cover;
	max-width: 275px;
}

.therapien-item-summary {
    margin-bottom: 1.25rem;
}

.blogpage-container .filter_label {
    color: var(--main-headline-color);
}

.blogpage-container .filter_form {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: right;
}

select[name="forma"] {
    margin-left: 1rem;
    padding-left: 0.5rem;
    height: 50px;
    border: none;
    outline: none;
}

#slider {
    position: relative;
    overflow: hidden;
}

#slide {
    height: 560px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

#slide ul {
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
#slide > ul > li{
    display:flex;
    justify-content: flex-end;
    padding: 0;
}
#thumbnail > ul > li > a{
    display:flex;
    align-items: center;
    height:100%;
}
#thumbnail > ul > li > a > h3{
    margin-bottom:0;
}
#slide > ul > li::marker{
    display:none;
    height:0;
    content:"";
}
#thumbnail .thumbnail-list li::marker{
    display:none;
    height:0;
    content:"";
}
#slide ul li .img {
    height: 560px;
    background-size: cover;
    width: 650px;
}

#slide ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 33.35%;
    height: 400px;
}

.thumbnail-list {
    padding-left: 0;
}

#thumbnail {
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    padding-right: 1.5rem;
}

#thumbnail .thumbnail-list li {
    background-color: rgba(248, 248, 248, 1);
    color: #fff;
    cursor: pointer;
    padding: 1.5rem;
    height: 140px;
    border-bottom: 1px solid #e0e0e0;
}

#thumbnail .thumbnail-list li:first-child {
    border-top: 1px solid #e0e0e0;
}

#thumbnail .thumbnail-list li h2 {
    color: #1A6747;
    font-size: 1rem;
    margin-bottom:0;
	line-height: 1.5;
}

#thumbnail .thumbnail-list li, #thumbnail .thumbnail-list li:hover h3, #thumbnail .thumbnail-list li:hover h2 {
    transition: 0.3s;
}

#thumbnail .thumbnail-list li:hover {
    background-color: #1A6747;
}

#thumbnail .thumbnail-list li:hover h3,#thumbnail .thumbnail-list li:hover h2 {
    color: #ffffff;
}

#thumbnail .thumbnail-list .active {
    background-color: #e2ede9;
}

#thumbnail .thumbnail-list .active:hover {
    background-color: #1A6747;
}

.sidebar__button {
    cursor: pointer;
}

.blog-pagination {
    margin-bottom: 3rem;
}

.blog-pagination .pagination-link {
    cursor: pointer;
    color: var(--main-headline-color);
    padding: 0 0.5rem;
    font-size: 1.25rem;
    border: 2px solid var(--main-headline-color);
    margin-right: 0.5rem;
}
.blog-pagination .pagination-link.active {
    cursor: pointer;
    color: white;
    background: var(--main-headline-color);
    padding: 0 0.5rem;
    font-size: 1.25rem;
    border: 2px solid var(--main-headline-color);
    margin-right: 0.5rem;
}

.blog-pagination .pagination-dots {
    cursor: default;
    color: var(--main-headline-color);
    padding: 0 0.5rem;
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

@media (max-width: 1400px) {
    #thumbnail .thumbnail-list li h3 {
        font-size: 0.85rem;
    }

    .item-content-wrapper .item-title {
        font-size: 1rem;
    }
}
@media (max-width: 600px) {
    .left-sidebar-wrapper, .ctaelementst{
        display:none;
    }
    select[name="forma"]{
        margin-left:initial;
    }
    .therapien-item-content-wrapper{
        flex-direction:column-reverse;
        position:relative;
    }
    .therapien-item-image img, .therapien-item-inner-wrapper{
        width:100%;
    }
    .therapien-item-inner-wrapper{
        padding:1rem;
    }
    .blog-pagination{
        display:flex;
        justify-content:space-between;
    }
    .blogpage-container .filter_form{
        margin-top:0;
    }

}
.blog-single-page .wpb_wrapper p {
	margin-top: 20px !important;
}
