@import "grid.css";
@import "top.css";
@import "grid-news.css";

@import url("//hello.myfonts.net/count/32dd93");

@font-face {
    font-family: 'Din Bold';
    src: url('fonts/32DD93_0_0.eot');
    src: url('fonts/32DD93_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/32DD93_0_0.woff2') format('woff2'),url('../fonts/32DD93_0_0.woff') format('woff'),url('../fonts/32DD93_0_0.ttf') format('truetype');
    font-weight: bold
}

@font-face {
    font-family: 'Din';
    src: url('fonts/32DD93_1_0.eot');
    src: url('fonts/32DD93_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/32DD93_1_0.woff2') format('woff2'),url('../fonts/32DD93_1_0.woff') format('woff'),url('../fonts/32DD93_1_0.ttf') format('truetype');
    font-weight: normal
}

body {
    font-family: 'Din',sans-serif;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 20px;
    margin: 0;
    padding: 0px;
    color: #000000;
    background-color: #ffffff;
    /*font: 87.5%/1.4 HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display:block;
    height: auto;
}

figure {
    margin: 0;
    padding: 0;
}

figcaption {
    font-family: 'Din',sans-serif;
    text-align: center;
    padding: 0.5em 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Din Bold',sans-serif;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 5rem;
    margin-bottom: 0.2em;
    line-height: 5.4rem;
}

h1.title {
    text-align: center;
}

h2 {
    font-size: 2.375rem;
    margin-bottom: 0.2em;
    line-height: 2.4rem;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 0.2em;
    line-height: 2.0rem;
}

h4 {
    font-size: 1.1rem;
    margin-bottom: 0.2em;
    line-height: 1.3rem;
}

.preamble {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: bold;
}

p {
    font-size: 1.1rem;
    margin: 0;
    padding: 0 0 1em 0;
    line-height: 1.4rem;
}

.hidden {
	display: none;
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 2.25rem;
        margin-bottom: 0.2em;
        line-height: 2.4rem;
    }

    h2 {
        font-size: 1.5rem;
        margin-bottom: 0.2em;
        line-height: 2.3rem;
    }

    h3 {
        font-size: 1.25rem;
        margin-bottom: 0.2em;
        line-height: 1.5rem;
    }

    h4 {
        font-size: 1.1rem;
        margin-bottom: 0.2em;
        line-height: 1.4rem;
    }

    p {
        font-size: 1.1rem;
        margin: 0;
        padding: 0 0 1em 0;
        line-height: 1.4rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    h1 {
        font-size: 2.25rem;
        margin-bottom: 0.2em;
        line-height: 2.4rem;
    }

    h2 {
        font-size: 1.5rem;
        margin-bottom: 0.2em;
        line-height: 2.3rem;
    }

    h3 {
        font-size: 1.25rem;
        margin-bottom: 0.2em;
        line-height: 1.5rem;
    }

    h4 {
        font-size: 1.1rem;
        margin-bottom: 0.2em;
        line-height: 1.4rem;
    }

    p {
        font-size: 1.1rem;
        margin: 0;
        padding: 0 0 1em 0;
        line-height: 1.4rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 4rem;
        margin-bottom: 0.2em;
        line-height: 4.3rem;
    }

    h2 {
        font-size: 2rem;
        margin-bottom: 0.2em;
        line-height: 2.3rem;
    }

    h3 {
        font-size: 1.25rem;
        margin-bottom: 0.2em;
        line-height: 1.5rem;
    }

    h4 {
        font-size: 1.1rem;
        margin-bottom: 0.2em;
        line-height: 1.3rem;
    }

    p {
        font-size: 1.1rem;
        margin: 0;
        padding: 0 0 1em 0;
        line-height: 1.4rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        font-size: 4rem;
        margin-bottom: 0.2em;
        line-height: 4.3rem;
    }

    h2 {
        font-size: 2rem;
        margin-bottom: 0.2em;
        line-height: 2.3rem;
    }

    h3 {
        font-size: 1.25rem;
        margin-bottom: 0.2em;
        line-height: 1.5rem;
    }

    h4 {
        font-size: 1.1rem;
        margin-bottom: 0.2em;
        line-height: 1.3rem;
    }

    p {
        font-size: 1.1rem;
        margin: 0;
        padding: 0 0 1em 0;
        line-height: 1.4rem;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 5rem;
        margin-bottom: 0.2em;
        line-height: 5.4rem;
    }

    h2 {
        font-size: 2.375rem;
        margin-bottom: 0.2em;
        line-height: 2.6rem;
    }

    h3 {
        font-size: 1.5rem;
        margin-bottom: 0.2em;
        line-height: 2.0rem;
    }

    h4 {
        font-size: 1.1rem;
        margin-bottom: 0.2em;
        line-height: 1.3rem;
    }

    p {
        font-size: 1.1rem;
        margin: 0;
        padding: 0 0 1em 0;
        line-height: 1.4rem;
    }
}

/* ============ Wrapper Main Areas =============== */

.wrapper-umbraco {
    background-color: #fff;
    color: #000000;
    padding: 3em var(--page-padding) 1em var(--page-padding);
    margin: 0 auto 1em auto;
}

.wrapper-article-umbraco {
    background-color: #fff;
    color: #444;
    padding: 1em var(--page-padding) 1em var(--page-padding);
    margin: 0 auto 1em auto;
}

.wrapper-news-grid {
    background-color: #fff;
    color: #444;
    padding: 3em var(--page-padding) 3em var(--page-padding);
    margin: 0 auto 1em auto;
}

.section-news-list{
    margin-top:80px;
}

.section-news-item {
    display:flex;
    justify-content: center;
}

.section-news-item-inner {
    position: relative;
    width: 717px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.wrapper {
    background-color: #fff;
    color: #444;
    padding: 1em 3% 1em 3%;
    margin: 0 auto 1em auto;
}

.mainnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 120%;
}

.mainnav a:link, .mainnav a:visited {
    text-decoration: none;
    color: #444;
}

.quote {
    font: 150%/1.4 'Din',sans-serif;
    padding: 0;
    margin: 0;
}

.volito-footer {
    background-color: #2a5ea6;
    color: #fff;
    padding: 3em 15px 3em 15px;
    max-width: var(--site-width);
    margin: 0 auto 0 auto;
}



/* ============ Headers =============== */
.header-volito {
    font-family: 'Din Bold',sans-serif;
    font-size: 36px;
    overflow-wrap: anywhere;
}

@media (max-width: 575.98px) {
    .header-volito {
        font-size: 32px;
    }
}

@supports (hyphenate-limit-chars: 10 5 3) {
    .header-volito {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        hyphenate-limit-chars:10 5 3;
    }
}


/* ============ Footer =============== */

.volito-footer-header {
    display: block;
    text-align: center;
    font-family: 'Din',sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.volito-footer-header span {
    white-space: nowrap;
}

.volito-footer-header a {
    text-decoration: none;
    color: #fff;
}

.volito-footer-header a:hover {
    text-decoration: underline;
    color: #fff;
}

.volito-footer-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: 'Din',sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
}

.volito-footer-text > a {
    margin-right: 5px;
    white-space: nowrap;
}

.volito-footer-text a {
    text-decoration: none;
    color: #fff;
}

.volito-footer-text a:hover {
    text-decoration: underline;
    color: #fff;
}

/* ============ Hero section =============== */
/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/hero-bg-rikshem.jpg");
    /* Set a specific height */
    height: 400px;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}


