/* Created by GMK-Migration */

.teaserbox.webp {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 37px 30px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.teaserbox.webp:hover {
    transform: scale(1.05);
}

.teaserbox .btn.btn-primary {
    background: #46AFAF;
}

.teaserbox a {
    text-decoration: none;
    color: #275057;
    display: block;
    position: relative;
    z-index: 9;
}

.teaserbox a:hover {
    text-decoration: none;
}

.teaserbox a p {
    font-size: 14px;
    margin-bottom: 60px;
}

.frame .teaserbox a {
    text-decoration: none;
}

.teaserbox:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}
