.b-news-teaser-first {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.b-news-teaser-first__gallery {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% + 20px);
}

@media print, screen and (min-width: 40em) {
    .b-news-teaser-first__gallery {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: 0px;
        min-width: 0px;
        width: 100%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        width: auto;
        max-width: 100%;
    }
}

@media print, screen and (min-width: 64em) {
    .b-news-teaser-first__gallery {
        width: 66.666667%;
        margin-right: 0;
        margin-left: 0;
    }
}

@media print {
    .b-news-teaser-first__gallery {
        display: none;
    }
}

.b-news-teaser-first__description-container {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

@media print, screen and (min-width: 64em) {
    .b-news-teaser-first__description-container {
        width: calc(33.333333% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media print {
    .b-news-teaser-first__description-container {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: 0px;
        min-width: 0px;
        width: calc(100% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem;
    }
}

.b-news-teaser-first__title {
    padding-top: 30px;
    padding-bottom: 30px;
    width: initial;
    margin: 0;
}

.b-news-teaser-first__title:hover ~ .b-news-teaser-first__announce {
    color: #eb8b23;
}

@media print, screen and (min-width: 64em) {
    .b-news-teaser-first__title {
        padding-top: 0;
    }
}

.b-news-teaser-first__image {
    height: 530px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.b-news-teaser-first__date {
    color: #eb8b23;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
}

@media print, screen and (min-width: 40em) {
    .b-news-teaser-first__date {
        padding-bottom: 13px;
        border-bottom: 1px solid gray;
    }
}

.b-news-teaser-first__announce {
    color: #20285d;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 13px;
    line-height: 1.7em;
    transition: 250ms;
}

@media print, screen and (min-width: 40em) {
    .b-news-teaser-first__announce {
        font-size: 14px;
        margin-top: 37px;
    }
}

.b-news-teaser-first__title-text {
    color: #20285d;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    line-height: 28px;
    border: none !important;
}

.b-news-teaser-first__title-text::after {
    content: "";
    display: inline-block;
    height: 7px;
    width: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/images/layer1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.b-news-teaser-first__title-text:hover {
    color: #eb8b23;
}

@media print, screen and (min-width: 40em) {
    .b-news-teaser-first__title-text {
        font-size: 24px;
    }
}

@media print {
    .b-news-teaser-first__gallery-slider {
        display: none !important;
    }
}

.b-news-teaser-first__gallery-slider .slick-next {
    right: 0;
    background-position: -75px 0;
}

.b-news-teaser-first__gallery-slider .slick-next:hover {
    background-position: -75px -75px;
}

.b-news-teaser-first__gallery-slider .slick-next::before {
    content: '';
}

.b-news-teaser-first__gallery-slider .slick-prev {
    left: 0;
    background-position: 0 0;
}

.b-news-teaser-first__gallery-slider .slick-prev:hover {
    background-position: 0 -75px;
}

.b-news-teaser-first__gallery-slider .slick-prev::before {
    content: '';
}

.b-news-teaser-first__gallery-slider .slick-dots {
    left: 0;
    right: 0;
}

.b-news-teaser-first__gallery-slider .slick-dots li button::before {
    color: #00abb6;
}

.b-news-teaser-first__gallery-slider .slick-slide img {
    margin: auto;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

.b-news-teaser {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 65px;
}

@media print, screen and (min-width: 40em) {
    .b-news-teaser {
        margin-top: 35px;
    }
}

@media print, screen and (min-width: 64em) {
    .b-news-teaser {
        width: 50%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 80px;
    }
}

@media print {
    .b-news-teaser {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: 0px;
        min-width: 0px;
        width: calc(100% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem;
    }
}

.b-news-teaser__image-container {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
}

@media print, screen and (min-width: 40em) {
    .b-news-teaser__image-container {
        width: calc(33.333333% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem;
    }
}

@media print {
    .b-news-teaser__image-container {
        display: none;
    }
}

.b-news-teaser__text-container {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
}

@media print, screen and (min-width: 40em) {
    .b-news-teaser__text-container {
        width: calc(66.666667% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem;
    }
}

@media print {
    .b-news-teaser__text-container {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: 0px;
        min-width: 0px;
        width: calc(100% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem;
    }
}

.b-news-teaser__date {
    color: #eb8b23;
    font-size: 13px;
    font-weight: 800;
    padding-bottom: 5px;
    padding-top: 10px;
    transition: 0.3s;
}

@media print, screen and (min-width: 40em) {
    .b-news-teaser__date {
        padding-bottom: 10px;
        padding-top: 0;
        border-bottom: 1px solid gray;
    }
}

.b-news-teaser__text-container--hover .b-news-teaser__date {
    border-color: #eb8b23;
}

.b-news-teaser__title {
    color: #293162;
    font-weight: 700;
    line-height: 1.2em;
    font-size: 15px;
}

@media print, screen and (min-width: 40em) {
    .b-news-teaser__title {
        margin-top: 22px;
        font-size: 17px;
    }
}

.b-news-teaser__title a {
    text-decoration: none;
    transition: 0.3s;
}

.b-news-teaser__text-container--hover .b-news-teaser__title a {
    color: #eb8b23;
    text-decoration: underline;
}

.b-news-teaser__announce {
    color: #293162;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    transition: 0.3s;
    margin-top: 8px;
}

@media print, screen and (min-width: 40em) {
    .b-news-teaser__announce {
        margin-top: 21px;
    }
}

.b-news-teaser__text-container--hover .b-news-teaser__announce {
    color: #eb8b23;
}



.b-menuSite {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 110;
    background-color: #fff;
    opacity: 0.95;
    color: #6f7084;
    position: fixed;
    overflow-y: auto;
}

.b-menuSite__container {
    max-width: 1280px;
    margin: 0 auto;
    margin-left: 79px;
}

@media (min-width: 760px) {
    .b-menuSite__container {
        margin: 0 auto;
        height: 100vh;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
}

@media (max-width: 425px) {
    .b-menuSite__container {
        margin-left: 60px;
    }
}

.b-menuSite__level {
    overflow: hidden;
    max-height: 10000px;
    transition: 500ms;
}

.b-menuSite .level0 > .b-menuSite__li > .b-menuSite__link {
    margin-top: 0;
}

.b-menuSite__li--hidden > .b-menuSite__level {
    overflow: hidden;
    max-height: 10000px;
    transition: 500ms;
}

.b-menuSite__link {
    margin-top: 10px;
}

@media screen and (min-width: 64em) {
    .b-menuSite__link {
        margin-top: 16px;
    }
}

@media (max-width: 760px) {
    .b-menuSite__li--hidden > .b-menuSite__level {
        max-height: 0;
    }
}

.b-menuSite__logo {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    padding: 33px 0;
    height: 112px;
    margin-bottom: 40px;
    text-align: left;
    display: block;
}

@media (min-width: 760px) {
    .b-menuSite__logo {
        margin-left: 3.3rem;
    }
}

@media (min-width: 1280px) {
    .b-menuSite__logo {
        margin-left: 3.75rem;
    }
}

.b-menuSite__logo img {
    max-width: 100%;
    max-height: 100%;
}

.b-menuSite__menu {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
}

@media (min-width: 760px) {
    .b-menuSite__menu {
        height: calc(100% - 300px);
    }
}

.b-menuSite__menu a {
    text-decoration: none;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: rgba(32, 40, 91, 0.8);
    opacity: 0.8;
    border-bottom: none;
}

.b-menuSite__menu a:hover {
    color: #20285d;
}

.b-menuSite__menu a.current {
    color: #b0763d;
    opacity: 1;
}

@media screen and (min-width: 64em) {
    .b-menuSite__menu a {
        font-size: 16px;
    }
}

.b-menuSite__menu ul {
    margin: 0;
    padding: 0;
}

.b-menuSite__menu ul li {
    list-style-type: none;
    padding-left: 25px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
}

@media (min-width: 760px) {
    .b-menuSite__menu .level0 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100%;
        overflow: visible;
    }
}

.b-menuSite__menu .level0 > li {
    padding: 0;
    margin-bottom: 50px;
    padding-right: 20px;
    width: 100%;
    max-width: 300px;
}

@media (min-width: 760px) {
    .b-menuSite__menu .level0 > li {
        width: 100%;
        max-width: 24%;
    }

    .b-menuSite__menu .level0 > li:nth-last-child(3) {
        padding-right: 0 !important;
    }
}

@media (max-width: 1024px) {
    .b-menuSite__menu .level0 > li {
        padding-right: 10px;
    }
}

.b-menuSite__menu .level0 > li > a,
.b-menuSite__menu .level0 > li > div {
    color: #20285d;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding-left: 20px;
    border: 1px solid #20285d;
    line-height: 1.1em;
    opacity: 1;
}

@media (max-width: 1280px) {
    .b-menuSite__menu .level0 > li > a,
    .b-menuSite__menu .level0 > li > div {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .b-menuSite__menu .level0 > li > a,
    .b-menuSite__menu .level0 > li > div {
        font-size: 18px;
        height: 50px;
    }
}

@media (max-width: 1024px) {
    .b-menuSite__menu .level0 > li > a,
    .b-menuSite__menu .level0 > li > div {
        height: 40px;
        padding-left: 10px;
    }
}

@media (max-width: 1200px) {
    .b-menuSite__menu .level0 > li > a::after,
    .b-menuSite__menu .level0 > li > div::after {
        width: 50px;
    }
}

@media (max-width: 1024px) {
    .b-menuSite__menu .level0 > li > a::after,
    .b-menuSite__menu .level0 > li > div::after {
        width: 40px;
    }
}

.b-menuSite__menu .level1 > li:not(.b-menuSite__sub-li) {
    padding-left: 0;
}

.b-menuSite__menu .level1 > .b-menuSite__sub-li > a {
    padding-top: 6px;
    display: block;
    text-transform: uppercase;
}

.b-menuSite__menu .level2 li {
    padding-left: 0;
}


.b-menuSite--active {
    display: block;
}

.b-menuSite__burger-container {
    position: fixed;
    padding: 33px 23px 23px;
    z-index: 110;
}

@media (min-width: 760px) {
    .b-menuSite__burger-container {
        right: 0;
    }
}

@media (min-width: 1380px) {
    .b-menuSite__burger-container {
        right: initial;
    }
}

@media (max-width: 425px) {
    .b-menuSite__burger-container {
        padding: 15px;
    }
}

.b-menuSite__sub-li {
    background-image: inherit !important;
    padding: 0 !important;
}

.b-menuSite__sub-li > div {
    text-transform: uppercase;
    color: #fff !important;
    opacity: 0.8 !important;
    display: block;
    padding-left: 25px;
    font-size: 17px;
}

.b-menuSite .hidden {
    display: none;
}

@media (min-width: 760px) {
    .b-menuSite__no-sub-li {
        padding-right: 0 !important;
    }
}