/* teaser box */

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

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

.teaser-box {
    height: 100%;
    position: relative;
    width: 100%;
    color: black;
    text-align: left;
    display: flex;
    flex-direction: column;
}


.teaser-box a{
    display: flex;
    flex: auto;
    flex-direction: column;
    color: black;
    width: 100%;
}

.teaser-box a:hover {
    color: black;
}

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


.teaser-box-wrapper{
    padding: 20px; 
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 25%, rgba(204,227,255,1) 100%);
    border: 1px solid silver;
}


.teaser-box-wrapper h3 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    font-style: normal;
    color: #333333 !important;
}

.teaser-box-content {
    color: #333333 !important;
    margin-top: 1em;
    flex-grow: 1;
    align-items: flex-end;
    font-weight: 400 !important;

}

.teaser-box-button{
    font-size: 14px;
    background: white !important;
    color: #333333 !important;
    padding: 6px 18px 4px 18px;
    border: #BAD8EA solid 1px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;

}

.teaser-box-button:hover {
    background-color: #BAD8EA !important;
    color: #333333;
    border: 1px solid #BAD8EA !important;
    
}

.teaser-box-button-container {
    text-align: right;
}






@media (max-width: 480px) {
    

.teaser-box-wrapper {
    font-size: 16px;

}

.teaser-box-button {
    font-size: 16px;
}

.teaser-box-wrapper h3 {
    font-size: 22px;
}


}