.elementor-bc-flex-widget .elementor-1988 .elementor-element.elementor-element-9008026.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-1988 .elementor-element.elementor-element-9008026.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-1988 .elementor-element.elementor-element-9008026.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1988 .elementor-element.elementor-element-1ca2c62 .elementor-button{background-color:#EF0F5D00;border-style:solid;border-width:1px 1px 1px 1px;border-radius:6px 6px 6px 6px;}.elementor-1988 .elementor-element.elementor-element-1ca2c62 .elementor-button-content-wrapper{flex-direction:row;}@media(min-width:768px){.elementor-1988 .elementor-element.elementor-element-9008026{width:100%;}}/* Start custom CSS for html, class: .elementor-element-216334b */.teaser-box {
    position: relative;
    width: 100%; /* passt sich an den Container an */
    max-width: 100%; /* maximale Breite */
    aspect-ratio: 1 / 1; /* Bild bleibt quadratisch */
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.teaser-box:hover {

}

.label, .client-name {
    position: absolute;
    z-index: 2;
    transition: none;
}

.label {
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    border-radius: 0px;
    font-family: poppins;
}

.teaser-box:hover .label {
    background-color: transparent;
}

.client-name {
    top: 60px;
    left: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: poppins;
}

.circle {
    position: absolute;
    top: 100px;
    left: 30px;
    width: 40px;
    height: 40px;
    border: 2px solid #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    z-index: 2;
}

.circle svg {
    width: 18px;
    height: 18px;
    fill: #FFF;
    transition: fill 0.3s ease;
    opacity: .5;
    margin-top: -4px;
}

.teaser-box:hover .circle {
    background-color: transparent;
}

.teaser-box:hover .circle svg {
    fill: #fff;
    opacity: 1;
}

.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: transform 0.3s ease;
    aspect-ratio: 1 / 1; /* sorgt für quadratische Skalierung */
}

.teaser-box:hover .image {
    transform: scale(1.1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-006cd92 */.teaser-box {
    position: relative;
    width: 100%; /* passt sich an den Container an */
    max-width: 100%; /* maximale Breite */
    aspect-ratio: 1 / 1; /* Bild bleibt quadratisch */
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.teaser-box:hover {

}

.label, .client-name {
    position: absolute;
    z-index: 2;
    transition: none;
}

.label {
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    border-radius: 0px;
    font-family: poppins;
}

.teaser-box:hover .label {
    background-color: transparent;
}

.client-name {
    top: 60px;
    left: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: poppins;
}

.circle {
    position: absolute;
    top: 100px;
    left: 30px;
    width: 40px;
    height: 40px;
    border: 2px solid #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    z-index: 2;
}

.circle svg {
    width: 18px;
    height: 18px;
    fill: #FFF;
    transition: fill 0.3s ease;
    opacity: .5;
    margin-top: -4px;
}

.teaser-box:hover .circle {
    background-color: transparent;
}

.teaser-box:hover .circle svg {
    fill: #fff;
    opacity: 1;
}

.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: transform 0.3s ease;
    aspect-ratio: 1 / 1; /* sorgt für quadratische Skalierung */
}

.teaser-box:hover .image {
    transform: scale(1.1);
}/* End custom CSS */