#ce_wg_teaser_wide h2 {
    text-align: center;
}

#ce_wg_teaser_wide .teaser-section-wide > .text {
    text-align: center;
}

#ce_wg_teaser_wide .teaser-item {
    overflow: hidden;
}

#ce_wg_teaser_wide .teaser-item.has-btn {
    cursor: pointer;
}

.section.section-default > div.frame-background-primary #ce_wg_teaser_wide .teaser-item:hover .teaser-box-content {
    background-color: var(--primary-color-frame-box-hover) !important;
}

.section.section-default > div.frame-background-secondary #ce_wg_teaser_wide .teaser-item:hover .teaser-box-content {
    background-color: var(--secondary-color-frame-box-hover) !important;
}

.section.section-default > div.frame-background-dark #ce_wg_teaser_wide .teaser-item:hover .teaser-box-content {
    background-color: var(--dark-color-frame-box-hover) !important;
}

#ce_wg_teaser_wide .teaser-item .image {
    overflow: hidden;
}

#ce_wg_teaser_wide .teaser-item img {
    max-height: 360px;
    height: auto;
    object-fit: cover;
    min-height: 400px;
    transition: transform 0.5s ease;
    width: 100%;
}

#ce_wg_teaser_wide .teaser-item:hover img {
    transform: scale(1.1);
}

#ce_wg_teaser_wide .teaser-box {
    gap: 50px;
}

#ce_wg_teaser_wide .teaser-item:last-child {
    margin-bottom: 0;
}

#ce_wg_teaser_wide .teaser-item .teaser-info {
    padding: 25px;
}

.section.section-default > div.frame-background-primary #ce_wg_teaser_wide .teaser-section-wide .teaser-item .teaser-box-content {
    background-color: var(--primary-color-frame-box);
    transition: 0.5s;
}

.section.section-default > div.frame-background-secondary #ce_wg_teaser_wide .teaser-section-wide .teaser-item .teaser-box-content {
    background-color: var(--secondary-color-frame-box);
    transition: 0.5s;
}

.section.section-default > div.frame-background-dark #ce_wg_teaser_wide .teaser-section-wide .teaser-item .teaser-box-content {
    background-color: var(--dark-color-frame-box);
    transition: 0.5s;
}

@media (min-width: 1400px) {
    #ce_wg_teaser_wide .teaser-item.col-md-6 {
        width: calc(50% - 12.5px);
    }
}

@media (min-width: 768px) {
    #ce_wg_teaser_wide .teaser-box-image.image-left .image {
        border-top-left-radius: var(--border-radius-20);
        border-bottom-left-radius: var(--border-radius-20);
    }

    #ce_wg_teaser_wide .teaser-box-image.image-right .image {
        border-top-right-radius: var(--border-radius-20);
        border-bottom-right-radius: var(--border-radius-20);
    }

    #ce_wg_teaser_wide .teaser-box-content.content-left {
        border-top-left-radius: var(--border-radius-20);
        border-bottom-left-radius: var(--border-radius-20);
    }

    #ce_wg_teaser_wide .teaser-box-content.content-right {
        border-top-right-radius: var(--border-radius-20);
        border-bottom-right-radius: var(--border-radius-20);
    }
}

@media (max-width: 767.98px) {
    #ce_wg_teaser_wide .teaser-item.responsive-reverse {
        flex-direction: column-reverse;
    }

    #ce_wg_teaser_wide .teaser-box-image .image {
        border-top-left-radius: var(--border-radius-20);
        border-top-right-radius: var(--border-radius-20);
    }

    #ce_wg_teaser_wide .teaser-box-content {
        border-bottom-left-radius: var(--border-radius-20);
        border-bottom-right-radius: var(--border-radius-20);
    }

    .contentcontainer[data-container-identifier="container_2_columns_right"] #ce_wg_teaser_wide .teaser-section-wide .teaser-item .teaser-box-content,
    .contentcontainer[data-container-identifier="container_2_columns_left"] #ce_wg_teaser_wide .teaser-section-wide .teaser-item .teaser-box-content {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    #ce_wg_teaser_wide .teaser-item img {
        max-height: 200px;
        min-height: unset;
    }

    #ce_wg_teaser_wide .teaser-box-image {
        width: 100%;
    }
}