.view-display-id-teaser_news {
    padding: 40px var(--padding-container);
}

.node--type-article .c-hero__eyebrow a {
    color: var(--orange);
}

.node--type-article .c-hero {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin: 2rem 2rem 2rem;
    min-height: 60vh;
    padding: 0 13rem;
}

.node--type-article .tabs {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 70vh;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 3rem 0;
}

.node--type-article .c-hero__inner {
    position: absolute;
    top: 50%;
    z-index: 2;
    color: #fff;
    margin: 0 auto;
}

.node--type-article.node--view-mode-teaser .node--view-mode-teaser {
    display: flex;
    justify-content: center;
    /* margin: 20px 0px 40px 0px; */
    align-items: center;
    margin: 0;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    border-bottom: none;
    padding: 10px;
}

.node--type-article.node--view-mode-teaser .node__content {
    margin: 0;
}

.node--type-article.node--view-mode-teaser h3.label_news {
    color: var(--green);
    font-weight: bold;
    min-height: 100px;
    font-size: 25px;
}

.node--type-article.node--view-mode-teaser .news-cover img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    min-height: 200px;
    object-fit: cover;
}

.node--type-article.node--view-mode-teaser .c-hero__title {
    font-size: clamp(28px, 4vw, 50px);
    font-weight: 700;
    margin: 0;
    color: var(--white);
    max-width: 1150px;
    letter-spacing: 2px;
}

.node--type-article.node--view-mode-teaser .c-hero {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin: 2rem 2rem 2rem;
    min-height: 70vh;
    padding: 0 13rem;
}

.node--type-article.node--view-mode-teaser .wrapper_news {
    /* border: 2px solid red; */
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    margin: auto;
}

.load-more-wrapper {
    text-align: center;
    margin-top: 28px;
}

.load-more {
    display: inline-block;
    background: #fff;
    color: #033332;
    border: 2px solid #033332;
    border-radius: 24px;
    padding: 10px 22px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}

.load-more:hover {
    background: #033332;
    color: #fff;
}

/* news teaser */


.node--type-article.node--view-mode-teaser .news_top {
    background-color: #f5f5f5;
    min-height: 200px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.node--type-article.node--view-mode-teaser .news_bottom {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px 40px 40px;

}

.node--type-article.node--view-mode-teaser .type_news {
    font-size: 20px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 20px;
    position: absolute;
    background-color: var(--green);
    padding: 5px 60px;
    border-radius: 10px;
    margin: 40px;
    z-index: 1;
}

.node--type-article.node--view-mode-teaser .date_news {
    font-size: 20px;
    font-weight: bold;
}

.node--type-article.node--view-mode-teaser .arrow_link_svg {
    width: 40px;
    height: 40px;
    fill: var(--white);
}

.node--type-article.node--view-mode-teaser .footer_news {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    color: var(--green);
    padding: 20px 0 0;
    font-weight: 500;
}


/* fine New s teaser */