.section-extendable-teaser {
    min-height: auto;
    background: var(--main-background);
}

.section-extendable-teaser .section-title span {
	font-family: var(--font-basic-sans);
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
	display: block;
	color: #132A18;
    max-width: 848px;
    margin: 0 auto 80px;
}

.section-extendable-teaser .content-width {
    padding-top: 80px !important;
	padding-bottom: 80px !important;
    max-width: 1224px;
}

.section-extendable-teaser.reverse .content-width {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.section-extendable-teaser .extendable-teaser-inner {
    position: relative;
    display: flex;
    align-items: start;
}

.section-extendable-teaser.reverse .extendable-teaser-inner {
    flex-direction: row-reverse;
}

.section-extendable-teaser .wrap-content {
    width: 50%;
    padding: 48px;
}

.section-extendable-teaser .extendable-teaser-inner .extendable-teaser-image {
    width: 50%;
}

.section-extendable-teaser .extendable-teaser-title {
    margin-bottom: 16px;
}

.section-extendable-teaser .extendable-teaser-title span {
	font-family: var(--main-font);
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
	display: block;
	color: #132a18;
}

.section-extendable-teaser .extendable-teaser-text p {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
    text-align: left;
    margin-bottom: 24px;
    padding-right: 25px;
    color: #79756b;
}

.section-extendable-teaser .extendable-teaser-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    display: block;
    max-width: 532px;
    border-radius: 16px;
    overflow: hidden;
}

.extendable-teaser-points ul {
    list-style: none;
    gap: 24px;
    display: block;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
}

.extendable-teaser-points.toggle ul {
    max-height: 100px;
    overflow: hidden;
}

.extendable-teaser-points.toggle.mobile ul {
    max-height: 410px;
}

.extendable-teaser-points ul:after {
    content: '';
    width: 100%;
    height: 74px;
    background: linear-gradient(180deg, rgba(252, 251, 247, 0.44) 29%, rgb(252 251 247) 90.5%);
    position: absolute;
    bottom: 0;
    display: none;
}

.extendable-teaser-points ul li {
    padding: 0 0 0 40px;
    margin: 0;
    position: relative;
    margin-bottom: 16px;
}

.extendable-teaser-points ul li:last-child {
    margin-bottom: 0;
}

.extendable-teaser-points ul li:before {
    content: '';
    background: url('checksymbol.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background-size: cover;
}

.extendable-teaser-points ul li .point-title {
    font-family: var(--museo-sans);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    display: block;
    color: #132a18;
}

.extendable-teaser-points ul li .point-title + .point-description {
    margin-top: 8px;
}

.extendable-teaser-points ul li .point-description {
    font-family: var(--font-basic-sans);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: #79756b;
    margin-bottom: 0;
}

.expendable-teaser-expender-1 .state-1 {
    font-family: var(--font-basic-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    display: none;
    color: var(--orange);
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

.expendable-teaser-expender-1 .state-1:after {
    content: '';
    background: url('close.png?');
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.expendable-teaser-expender-1 .state-2 {
    font-family: var(--font-basic-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    display: none;
    color: var(--yellow);
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

.expendable-teaser-expender-1 .state-2:after {
    content: '';
    background: url('open.png?');
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.extendable-teaser-points.toggle ul:after {
    display: block;
}

.extendable-teaser-points.toggle .expendable-teaser-expender-1 .state-1 {
    display: inline-block;
    vertical-align: top;
}

.extendable-teaser-points.expanded .expendable-teaser-expender-1 .state-1 {
    display: none;
}

.extendable-teaser-points.expanded .expendable-teaser-expender-1 .state-2 {
    display: inline-block;
    vertical-align: top;
}

.extendable-teaser-points.toggle.expanded ul:after {
    display: none;
}

.extendable-teaser-points.toggle.expanded ul {
    max-height: 100%;
}

.extendable-teaser-points.no-margin ul {
    margin-bottom: 0 !important;
}

.ex-mobile-only {
    height: 24px !important;
}

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

    .section-extendable-teaser .extendable-teaser-inner {
        flex-wrap: wrap;
    }

    .section-extendable-teaser .extendable-teaser-inner .extendable-teaser-image {
        position: relative;
        margin-bottom: 48px;
    }

    .section-extendable-teaser .wrap-content {
        width: 100%;
        padding: 0 48px 48px;
    }

    .section-extendable-teaser .extendable-teaser-inner .extendable-teaser-image {
        width: 100%;
    }

    .section-extendable-teaser .extendable-teaser-image img {
        width: 100%;
        height: 280px;
        max-width: 100%;
    }

    .section-extendable-teaser .section-title span {
        margin-bottom: 104px;
    }

    .extendable-teaser-points ul li {
        margin-bottom: 16px;
    }

    .section-extendable-teaser .extendable-teaser-text p {
        margin-bottom: 32px;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .ex-mobile-only {
        height: 80px !important;
    }

    .section-extendable-teaser .wrap-content {
        padding: 0 24px 48px;
    }

    .section-extendable-teaser .section-title span {
        margin-bottom: 88px;
    }

    .section-extendable-teaser .extendable-teaser-image img {
        height: 216px;
    }

    .section-extendable-teaser .extendable-teaser-title {
        margin-bottom: 24px;
    }
}
