﻿html {
    height: 100%;
}
body {
    background-color: #f7f7f7;
    position: relative;
    padding-bottom:48px;
    min-height: 100%;
}

    body a, a:hover {
        text-decoration: none;
        color: #000000
    }

#content {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 0 0.25rem 1rem 1px rgba(0, 0, 0, 0.04);
}

/*Home teaser*/

.card, .card-header, card-header:first-child {
    border: 0 !important;
    border-radius: 0 !important;
}

.card-header {
    border-left: 5px solid #029137 !important;
    font-size: 17px;
    padding: .6rem 1.25rem !important;
    text-transform: uppercase;
    background-color: #ededed;
}
    .card-header a {
        color: #029137;
    }

.card-body {
    padding: 1rem !important;
}


.card-title {
    margin-bottom: .75rem;
    margin-top: .75rem;
    line-height: 1em;
}

#home-teaser {
    margin-top: 15px;
}

    #home-teaser .m-des {
        color: #444;
        font-size: 15px;
    }

.home-teaser-big-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.home-teaser-big-image-link {
    width: 100%;
}

.home-teaser-child {
    display: flex;
    border-top: 1px solid #e9e9e9;
    padding: 10px 0 10px 0;
}

    .home-teaser-child:first-child {
        border-top: none;
        padding-top: 0;
    }

    .home-teaser-child img {
        float: left;
        margin-right: 9px;
        max-height: 60px;
        width: 80px;
        height: 56px !important;
    }


.home-teaser-child-link {
    font-weight: 600;
    font-size: 16px;
    color: #2d2d2d !important;
    margin-top: -4px;
    line-height: normal;
    text-align: justify;
    line-height: 1.3em;
    max-height: 3.9em;
}

@media (max-width: 576px) {

    .home-teaser-child:first-child {
        padding-top: 10px;
    }

    .home-teaser-child {
        padding-left: 0
    }
}   


@media (max-width: 575.98px) {   
    body{
        padding-bottom: 10px;
    }
}
