/* teaser box */

.elementor-widget-cl-teaser-box .elementor-widget-container {
    width: 100%;
}

.teaser-box .inner {
    display: flex;
    flex-direction: column;
}

.teaser-box .wrapper {
    display: flex;
    flex-direction: column;
}

.teaser-box .wrapper .align{
    display: flex;
}

.teaser-box .teaser-box-image {
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.teaser-box .teaser-box-button-container {
    display: flex;
}

.teaser-box .teaser-box-button {
    text-align: center;
}

.teaser-box-align-horizontal .align,
.teaser-box-align-horizontal-auto .align {
    display: flex;
    flex-direction: row;
}

.teaser-box-align-horizontal-auto .align {
    justify-content: space-between;
    flex-wrap: wrap;
}

.teaser-box-align-horizontal-auto .align .teaser-box-content,
.teaser-box-align-horizontal-auto .align .teaser-box-button-container{
    display: flex;
    align-items: center;
}

.teaser-box-align-horizontal .align .teaser-box-content,
.teaser-box-align-horizontal .align .teaser-box-button-container{
    display: flex;
    align-items: center;
    width: 50%;
}

@media only screen and (max-width: 600px) { 
    .teaser-box .teaser-box-button-container,
    .teaser-box .teaser-box-content {
        width: 100%
    }
}

.teaser-box-equal-height,
.teaser-box-equal-height .teaser-box,
.teaser-box-equal-height .teaser-box .inner {
    height: 100%
}
.teaser-box-equal-height .teaser-box-wrapper{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.teaser-box-equal-height .teaser-box-title{
    flex-shrink: 0;
    flex-grow: 1;
}
.teaser-box-button-container.align-start{
    justify-content: start;
}
.teaser-box-button-container.align-center{
    justify-content: center;
}
.teaser-box-button-container.align-end{
    justify-content: end;
}

.teaser-box-button-container.align-full .teaser-box-button{
    width: 100%;
}



