/******************* *grey header area ***************/

.news--filter {
    background-color: #ccd4da;
    height: 300px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .news--filter .tx-contentpackage-headergrey-content-text .tx-contentpackage-row .tx-contentpackage-m-12+.tx-contentpackage-m-12 {
        margin-top: 20px;
    }
}

.news--filter .center-text {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news--filter .tx-contentpackage-headergrey {
    padding: 20px 15px;
}

.news--filter .tx-contentpackage-headergrey-content {
    padding: 20px 20px 60px 20px;
    background-color: white;
    border-radius: 10px;
    max-width: 940px;
    display: inline-block;
    width: 100%;
}

.news--filter .tx-contentpackage-headergrey-content-headline {
    text-align: center;
    margin-bottom: 40px;
    font-size: 21px;
    line-height: 26.25px;
    font-size: 1.3125rem;
    line-height: 1.64063rem;
}

.news--filter .tx-contentpackage-headergrey-content-text .filterquestion {
    margin-bottom: 4px;
}

.news--filter span.selectboxit-container {
    width: 325px;
    max-width: 100%;
    font-size: 18px;
    line-height: 22.5px;
}

.news--filter span.selectboxit-container .selectboxit {
    width: 100% !important;
    font-size: 18px;
    line-height: 22.5px;
}

.news--filter span.selectboxit-container span.selectboxit-text {
    margin-top: 13px;
    width: 80%;
    text-align: center;
    text-indent: 44px;
    font-size: 18px;
    line-height: 22.5px;
}

.news--filter span.selectboxit-container .selectboxit-options {
    min-width: 100% !important;
    top: 0px !important;
    border: 1px solid #004f9f;
    font-size: 18px;
    line-height: 22.5px;
}

.news--filter .filtercategory--title {
    color: #004f9f;
    font-size: 30px;
    line-height: 37.5px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
    font-family: "FiraSansCondensed", sans-serif;
    font-weight: normal;
    padding-left: 10px;
}

.news-list--noresults {
    display: none;
    font-size: 16px;
    margin: 0 0 50px 10px;
}

/* @media only screen and (min-width: 1150px) {
    .tx-contentpackage-gridWrap.news--gridWrap {
        max-width: 1110px;
        padding: 0;
    }
} */


.synews_pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.synews_pagination li {
    cursor: pointer;
    padding: 0 5px;
}

.synews_pagination li.active {
    font-weight: bold;
    color: #004f9f;
}



.news-list-view--wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
}
.news-list-view--wrapper--element {
    width: 49%;
}

@media only screen and (max-width: 640px) {
    .news-list-view--wrapper--element {
        width: 100%;
    }
}



@media only screen and (max-width: 1023px) {
    .news_bigteaser {
        .tx-contentpackage-headerpicture {
            height: auto;
        }

        .tx-contentpackage-content {

            .tx-contentpackage-content-category {
                margin-top: 0;
            }

            .tx-contentpackage-content-headline_text {
                background-color: red;

                div {
                    margin-top: 0!important;
                }
            }
        }
    }

    .news .news-list-view .article .news_bigteaser .tx-contentpackage-headerpicture {
        height: auto!important;
        padding-bottom: 10px;
    }

    .news .news-list-view .article .news_bigteaser .tx-contentpackage-content .tx-contentpackage-content-category {
        margin-top: 0!important;
    }

    .news .news-list-view .article .news_bigteaser .tx-contentpackage-content .tx-contentpackage-content-headline_text div {
        margin-top: 10px!important;
        margin-bottom: 40px;
    }
}