.upa_teaser_simple a {
    text-decoration: none;
}

.upa_teaser_simple a:hover {
    color: var(--mg-primary-color-b-full);
}

.upa_teaser_simple .image {
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
}

.upa_teaser_simple h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 6px;
}

.upa_teaser_simple a:hover h2 {
    text-decoration: underline;
}

.upa_teaser_simple_more {
    font-weight: 600;
    padding: 0 22px 0 0;
    color: var(--mg-primary-color-a-dark);
    position: relative;
}

.upa_teaser_simple_more::after {
	content: "";
	position: absolute;
	top: 1px;
	right: 0;
	background-image: url(../Img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px;
    width: 20px;
    height: 20px;
    transition: transform 0.4s ease;
}

.upa_teaser_simple a:hover .upa_teaser_simple_more::after {
	transform: translateX(5px);
}


.frame-listtype-mattgoldtheme_teasersimple+.frame-listtype-mattgoldtheme_teasersimple {
    margin-top: calc(var(--mg-padding-sm) * -1) !important;
}

@media (min-width: 768px) {
    .upa_teaser_simple .image {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .frame-listtype-mattgoldtheme_teasersimple+.frame-listtype-mattgoldtheme_teasersimple {
        margin-top: calc(var(--mg-padding-lg) * -1) !important;
    }

    .upa_teaser_simple h2 {
        font-size: 28px;
    }
}