body:not(.home) .rx-related-posts-slider-container {
    margin-bottom: 60px !important; /* Deutlicher Abstand zum nächsten Block */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
body:not(.home) .rx-related-posts-slider-container {
    margin-bottom: 30px; /* Optional: Abstand nach dem Slider */
}

body:not(.home) .flickity-slider .rx-related-post-slide {
    width: 50%; /* Wichtig für die 2-Spalten-Ansicht */
    margin-right: 40px; /* Abstand zwischen den Spalten */

}
body:not(.home) .flickity-slider{
	position: relative !important;
	
}
    

body:not(.home) .rx-related-post-slide a {
    text-decoration: none;
    color: inherit;
    display: block;
}

body:not(.home) .rx-related-post-thumbnail {
    margin-bottom: 10px;
}

body:not(.home) .rx-related-post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

body:not(.home) .rx-related-post-slide h3 {
    font-size: 1.2em;
    line-height: 1.4;
}

body:not(.home) .flickity-prev-next-button{
	width: 34px;
    height: 34px;

}
body:not(.home) .flickity-prev-next-button.next {
right: -80px !important;
}

body:not(.home) .flickity-prev-next-button.previous {
left: -80px !important;
}

@media (max-width: 767px){
body:not(.home) .flickity-slider .rx-related-post-slide {
    width: 100%; /* Wichtig für die 2-Spalten-Ansicht */
    margin-right: 40px; /* Abstand zwischen den Spalten */

}
	
}