.fadeinto{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.fadeinto.active{
    transform: translateY(0);
    opacity: 1;
}
.fadeinto.active p, .fadeinto.active td, .fadeinto.active th{
    color:#1c2129;
}
.imagesequence.slick-slide{
    background-size: cover;
    height: 188px !important;
}
.headerimageslider .imagesequence h3 {
    margin-top: 80px;
}
/* Wegen Verlässlichen Sprungmarken nach unten erstmal rausgenommen */
@media (prefers-reduced-motion: no-preference) {
    .headerimageslider .imagesequence{animation: headerImage 60s linear 0s 1 reverse both;}
}

@keyframes headerImage {
   0% {background-position: left top;background-size: 100%;}
   100% {background-position: left top;background-size: 120%;}

}
@media (min-width: 400px) {
    .imagesequence.slick-slide{
        height: 188px !important;
    }
}
@media (min-width: 500px) {
    .imagesequence.slick-slide{
        height: 208px !important;
    }
}
@media (min-width: 576px) {
    .imagesequence.slick-slide{
        height: 240px !important;
    }
}
@media (min-width: 768px) {
    .imagesequence.slick-slide{
        height: 323px !important;
    }
    .headerimageslider .imagesequence h3 {
        margin-top: 134px;
    }
}
@media (min-width: 992px) {
    .imagesequence.slick-slide{
        height: 420px !important;
    }
    .headerimageslider .imagesequence h3 {
        margin-top: 177px;
    }
}
@media (min-width: 1200px) {
    .imagesequence.slick-slide{
        height: 510px !important;
    }
    .headerimageslider .imagesequence h3 {
        margin-top: 219px;
    }
}