/* ============ Button Hero =============== */

.button-hero {
    display: inline-block;
    border-radius: 20px;
    background-color: #054580;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 8px 12px;
    min-width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 10px;
    font-weight:bold;
}

.button-hero span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button-hero span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button-hero:hover span {
    padding-right: 25px;
}

.button-hero:hover span:after {
    opacity: 1;
    right: 0;
}


/* ============ Hero section =============== */

.top-banner-section {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 500px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-content: center;
    justify-content: center;
    max-width: var(--site-width);
    margin: auto;
    overflow: hidden;
}

.top-banner-section .banner-image-div {
    grid-area: 1 / 1 / 2 / 2;
}

.top-banner-section .banner-overlay-div {
    grid-area: 1 / 1 / 2 / 2;
}

.top-banner-section .banner-text-div {
    grid-area: 1 / 1 / 2 / 2;
}

.banner-image {
    display: grid;
    min-width: 350px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay-div {
    display: grid;
    max-width: 100%;
    background: black;
    background: linear-gradient(60deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 80%);
    z-index: 1;
}

.banner-text-div {
    display: grid;
    align-items: start;
    padding-top: 110px;
    margin: 0 20% 0 calc(min(7%, 100px));
    min-width: 290px;
    position: relative;
    z-index: 2;
}

.banner-text-div h1 {
    overflow-wrap:anywhere;
}

@supports (hyphenate-limit-chars: 10 5 3) {
    .banner-text-div h1 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        hyphenate-limit-chars:10 5 3;
    }
}

