html,
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: normal;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000000;
}

.logo {
    max-height: 30px;
}
.page_main_elem {
    min-height: 70vh;
}
.page_content {
    font-size: 1rem;
}
.page_content p {
    margin-bottom: 0;
}
.page_content img {
    max-width: 100%;
}
.bg-red-dark {
    background-color: #cd0808;
}
.color_white {
    color: white;
}
.image_cover {
    -o-object-fit: cover;
    object-fit: cover;
}
/*
* Custom CSS
*/
.list_item {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    position: relative;
    background-color: #0088cc;
}
.list_item .image_placeholder {
    width: 100%;
    height: 250px;
}
.list_item .image_placeholder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.list_item .content {
    padding: 1.6rem;
}
.list_item .title a {
    color: white;
    text-decoration: none;
}

/* Pagination ------- */

.pagination a {
    margin-right: 6px;
    margin-left: 6px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: black;
    border-radius: 4px;
    min-width: 32px;
}

.pagination span {
    margin-right: 6px;
    margin-left: 6px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    color: black;
    background-color: #000;
    color: #ffffff;
    border-radius: 4px;
    min-width: 32px;
}

.pagination .prev,
.pagination .next {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3.3px;
}

.pagination .prev {
    margin-right: 2.5rem;
}

.pagination .next {
    margin-left: 2.5rem;
}
.single_image_placeholder {
    width: 100%;
    max-height: 70vh;
}
.logo_top_header {
    height: 100px;
}
.logo_sidebar {
    max-height: 100px;
}
.logo-eu {
    height: 50px;
    max-height: 100%;
}
.country_flag {
    max-width: 30px;
}
.partner_logos {
    background-color: #fff;
    width: 100%;
    position: relative;
}
.partner_logos img {
    max-height: 80px;
}
/*END CUSTOM CSS*/

/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .logo-eu-right {
        display: none;
    }
}
