.highlight-image-teaser{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center;min-height:100%}.highlight-image-teaser .box{cursor:pointer;flex-basis:100%;min-height:370px;overflow:hidden;position:relative;text-decoration:none}@media (min-width:501px){.highlight-image-teaser .box{min-height:500px}}@media (min-width:701px){.highlight-image-teaser .box{min-height:570px}}@media (min-width:1001px){.highlight-image-teaser .box{flex-basis:calc(50% - 16px)}}@media (min-width:1451px){.highlight-image-teaser .box{flex-basis:calc(33.33% - 14px);flex-grow:1}}.highlight-image-teaser .box:hover .front{display:none}.highlight-image-teaser .box:hover .back{animation:opacity .66s;display:flex;opacity:1}@keyframes opacity{0%{opacity:0}to{opacity:1}}.highlight-image-teaser .box__img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.highlight-image-teaser .box .front{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.highlight-image-teaser .box .front span{color:#fff;font-family:FF Kievit Pro Bold,sans-serif;font-size:40px;font-weight:700;text-transform:uppercase}@media (min-width:500px){.highlight-image-teaser .box .front span{font-size:60px}}.highlight-image-teaser .box .back{align-items:flex-end;background-color:rgba(0,42,88,.8);display:none;height:100%;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;top:0;width:100%}.highlight-image-teaser .box .back .back-content{align-items:center;display:flex;flex-direction:column;height:55%;justify-content:space-between}.highlight-image-teaser .box .back .back-content p{color:#fff;font-family:FF Kievit Pro Bold,sans-serif;font-size:35px;font-weight:700;text-align:center;text-transform:uppercase}.highlight-image-teaser .box .back .back-content .btn-secondary .image-arrow{align-items:center;background-color:#fff;display:flex;height:50px;justify-content:center;width:50px}.highlight-image-teaser .box .back .back-content .btn-secondary .image-arrow svg path{fill:var(--primary-color)}.highlight-image-teaser .box .back .back-content .btn-secondary span{padding-right:25px}