.pageelement-news-archive {
    width: 100%;
    box-sizing: border-box;
}

.element-headline {
    margin: 0 auto 1.2500rem;
    display: flex;
    max-width: 77.778rem;
    justify-content: space-between;
    /*padding: 0 1.2500rem;*/
    color: var(--pink);
}

.pageelement-news-archive .content-container {
    flex-direction: column;
    flex-wrap: wrap;
}

.pageelement-news-archive .filter {
    margin: 0 auto;
    display: flex;
    max-width: 77.778rem;
    justify-content: space-between;
    /*padding: 0 1.2500rem;*/
}

.pageelement-news-archive .filter .filter-item-wrapper {
    width: 100%;
    margin-bottom: 1.2500rem;
}

.pageelement-news-archive .filter .filter-item-year {
    width: 100%;
    border: 0.1250rem solid var(--darkblue);
    padding: 0.6250rem 1rem;
    font-size: 1.2500rem;
    appearance: none;
    background: url(_images/angle-down-solid.svg) no-repeat;
    background-position: calc(100% - 1.2500rem) center;
    background-size: 1.8750rem 1.8750rem;
    border-radius: 0.3125rem;
    max-width: 77.778rem;
}

@media screen and (max-width: 77.778rem) {
    .pageelement-news-archive .filter .filter-item-wrapper {
        padding: 0 2.222rem;
    }
}

.pageelement-news-archive .content-container h2 {
    color: var(--darkblue);
    font-size: 1.6250rem;
    border-bottom: 0.1250rem solid var(--darkblue);
    padding-bottom: 0.6250rem;
}

.pageelement-news-archive .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 1.5625rem;
    margin-bottom: 1.5625rem;
    border-bottom: 0.1250rem solid var(--darkblue) !important;
}

.pageelement-news-archive .image-container {
    display: flex;
    float: left;
    width: 40%;
    max-width: 26.8750rem !important;
    margin-right: 3.7500rem !important;
    max-height: 16.8750rem;
    /*height: 100%;*/
    box-sizing: border-box;
    position: relative;
    justify-content: flex-end;
}

.pageelement-news-archive .image-container image {
    display: inline-block;
    width: auto;
    height: 100%;
    box-sizing: border-box;
}

.pageelement-news-archive .text-container {
    float: left;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 20%;
}

@media screen and (max-width: 59.3750rem) {

    .pageelement-news-archive .image-container {
        margin-right: 2.5000rem !important;
    }
}

.pageelement-news-archive .text-container .headline-container .headline {
    margin-bottom: 0;
    display: inline-block;
    color: var(--pink);
    line-height: 1.8750rem;
}

.pageelement-news-archive .text-container .text {
    box-sizing: border-box;
    font-size: 1.1250rem;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
}

.pageelement-news-archive .detail-link {
    display: inline-block;
    color: var(--darkblue);
    margin-top: 1.2500rem;
    font-weight: 500;
}

.pageelement-news-archive .detail-link:hover {
    color: var(--purple);
}

@media only screen and (max-width: 32.5000rem) {
    .pageelement-news-archive .image-container {
        width: 100%;
        margin: 0 !important;
        float: none;
    }

    .pageelement-news-archive .text-container {
        float: none;
        /*margin-top: 0.9375rem;*/
        overflow: hidden;
        max-width: 100%;
    }
}

.pageelement-news-archive .fa-arrow-right {
    padding-right: 0.3125rem;
}

.pageelement-news-archive .detail-link:hover .fa-arrow-right {
    color: var(--purple);
}

.pageelement-news-archive .item:last-of-type {
    border-bottom: 0.1250rem solid var(--darkblue) !important;
    padding-bottom: 1.2500rem !important;
}

.pageelement-news-archive .ai-mark {
    position: absolute;
    bottom: 0.6250rem;
    right: 0.6250rem;
}

.pageelement-news-archive .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem;
    display: block;
    opacity: 0.4;
}

.pageelement-news-archive .news-list-copyright {
    font-size: 0.7500rem;
    opacity: 0.8;
    position: absolute;
    z-index: 1000;
    bottom: -15px;
    color: black;
}

.pageelement-news-archive .fallback-image {
    display: flex;
    float: left;
    width: 100%;
    max-width: 26.8750rem !important;
    max-height: 16.8750rem;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #dcdcdc;
    overflow: hidden;
}

.pageelement-news-archive .fallback-image {
    display: flex;
}

.pageelement-news-archive .news-list-container .spinner {
    width: 6.2500rem;
    height: 6.2500rem;
    border: 0.6250rem solid rgb(230, 230, 230);
    border-top: 0.6250rem solid var(--purple);
    border-radius: 50%;
    animation: loading-offer-list 1s linear infinite;
    margin-left: calc(50% - 4.6875rem);
}

@keyframes loading-offer-list {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 59.3750rem) {
    .pageelement-news-archive .fallback-image {
        margin-right: 2.5000rem !important;
    }
}

@media only screen and (max-width: 32.5000rem) {
    .pageelement-news-archive .fallback-image {
        width: 100%;
        margin: 0 !important;
        float: none;
    }
}

.pageelement-news-archive .fallback-image i {
    font-size: 4.3750rem;
    color: #666;
}