h1.banner-h1-text {
    font-size: 50px;
    letter-spacing: 0.03em;
    font-weight: bolder;
    color: white;
    padding-bottom: 10px;
}

.banner-body-text {
    font-size: calc(11pt + 0.15vw);
    margin-top: 0.5em;
    color: white;
    text-decoration: none;
}

.banner-body-text:hover {
    color: white;
}

.banner-body-text:visited {
    color: white;
}

.banner-body-text:active {
    color: white;
}

.banner-btn {
    margin-top: 1em;
}

.banner-btn-item {
    font-size: calc(8pt + 0.15vw);
    padding-top: calc(0.5em + 0.08vw);
    padding-bottom: calc(0.5em + 0.08vw);
    padding-left: calc(0.5em + 0.08vw);
    padding-right: calc(0.5em + 0.08vw);
    color: blue;
    background-color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid white;
}

.banner-btn-item:link {
    text-decoration: none;
}

.banner-btn-item:visited {
    text-decoration: none;
}

.hero-bg-video-block {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    .top-banner-section {
        grid-template-rows: 400px;
    }

    h1.banner-h1-text {
        font-size: 32px;
        line-height: 36px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .top-banner-section {
        grid-template-rows: 400px;
    }

    h1.banner-h1-text {
        font-size: 32px;
        line-height: 36px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .top-banner-section {
        grid-template-rows: 500px;
    }

    h1.banner-h1-text {
        font-size: 42px;
        line-height: 46px;
    }

    .banner-text-div {
        margin-right: 400px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .top-banner-section {
        grid-template-rows: 500px;
    }

    h1.banner-h1-text {
        font-size: 50px;
        line-height: 54px;
    }

    .banner-text-div {
        margin-right: 400px;
    }
}

@media (min-width: 1200px) {
    .top-banner-section {
        grid-template-rows: 500px;
    }

    h1.banner-h1-text {
        font-size: 50px;
        line-height: 54px;
        padding-left: 5px;
    }

    .banner-text-div {
        margin-right: 500px;
    }
}

/* ============ Teaser Block =============== */

.teaser-container {
    width: 100%;
}

.teaser-container-no-top-padding {
    width: 100%;
}

.teaser-header-container {
    width: 100%;
    padding: 0px 0px 10px 0px;
}

.teaser-image-container {
    width: 100%;
    padding: 0px 0px 10px 0px;
}

.teaser-text-container-align-center {
    width: 100%;
    padding: 0px 0px 10px 0px;
    text-align: center;
}

.teaser-text-container-align-left {
    width: 100%;
    padding: 0px 0px 10px 0px;
    text-align: left;
    min-height: 50px;
}

.teaser-button-container-align-center {
    width: 100%;
    padding: 0px 0px 10px 0px;
    text-align: center;
}

.teaser-button-container-align-left {
    width: 100%;
    padding: 0px 0px 10px 0px;
    text-align: left;
}

.teaser-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.teaser-container-full-width {
    position: relative;

    @media (min-width: 0px) and (max-width: 992px) {
        margin-left: calc(50% - min(50vw, calc(var(--site-width) / 2)));
        margin-right: calc(50% - min(50vw, calc(var(--site-width) / 2)));
    }

    @media (min-width: 1440px) {
        margin-left: calc(50% - min(50vw, calc(var(--site-width) / 2)));
        margin-right: calc(50% - min(50vw, calc(var(--site-width) / 2)));
    }
}

.teaser-container-narrow-block{
    display:flex;
    justify-content:center;
}

.teaser-container-narrow-block-inner {
    width: 718px;
}

/* ============ Teaser News Block =============== */

.teaser-box-image-container {
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 250px;
}

.teaser-box-image-container > a > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.teaser-box-image-container:hover img {
    transform: scale(1.1);
}

.teaser-box-content-news {
    position:relative;
    width: 100%;
    padding: 15px 5px 7px 0px;
    background-color: rgb(255,255,255);
    display:flex;
}

.teaser-box-content-news h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 27px;
    color: #000;
    text-align: left;
}

.teaser-box-news-date {
    font-size: 12px;
    color: rgba(0,0,0,0.72);
}

.teaser-box-content-news p {
    font-size: 20px;
    font-weight: 700;
    color: #f6f6f6;
    text-align: center;
}

.teaser-box-content-news-left {
    width: 70%;
    /* height: 100%; */
}

.teaser-box-content-news-left a{
    text-decoration:none;
    color: #000;
}

.teaser-box-content-news-left a:hover {
    text-decoration: underline;
}

.teaser-box-content-news-right {
    display: flex;
    width: 30%;
    justify-content: end;
    height: 100%;
}

.teaser-box-content-tags {
    width: 100%;
    height: 30px;
    display: flex;
    align-content: center;
}

.teaser-box-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.teaser-box-tags > li > a {
    color: #0C5FAB;
    font-weight: bold;
    text-decoration: none;
}

ul.teaser-box-tags > li > a:hover {
    text-decoration: underline;
    font-weight: bold;
}


/* ============ Teaser Media Queries =============== */


@media (max-width: 575.98px) {
    .teaser-container {
        width: 100%;
    }

    .teaser-container-no-top-padding {
        width: 100%;
    }

    .teaser-box-content-news-right {
        display:block;
        width: 30%;
    }

    .teaser-box-content-news-right img {
        display: block;
        float: right;
    }

    .teaser-box-image-container {
        height: 160px;
    }

    .teaser-box-image-container > a > img {
        height: 160px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .teaser-container {
        width: 100%;
    }

    .teaser-container-no-top-padding {
        width: 100%;
    }

    .teaser-box-content-news-right {
        width: 30%;
        text-align: right;
    }

    .teaser-box-content-news-right img {
        display: block;
        float: right;
    }

    .teaser-box-image-container {
        height: 160px;
    }

    .teaser-box-image-container > a > img {
        height: 160px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .teaser-container {
        width: 100%;
    }

    .teaser-container-no-top-padding {
        width: 100%;
    }

    .teaser-box-content-news-right {
        width: 30%;
        text-align: right;
    }

    .teaser-box-content-news-right img {
        display: block;
        float: right;
    }

    .teaser-box-image-container {
        height: 250px;
    }

    .teaser-box-image-container > a > img {
        height: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .teaser-container {
        width: 100%;
        padding: 25px;
    }

    .teaser-container-no-top-padding {
        width: 100%;
        padding: 0px 25px;
    }

    .teaser-box-content-news-right img {
        display: block;
        float: right;
    }
}

@media (min-width: 1200px) {
    .teaser-container {
        width: 100%;
        padding: 30px;
    }

    .teaser-container-no-top-padding {
        width: 100%;
        padding: 0px 20px;
    }

    .teaser-box-content-news-right img {
        display: block;
        float: right;
    }
}

/* ============ Cards =============== */
.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}

.card {
    display: flex;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.card img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
    transition: all 0.4s ease;
    min-height: 20rem;
}

.card:hover img {
    transform: scale(1.1);
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    background-color: rgb(13,14,32,0.77);
}

.card-content h3 {
    font-size: 32px;
    color: #f6f6f6;
    text-align: center;
    margin-bottom: 5px;
}

.card-content p {
    font-size: 18px;
    font-weight: 700;
    color: #f6f6f6;
    text-align: center;
    padding: 0px;
    margin-bottom: 5px;
}



.card-content-staff {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 15px;
    background-color: rgb(13,14,32,0.77);
}

    .card-content-staff h3 {
        font-size: 24px;
        color: #f6f6f6;
        text-align: center;
        margin-bottom: 2px;
    }

    .card-content-staff p {
        font-size: 18px;
        font-weight: 700;
        color: #f6f6f6;
        text-align: center;
        padding: 0px;
        margin-bottom: 4px;
    }

    .card-content-staff p a {
        font-size: 16px;
        font-weight: 600;
        color: #f6f6f6;
        text-decoration: none;
    }

    .card-content-staff p a:hover {
        font-size: 16px;
        font-weight: 600;
        color: #f6f6f6;
        text-decoration: underline;
    }

@media (max-width: 575.98px) {
    .card {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .card {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1439.98px) {
    .card {
        width: 50%;
    }
}

@media (min-width: 1440px) {
    .card {
        width: 25%;
    }

    .cards--3-cols .card {
        width: 33.333%;
    }
}


/* ============ News =============== */

.news-page-title {
    width: 100%;
    height: 70px;
    margin-bottom: 30px;
}

.news-page-title h1 {
    font-family: 'Din Bold',sans-serif;
}

.news-list-header-container {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.news-list-header-container-with-query-params {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.news-list-header-container h2 {
    font-size: 35px;
}

.news-list-archive{
    display:flex;
    justify-content: center;
}

.news-list {
    width: 717px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list-archive-button-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.news-list-item{
    margin-bottom: 15px;
    width: 100%
}

.news-list-item > a > header > h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
    color: #0C5FAB;
    text-decoration: underline;
}

.news-list-item > a {
    text-decoration: none;
    color: black;
}

.news-list-item > a:hover {
    text-decoration: underline;
    color: black;
}

.news-list-item > a > header > span {
    font-size: 12px;
    color: rgba(0,0,0,0.72);
    text-decoration: none;
}

.news-back-button{
    width: 717px;
}

.news-back-button h2{
    margin-top: 20px;
}

/* ============ News item =============== */
.news-item-section {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.news-item-section p img {
    width: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.news-item-header {
    width: 100%;
}

.news-item-header-h1 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 3rem;
    overflow-wrap:anywhere;
}

@supports (hyphenate-limit-chars: 10 5 3) {
    .news-item-header-h1 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        hyphenate-limit-chars:10 5 3;
    }
}

.news-item-date {
    width: 100%;
}

.news-item-date span {
    font-size: 16px;
}

.news-item-category {
    width: 100%;
}

.news-item-category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-item-category-tags li {
    color: #0C5FAB;
    font-weight: 700;
}

.news-item-image {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    max-height: 85vw;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-left: calc(var(--page-padding) * -1);
    margin-right: calc(var(--page-padding) * -1);
}

.news-item-image img {
    width: 100%;
    height: auto;
    max-width: none;
}


.news-item-preamble {
    margin-top: 20px;
}

.news-item-preamble span {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.news-item-body {
    margin-top: 20px;
    position: relative;
    width: 100%;
}



.news-item-body-macro-section-left span {
    font-family: 'Din Bold',sans-serif;
    font-size: 3rem;
    line-height: 3.2rem;
}



.news-item-body-macro-section-right img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news-item-bottom-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: min(5%, 40px);
}

.news-item-related-divider-box{
    width: 100%;
    height: 20px;
    margin-top: 30px;
}

hr.divider-short-blue {
    border-top: 2px solid #0C5FAB;
    width: 40%;
}

.news-item-related-header {
    width: 100%;
    margin: 10px 0px 25px;
}

.news-item-related-header h3{
    font-size: 1.5rem;
    font-weight: bold;
}

.news-item-related-box {
    width: 100%;
    margin-bottom: 30px;
}

.news-item-related-box-header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.news-item-related-box-header-date{
    width: 20%;
}

.news-item-related-box-header-title {
    width: 80%;
}

.news-item-related-box-desc {
    width: 100%;
}

.news-item-related-box-header-date span {
    font-size: 1.0rem;
    color: #000;
    font-weight: 300;
}

.news-item-related-box-header-title h4{
    font-size: 1.1rem;
    color: #000;
    font-weight: bold;
}

.news-item-related-box-desc span {
    font-size: 1.0rem;
    color: #000;
    font-weight: normal;
}

.news-item-related-box a{
    text-decoration: none;
    cursor: pointer;
}

.news-item-related-box a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #054580;
}

@media (max-width: 575.98px) {
    .news-item-related-box-header {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .news-item-related-box-header-date {
        width: 100%;
    }

    .news-item-related-box-header-title {
        width: 100%;
    }

    .news-item-body-macro-section-left span {
        font-size: 2.0rem;
        line-height: 2.2rem;
    }

    .news-item-body-macro-section {
        margin-top: 20px;
        width: 100%;
        position: relative;
    }

    .news-item-body-macro-section-left {
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-item-body-macro-section-right {
        height: 250px;
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .news-item-related-box-header {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .news-item-related-box-header-date {
        width: 100%;
    }

    .news-item-related-box-header-title {
        width: 100%;
    }

    .news-item-body-macro-section-left span {
        font-size: 2.0rem;
        line-height: 2.2rem;
    }

    .news-item-body-macro-section {
        margin-top: 20px;
        width: 100vw;
        height: 450px;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        display: flex;
        justify-content: flex-start;
        padding-top: 15px;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 15px;
    }

    .news-item-body-macro-section-left {
        width: 50%;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 15px;
    }

    .news-item-body-macro-section-right {
        width: 50%;
        height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .news-item-related-box-header-date {
        width: 15%;
    }

    .news-item-related-box-header-title {
        width: 85%;
    }

    .news-item-body-macro-section-left span {
        font-size: 2.5rem;
        line-height: 2.7rem;
    }

    .news-item-body-macro-section {
        margin-top: 20px;
        width: 100vw;
        height: 450px;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        display: flex;
        justify-content: flex-start;
        padding-top: 20px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 20px;
    }

    .news-item-body-macro-section-left {
        width: 50%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 15px;
    }

    .news-item-body-macro-section-right {
        width: 50%;
        height: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .news-item-related-box-header-date {
        width: 15%;
    }

    .news-item-related-box-header-title {
        width: 85%;
    }

    .news-item-body-macro-section {
        margin-top: 20px;
        width: 100vw;
        height: 450px;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        display: flex;
        justify-content: flex-start;
        padding-top: 20px;
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 20px;
    }

    .news-item-body-macro-section-left {
        width: 50%;
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 15px;
    }

    .news-item-body-macro-section-left span {
        font-size: 2.5rem;
        line-height: 2.7rem;
    }

    .news-item-body-macro-section-right {
        width: 50%;
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .news-item-related-box-header-date {
        width: 15%;
    }

    .news-item-related-box-header-title {
        width: 85%;
    }

    .news-item-body-macro-section {
        margin-top: 20px;
        width: 100vw;
        height: 450px;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        display: flex;
        justify-content: flex-start;
        padding-top: 20px;
        padding-left: 25%;
        padding-right: 25%;
        padding-bottom: 20px;
    }

    .news-item-body-macro-section-left {
        width: 50%;
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 15px;
    }

    .news-item-body-macro-section-left span {
        font-size: 3rem;
        line-height: 3.2rem;
    }

    .news-item-body-macro-section-right {
        width: 50%;
        height: 350px;
    }
}

/* ============ Cards News =============== */
.cards-news {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-news {
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.card-news a {
    text-decoration: none;
}

.card-news-image {
    overflow: hidden;
}

.card-news-image img {
    aspect-ratio: 3 / 2;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.card-news:hover img {
    transform: scale(1.1);
}

.card-content-news {
    width: 100%;
    padding: 15px 5px 15px 0px;
    background-color: rgb(255,255,255);
    display: flex;
    align-items: start;
}

.card-content-news h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 27px;
    color: #000;
    text-align: left;
    overflow-wrap:anywhere;
}

@supports (hyphenate-limit-chars: 10 5 3) {
    .card-content-news h3 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        hyphenate-limit-chars:10 5 3;
    }
}

.card-news-date {
    font-size: 12px;
    color: rgba(0,0,0,0.72);
}

.card-content-news p {
    font-size: 20px;
    font-weight: 700;
    color: #f6f6f6;
    text-align: center;
}

.card-content-news-left{
    width: 100%;
}

.card-content-news-right {
    display: flex;
    width: 30%;
    justify-content: end;
    padding-top: 23px;
}

.card-content-tags {
    width: 100%;
    height:30px;
    display:flex;
    align-content:center;
}

.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.chip {
    display: inline-block;
    padding: 0 12px;
    height: 30px;
    font-size: 14px;
    font-weight:700;
    color: #0C5FAB;
    line-height: 30px;
    border-radius: 4px;
    background-color: #f1f1f1;
}

ul.card-tags > li > a > .chip {
    color: #0C5FAB;
    text-decoration: none;
}

ul.card-tags > li > a:hover > .chip {
    text-decoration: underline;
    background-color: #e6e6e6;
}

@media (max-width: 575.98px) {
    .card-news-item {
        width: 100%;
    }

    .news-list-header-container h2 {
        font-size: 26px;
    }

    .cards-news {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .card-content-news-left {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .card-news-item {
        width: 100%;
    }

    .news-list-header-container h2 {
        font-size: 26px;
    }

    .cards-news {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .card-content-news-left {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-news-item {
        width: 48%;
    }

    .news-list-header-container h2 {
        font-size: 30px;
    }

    .cards-news {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .card-content-news-left {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .card-news-item {
        width: 48%;
    }

    .news-list-header-container h2 {
        font-size: 35px;
    }

    .cards-news {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .card-content-news-left {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .card-news-item {
        width: 48%;
    }

    .news-list-header-container h2 {
        font-size: 35px;
    }

    .cards-news {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
}





/* ============ Button Teaser =============== */
.button-teaser {
    display: inline-block;
    border-radius: 20px;
    background-color: #054580;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 8px 12px;
    min-width: 180px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    font-weight: bold;
}

.button-teaser span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button-teaser span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button-teaser:hover span {
    padding-right: 25px;
}

.button-teaser:hover span:after {
    opacity: 1;
    right: 0;
}


/* ============ Button Back =============== */
.button-back {
    display: inline-block;
    border-radius: 14px;
    background-color: #FFF;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight:500;
    padding: 5px 8px;
    width: 130px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0;
    text-decoration:none;
}

.button-back:hover {
    text-decoration:underline;
}

.button-next {
    display: inline-block;
    border-radius: 14px;
    background-color: #FFF;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 8px;
    width: 130px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0;
    text-decoration: none;
}

.button-next:hover {
    text-decoration: underline;
}