body {
    font-family: 'Nunito Sans';
    margin: 0;
}

.preheader-container {
    height: 88px;
}

.preview-page-container {
    padding: 0 40px;
}

.preheader-inner {
    height: 100%;
}

.preheader-wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

.preheader-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
    width: 100%;
}

.preheader-logo #lang-menu {
    display: flex;
    gap: 15px;
    position: absolute;
    right: 0;
}

.preheader-logo #lang-menu li {
    display: block;
    padding-right: 5px;
    position: relative;
}

.preheader-logo #lang-menu li:after {
    background-color: #EB8B2C;
    content: "";
    height: 75%;
    position: absolute;
    right: -5px;
    top: 12.5%;
    width: 2px;
}

.preheader-logo #lang-menu li a {
    color: #EB8B2C;
    text-decoration: none;
}

.preheader-logo #lang-menu li:last-child:after {
    display: none;
}

.preheader-logo #header-logo {
    display: flex;
}

.preview-page-link a {
    color: #000;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 17px;
    padding-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.preheader-wrap .preview-page-link {
    width: 25%;
}

.preheader-wrap .preview-page-link:last-child {
    text-align: right;
}

.prefooter-container {
    height: 78px;
}

.prefooter-inner {
    display: flex;
    height: 100%;
    justify-content: center;
}

.prefooter-menu {
    align-items: center;
    display: flex;
    gap: 15px;
    margin: auto;
}

.prefooter-menu .preview-page-link:first-child, 
.prefooter-menu .preview-page-link:last-child {
    display: none;
}

.prefooter-menu .preview-page-link a {
    position: relative;
}

.prefooter-menu .preview-page-link a:after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 75%;
    position: absolute;
    right: -5px;
    top: 12.5%;
    width: 2px;
}

.prefooter-menu .preview-page-link:nth-child(3) a:after {
    display: none;
}

.teasers-inner {
    display: flex;
}

.teaser-single {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(100% / 2);
    max-width: calc(100% / 2);
    overflow: hidden;
}

@property --color {
    syntax: '<color>';
    inherits: false;
    initial-value: #1d7a35;
}

.preview-page-cta {
    background: linear-gradient(var(--color) 0%,#0e521b 100%);
    color: #FFF!important;
    display: inline-block;
    margin: 25px 0;
    padding: 12.5px 35px;
    text-decoration: none;
    transition: --color 0.3s;
}

.preview-page-cta:hover {
    --color: #EB8B2C;
    background: linear-gradient(45deg, var(--color), var(--color));
}

.teaser-single-carousel {
    background-color: #FFF;
    padding: 15px;
}

.teaser-text {
    height: 100%;
    padding: 30px 25px;
}

.teaser-single .teaser-single-content {
    height: 100%;
    padding-left: 15px;
}

.teaser-single:last-child .teaser-single-content .teaser-text {
    background-color: rgba(223, 223, 225, 0.25);
}

.teaser-single-content h1 {
    font-family: 'Nunito Sans';
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
}

.teaser-single-content p {
    font-size: 16px;
    line-height: 23px;
}

.teaser-single-content h2 {
    font-family: 'Nunito Sans';
    font-size: 26px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 0px;
}

.teaser-single-content ul {
    margin: 0;
    padding: 0;
}

.teaser-divisions li {
    border-bottom: 1px solid #707070;
    display: block;
    margin: 15px 0;
    padding: 15px 0;
    position: relative;
}

.teaser-divisions li:after {
    border-top: 1.5px solid #168739;
    border-right: 1.5px solid #168739;
    content: "";
    height: 15px;
    position: absolute;
    right: 15px;
    transform: rotate(45deg);
    top: calc(50% - 11px);
    width: 15px;
}

.teaser-divisions li a {
    color: #168739;
    display: block;
    text-decoration: none;
}

.preview-accordion {
    margin: 75px 0;
}

.preview-accordion-header {
    align-items: center;
    background-color: #B5B5B5;
    color: #FFF;
    display: flex;
    font-weight: 400;
    gap: 15px;
    margin: 0;
    padding: 15px;
    position: relative;
}

.preview-accordion-header:hover {
    cursor: pointer;
}

.preview-accordion-header:after {
    border-top: 1.5px solid #FFF;
    border-right: 1.5px solid #FFF;
    content: "";
    height: 15px;
    opacity: 1;
    position: absolute;
    right: 15px;
    transform: rotate(135deg);
    transition: opacity 0.15s;
    top: calc(50% - 11px);
    width: 15px;
}

.preview-accordion-body {
    display: none;
    padding: 25px 7.5px;
}

.preview-accordion.expand .preview-accordion-body {
    display: block;
}

.preview-accordion.expand .preview-accordion-header:after {
    opacity: 0;
}

.preview-accordion-body ul {
    column-count: 2;
    margin: 0;
    padding: 0 10px;
}

.teaser-single-content a {
    color: #168739;
}

@media screen and (max-width: 900px) {

    .preheader-container {
        height: 70px;
    }

    .preview-page-container {
        padding: 0 25px;
    }

    .preheader-inner.preview-page-container {
        padding: 0 10px;
    }

    .preheader-wrap .preview-page-link a {
        font-size: 12px;
    }

    .preheader-logo #lang-menu {
        background-color: rgba(223, 223, 225, 1);
        flex-direction: column;
        padding: 10px;
        right: 0;
        position: fixed;
        top: 15%;
        z-index: 50;
    }

    .preheader-logo #lang-menu li {
        padding-right: 0px;
        padding-bottom: 5px;
    }

    .preheader-logo #lang-menu li:after {
        bottom: -5px;
        height: 2px;
        top: initial;
        right: 0;
        width: 100%;
    }

    #header-logo img {
        max-width: 150px;
    }
    
    .teasers-inner {
        flex-direction: column;
    }
    
    .teaser-single {
        max-width: 100%;
        width: 100%;
    }

    .prefooter-container {
        margin-top: 50px;
    }

    .teaser-text {
        padding: 25px 15px;
    }

    .teaser-single-content .bodytext,
    .teaser-single-content h2,
    .teaser-divisions,
    .preview-accordion,
    .infos-text {
        display: none;
    }
    
    .teaser-single:last-child .teaser-single-content {
        padding-left: 0;
    }

    .teaser-single:last-child .teaser-single-content .teaser-text {
        padding-left: 25px;
    }

}

