/* Created by Content Blocks */
.swiper-text-image-slider {
    height: 100% !important;
}

@media (min-width:1400px) {
    .swiper-text-image-slider-nav {
        margin-left: 6.5rem !important;
    }
}

.swiper-autoheight.swiper-slide-active {
    animation: einblenden 4.5s;
    -moz-animation: einblenden 4.5s; /* Für Firefox */
    -webkit-animation: einblenden 4.5s; /* Für Safari und Chrome */
    -o-animation: einblenden 4.5s; /* Für Opera */
}

@keyframes einblenden {
    from { opacity:0; }
    to { opacity:1; }
}

@-moz-keyframes einblenden { /* Für Firefox */
    from { opacity:0; }
    to { opacity:1; }
}

@-webkit-keyframes einblenden { /* Für Safari und Chrome */
    from { opacity:0; }
    to { opacity:1; }
}

@-o-keyframes einblenden { /* Für Opera */
    from { opacity:0; }
    to { opacity:1; }
}
