/**
* Block Name: blog_teaser
*/

section.blog_teaser {
    padding-top: 180px;
}

section.blog_teaser .teaser_card {
    padding: 30px;
    position: relative;
}

section.blog_teaser .teaser_card.img_icon {
    background: -o-linear-gradient(190.84deg, rgba(255, 255, 255, 0.6) 0%, #FFFFFF 100%);
    background: linear-gradient(259.16deg, rgba(255, 255, 255, 0.6) 0%, #FFFFFF 100%);
}

section.blog_teaser .teaser_card.img_bg {
    padding-top: 0px;
}

section.blog_teaser .teaser_card.img_icon .img_wrapper {
    height: 200px;
    margin-top: 150px;
    margin-bottom: 30px;
    width: 100%;
}

section.blog_teaser .teaser_card.img_icon .img_wrapper img {
    object-position: left bottom;
    -o-object-position: left bottom;
    font-family: "object-fit: contain; object-position: left bottom;";
}

section.blog_teaser .teaser_card.img_bg .img_wrapper {
    height: 300px;
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

section.blog_teaser .teaser_card .img_wrapper .is_svg {
    height: 100%;
}

section.blog_teaser .teaser_card .img_wrapper .is_svg svg {
    height: 100%;
    width: auto;
    max-width: 100%;
}

section.blog_teaser h3.button {
    color: #1B2918;
}

section.blog_teaser p.lead {
    color: #485446;
}

section.blog_teaser .teaser_card:hover .lead {
    color: #1B2918;
}

section.blog_teaser a.teaser_card {
    background-color: transparent;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

section.blog_teaser a.teaser_card:hover {
    background-color: #FFFFFF;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

section.blog_teaser a.teaser_card.img_bg .img_wrapper img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

section.blog_teaser a.teaser_card.img_bg:hover .img_wrapper img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


/**
* Block Name: blog_teaser
*/

section.blog_teaser .row>div.col-12:nth-child(n+1) {
    margin-top: 60px;
}