/* General */

.acf-block.teaser {
    display: flex;
    padding-top: 45px;
    padding-bottom: 45px;
}

.acf-block.teaser > section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.acf-block.teaser h2 {
    color: #241D72;
    margin-top: 0;
    margin-bottom: 1.5vw;
    font-size: 6vw;
    line-height: 1;
}

.acf-block.teaser p,
.acf-block.teaser a {
    color: #241D72;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5vw;
    line-height: 1.2;
}

.acf-block.teaser p.lead {
    color: #241D72;
    margin-top: 0;
    margin-bottom: 3vw;
    font-size: 6vw;
    line-height: 1;
}

.acf-block.teaser a.text-link {
    position: relative;
    display: inline-block;
    margin-top: 3vw;
    /*padding-left:0px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;*/
}

.acf-block.teaser a.text-link::after {
    top: 0;
}

.acf-block.teaser a:hover,
.acf-block.teaser a:focus,
.acf-block.teaser a:active {
    outline: 0;
    text-decoration: none;
    /*padding-left:3.5vw;*/
}


a:hover + a.text-link::after {
    animation: arrow-right 2.5s ease-in-out infinite;
}

/* Responsive */

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1599.98px) {
    .acf-block.teaser {
        min-height: unset;
    }
}

@media only screen and (max-width: 1399.98px) {

}

@media only screen and (max-width: 1199.98px) {

}

@media only screen and (max-width: 991.98px) {

}

@media only screen and (max-width: 767.98px) {

}

@media only screen and (max-width: 575.98px) {

    /*.acf-block.teaser a.text-link {
        display: flex;
        align-items: center;
    }*/

}

@media only screen and (max-width: 499.98px) {
    
}

@media only screen and (max-width: 449.98px) {

}

@media only screen and (max-width: 399.98px) {

    .acf-block.teaser a.text-link::after {
        padding-left: 2.4vw;
    }

}

@media only screen and (max-width: 349.98px) {

}

@media only screen and (max-width: 319.98px) {

}